Uses of Class
com.actelion.research.gui.dock.TreeLeaf
-
Packages that use TreeLeaf Package Description com.actelion.research.gui.dock -
-
Uses of TreeLeaf in com.actelion.research.gui.dock
Methods in com.actelion.research.gui.dock with parameters of type TreeLeaf Modifier and Type Method Description abstract void
TreeContainer. removeWithLeaf(TreeLeaf leaf)
void
TreeFork. removeWithLeaf(TreeLeaf leaf)
void
TreeRoot. removeWithLeaf(TreeLeaf leaf)
Constructors in com.actelion.research.gui.dock with parameters of type TreeLeaf Constructor Description TreeFork(TreeLeaf oldLeaf, TreeLeaf newLeaf, int newLeafPosition, double dividerLocation, java.util.Vector<DividerChangeListener> listeners)
Constructor to create a fork element that is inserted between the specified parent and its former oldLeaf to carry newLeaf at the specified position.
-