|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbin.GUIFramework.RadioButtonListener
protected class GUIFramework.RadioButtonListener
This inner-class listens to all radio-buttons. When the user selects different options, make sure to update accordingly.
Constructor Summary | |
---|---|
protected |
GUIFramework.RadioButtonListener()
|
Method Summary | |
---|---|
void |
calculateGameMode()
This method determines what features should be made available when switching between game types (JK or MotS). |
void |
itemStateChanged(java.awt.event.ItemEvent event)
Item events are handled by the "itemStateChanged()" method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GUIFramework.RadioButtonListener()
Method Detail |
---|
public void calculateGameMode()
public void itemStateChanged(java.awt.event.ItemEvent event)
itemStateChanged
in interface java.awt.event.ItemListener
event
- The ItemEvent object responsible for the event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |