Uses of Class
adams.gui.core.JComponentList.CheckBoxListItem.Actions
-
Packages that use JComponentList.CheckBoxListItem.Actions Package Description adams.gui.core -
-
Uses of JComponentList.CheckBoxListItem.Actions in adams.gui.core
Fields in adams.gui.core with type parameters of type JComponentList.CheckBoxListItem.Actions Modifier and Type Field Description protected HashSet<JComponentList.CheckBoxListItem.Actions>JComponentList.CheckBoxListItem. m_Disabledcontains the disabled actions.protected Hashtable<JComponentList.CheckBoxListItem.Actions,String>JComponentList.CheckBoxListItem. m_Displaycontains overrides for the display string per action.Methods in adams.gui.core that return JComponentList.CheckBoxListItem.Actions Modifier and Type Method Description static JComponentList.CheckBoxListItem.ActionsJComponentList.CheckBoxListItem.Actions. valueOf(String name)Returns the enum constant of this type with the specified name.static JComponentList.CheckBoxListItem.Actions[]JComponentList.CheckBoxListItem.Actions. 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 JComponentList.CheckBoxListItem.Actions Modifier and Type Method Description voidJComponentList.CheckBoxListItem. addDisplayOverride(JComponentList.CheckBoxListItem.Actions action, String display)Sets an override for the display string for the given action.StringJComponentList.CheckBoxListItem. getDisplayOverride(JComponentList.CheckBoxListItem.Actions action)Returns the display override for the given action.booleanJComponentList.CheckBoxListItem. hasDisplayOverride(JComponentList.CheckBoxListItem.Actions action)Checks whether the given action's display string is overridden.booleanJComponentList.CheckBoxListItem. isEnabled(JComponentList.CheckBoxListItem.Actions action)Checks whether the given action is enabled.voidJComponentList.CheckBoxListItem. removeDisplayOverride(JComponentList.CheckBoxListItem.Actions action)Removes the display override for the given action.voidJComponentList.CheckBoxListItem. setEnabled(JComponentList.CheckBoxListItem.Actions action, boolean enabled)Sets the enabled/disabled state of an action, i.e., whether it shows up in the menu or not.
-