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.DropMenuDragAndDropTree.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 StringDragAndDropTree. getDropMenuActionCaption(DragAndDropTree.DropMenu action)Returns the string for the specified action.protected ImageIconDragAndDropTree. 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 StringTree. getDropMenuActionCaption(DragAndDropTree.DropMenu action)Returns the string for the specified action.protected ImageIconTree. getDropMenuActionIcon(DragAndDropTree.DropMenu action)Returns the icon for the drop action.
-