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.DropPosition
DragAndDropTree.DropMenu. getPosition()
Returns the drop position.DragAndDropTree.DropPosition
DragAndDropTree.DropPosition. parse(String s)
Parses the given string and returns the associated enum.static DragAndDropTree.DropPosition
DragAndDropTree.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 boolean
DragAndDropTree. canDrop(Transferable source, TreeNode target, DragAndDropTree.DropPosition position)
Checks whether the source data can be dropped here.protected void
DragAndDropTree. 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 boolean
Tree. canDrop(Transferable source, TreeNode target, DragAndDropTree.DropPosition position)
Checks whether the source can be dropped here.
-