|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectGUI.MenuWorker
public class MenuWorker
Class rensponsible for managing the menus of the program.
| Constructor Summary | |
|---|---|
MenuWorker(GUI gui)
Constructor of a new MenuWorker object. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Method implementing actionPerformed method in the actionListener interface. |
void |
disableMenu()
Method rensponsible for disabling the menu of the program. |
void |
enableMenu()
Method rensponsible for enabling the menu of the program. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MenuWorker(GUI gui)
gui - The GUI object to which the menus will be added.| Method Detail |
|---|
public void disableMenu()
public void enableMenu()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenere - the ActionEvent which has occured.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||