|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbin.GUIFramework.CheckBoxListener
protected class GUIFramework.CheckBoxListener
Ever wonder what happens when you click on a checkbox - well it's all contained here...
Constructor Summary | |
---|---|
protected |
GUIFramework.CheckBoxListener()
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event)
Invoked when an action occurs. |
void |
calculateFeaturesAvailable(int value)
This method is where the bulk of the processing "power" lies. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GUIFramework.CheckBoxListener()
Method Detail |
---|
public void calculateFeaturesAvailable(int value)
Math.pow (x, y)
value
- The combined value of features selected to use as a
base for calculating which tabs/checkboxes should be
enabled/selected.public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed
in interface java.awt.event.ActionListener
event
- The event responsible for the action.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |