Uses of Class
adams.gui.core.DragAndDropTreeNodeCollection
-
Packages that use DragAndDropTreeNodeCollection Package Description adams.gui.core adams.gui.flow.tree adams.gui.goe.classtree -
-
Uses of DragAndDropTreeNodeCollection in adams.gui.core
Methods in adams.gui.core that return DragAndDropTreeNodeCollection Modifier and Type Method Description protected DragAndDropTreeNodeCollectionDragAndDropTree. newNodeCollection(BaseTreeNode[] nodes)Creates a new collection for transfer. -
Uses of DragAndDropTreeNodeCollection in adams.gui.flow.tree
Subclasses of DragAndDropTreeNodeCollection in adams.gui.flow.tree Modifier and Type Class Description classTreeNodeCollectionNode collection for the flow editor.Methods in adams.gui.flow.tree that return DragAndDropTreeNodeCollection Modifier and Type Method Description protected DragAndDropTreeNodeCollectionTree. newNodeCollection(BaseTreeNode[] nodes)Creates a new collection for transfer. -
Uses of DragAndDropTreeNodeCollection in adams.gui.goe.classtree
Subclasses of DragAndDropTreeNodeCollection in adams.gui.goe.classtree Modifier and Type Class Description classClassTreeNodeCollectionNode collection for the class tree.Methods in adams.gui.goe.classtree that return DragAndDropTreeNodeCollection Modifier and Type Method Description protected DragAndDropTreeNodeCollectionClassTree. newNodeCollection(BaseTreeNode[] nodes)Creates a new collection for transfer.
-