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