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_MENU| Constructor and Description |
|---|
DisableOtherGoals() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.lang.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. |
private static final long serialVersionUID
public java.lang.Iterable<Goal> getGoalList()
DisableGoalDisableGoal.enableGoals.getGoalList in class DisableGoalpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class DisableGoal