Uses of Interface
mgui.interfaces.trees.TreeListener
Package | Description |
---|---|
mgui.interfaces.shapes.selection | |
mgui.interfaces.trees |
Provides object interaction via a JTree
|
-
Uses of TreeListener in mgui.interfaces.shapes.selection
Methods in mgui.interfaces.shapes.selection with parameters of type TreeListener Modifier and Type Method Description void
ShapeSelectionSet. setTreeNode(TreeListener l)
-
Uses of TreeListener in mgui.interfaces.trees
Classes in mgui.interfaces.trees that implement TreeListener Modifier and Type Class Description class
InterfaceTreePanel
Provides a tree interface for model objectsFields in mgui.interfaces.trees with type parameters of type TreeListener Modifier and Type Field Description protected java.util.ArrayList<TreeListener>
InterfaceTreeNode. listeners
Methods in mgui.interfaces.trees with parameters of type TreeListener Modifier and Type Method Description void
InterfaceTreeNode. addListener(TreeListener l)
void
InterfaceTreeNode. removeListener(TreeListener l)