Class TreeModelEventWrapper

  • All Implemented Interfaces:
    java.io.Serializable

    public class TreeModelEventWrapper
    extends javax.swing.event.TreeModelEvent
    Wraps a Jadex AsyncTreeModelEvent in a Swing TreeModelEvent.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.event.TreeModelEvent

        childIndices, children, path
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      • Methods inherited from class javax.swing.event.TreeModelEvent

        getChildIndices, getChildren, getPath, getTreePath, toString
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail