private final class GoalList.DisableOtherGoals extends DisableGoal
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
enableGoals, KEY_HOLE_DISABLED_PULL_DOWN_MENU, KEY_HOLE_PULL_DOWN_MENUchangeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description |
|---|
DisableOtherGoals() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
Iterable<Goal> |
getGoalList()
an implementation should return an iterable collection over those
goals that are to be disabled or enabled according to the setting of
DisableGoal.enableGoals. |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledprivate static final long serialVersionUID
public Iterable<Goal> getGoalList()
DisableGoalDisableGoal.enableGoals.getGoalList in class DisableGoalpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListeneractionPerformed in class DisableGoal