Uses of Enum Class
com.iamsoft.util.ui.swing.AbstractRearrangeableTreeModel.HorizontalDirection
Packages that use AbstractRearrangeableTreeModel.HorizontalDirection
-
Uses of AbstractRearrangeableTreeModel.HorizontalDirection in com.iamsoft.util.ui.swing
Methods in com.iamsoft.util.ui.swing that return AbstractRearrangeableTreeModel.HorizontalDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractRearrangeableTreeModel.HorizontalDirection.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.HorizontalDirectionModifier and TypeMethodDescriptionprotected void
AbstractRearrangeableTreeModel.move
(Collection<TreePath> pPaths, AbstractRearrangeableTreeModel.HorizontalDirection pDir) Promote or demote.