Uses of Class
com.iamsoft.util.ui.swing.AbstractRearrangeableTreeModel.HorizontalDirection
-
Packages that use AbstractRearrangeableTreeModel.HorizontalDirection Package Description com.iamsoft.util.ui.swing Swing-related classes. -
-
Uses of AbstractRearrangeableTreeModel.HorizontalDirection in com.iamsoft.util.ui.swing
Methods in com.iamsoft.util.ui.swing that return AbstractRearrangeableTreeModel.HorizontalDirection Modifier and Type Method Description static AbstractRearrangeableTreeModel.HorizontalDirection
AbstractRearrangeableTreeModel.HorizontalDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractRearrangeableTreeModel.HorizontalDirection[]
AbstractRearrangeableTreeModel.HorizontalDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iamsoft.util.ui.swing with parameters of type AbstractRearrangeableTreeModel.HorizontalDirection Modifier and Type Method Description protected void
AbstractRearrangeableTreeModel. move(Collection<TreePath> pPaths, AbstractRearrangeableTreeModel.HorizontalDirection pDir)
Promote or demote.
-