Uses of Class
com.iamsoft.util.ui.swing.AbstractRearrangeableTreeModel.PromotionBehavior
-
Packages that use AbstractRearrangeableTreeModel.PromotionBehavior Package Description com.iamsoft.util.ui.swing Swing-related classes. -
-
Uses of AbstractRearrangeableTreeModel.PromotionBehavior in com.iamsoft.util.ui.swing
Methods in com.iamsoft.util.ui.swing that return AbstractRearrangeableTreeModel.PromotionBehavior Modifier and Type Method Description protected AbstractRearrangeableTreeModel.PromotionBehavior
AbstractRearrangeableTreeModel. getPromotionBehavior()
static AbstractRearrangeableTreeModel.PromotionBehavior
AbstractRearrangeableTreeModel.PromotionBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractRearrangeableTreeModel.PromotionBehavior[]
AbstractRearrangeableTreeModel.PromotionBehavior. 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.PromotionBehavior Modifier and Type Method Description protected void
AbstractRearrangeableTreeModel. setPromotionBehavior(AbstractRearrangeableTreeModel.PromotionBehavior pPromotionBehavior)
Constructors in com.iamsoft.util.ui.swing with parameters of type AbstractRearrangeableTreeModel.PromotionBehavior Constructor Description AbstractRearrangeableTreeModel(TreeModel pModel, AbstractRearrangeableTreeModel.PromotionBehavior pPromotionBehavior)
-