Uses of Class
net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent.Type
-
Packages that use TreeExpansionEvent.Type Package Description net.sf.jguiraffe.gui.builder.components.model In this package interfaces for specialized component handlers can be found. -
-
Uses of TreeExpansionEvent.Type in net.sf.jguiraffe.gui.builder.components.model
Methods in net.sf.jguiraffe.gui.builder.components.model that return TreeExpansionEvent.Type Modifier and Type Method Description TreeExpansionEvent.Type
TreeExpansionEvent. getType()
Returns the type of this event.static TreeExpansionEvent.Type
TreeExpansionEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TreeExpansionEvent.Type[]
TreeExpansionEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.jguiraffe.gui.builder.components.model with parameters of type TreeExpansionEvent.Type Constructor Description TreeExpansionEvent(Object source, TreeHandler handler, String name, TreeExpansionEvent.Type type, TreeNodePath path)
Creates a new instance ofTreeExpansionEvent
and initializes it.
-