Uses of Class
adams.gui.core.DragAndDropTree.DropPosition
-
Packages that use DragAndDropTree.DropPosition Package Description adams.gui.core adams.gui.flow.tree -
-
Uses of DragAndDropTree.DropPosition in adams.gui.core
Methods in adams.gui.core that return DragAndDropTree.DropPosition Modifier and Type Method Description DragAndDropTree.DropPositionDragAndDropTree.DropMenu. getPosition()Returns the drop position.DragAndDropTree.DropPositionDragAndDropTree.DropPosition. parse(String s)Parses the given string and returns the associated enum.static DragAndDropTree.DropPositionDragAndDropTree.DropPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static DragAndDropTree.DropPosition[]DragAndDropTree.DropPosition. 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.DropPosition Modifier and Type Method Description protected booleanDragAndDropTree. canDrop(Transferable source, TreeNode target, DragAndDropTree.DropPosition position)Checks whether the source data can be dropped here.protected voidDragAndDropTree. doDrop(Transferable source, BaseTreeNode target, DragAndDropTree.DropPosition position)Performs the actual drop of the dragged data. -
Uses of DragAndDropTree.DropPosition in adams.gui.flow.tree
Methods in adams.gui.flow.tree with parameters of type DragAndDropTree.DropPosition Modifier and Type Method Description protected booleanTree. canDrop(Transferable source, TreeNode target, DragAndDropTree.DropPosition position)Checks whether the source can be dropped here.
-