Uses of Enum Class
com.iamsoft.util.ui.swing.AbstractRearrangeableTreeModel.VerticalDirection
Packages that use AbstractRearrangeableTreeModel.VerticalDirection
-
Uses of AbstractRearrangeableTreeModel.VerticalDirection in com.iamsoft.util.ui.swing
Methods in com.iamsoft.util.ui.swing that return AbstractRearrangeableTreeModel.VerticalDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractRearrangeableTreeModel.VerticalDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iamsoft.util.ui.swing with parameters of type AbstractRearrangeableTreeModel.VerticalDirectionModifier and TypeMethodDescriptionprotected void
AbstractRearrangeableTreeModel.move
(Collection<TreePath> pPaths, AbstractRearrangeableTreeModel.VerticalDirection pDir) Move up or down.