Uses of Class
adams.gui.core.DragAndDropTree.DropMenu
-
Packages that use DragAndDropTree.DropMenu Package Description adams.gui.core adams.gui.flow.tree -
-
Uses of DragAndDropTree.DropMenu in adams.gui.core
Methods in adams.gui.core that return DragAndDropTree.DropMenu Modifier and Type Method Description static DragAndDropTree.DropMenu
DragAndDropTree.DropMenu. valueOf(String name)
Returns the enum constant of this type with the specified name.static DragAndDropTree.DropMenu[]
DragAndDropTree.DropMenu. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.core with parameters of type DragAndDropTree.DropMenu Modifier and Type Method Description protected String
DragAndDropTree. getDropMenuActionCaption(DragAndDropTree.DropMenu action)
Returns the string for the specified action.protected ImageIcon
DragAndDropTree. getDropMenuActionIcon(DragAndDropTree.DropMenu action)
Returns the icon for the drop action. -
Uses of DragAndDropTree.DropMenu in adams.gui.flow.tree
Methods in adams.gui.flow.tree with parameters of type DragAndDropTree.DropMenu Modifier and Type Method Description protected String
Tree. getDropMenuActionCaption(DragAndDropTree.DropMenu action)
Returns the string for the specified action.protected ImageIcon
Tree. getDropMenuActionIcon(DragAndDropTree.DropMenu action)
Returns the icon for the drop action.
-