|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.curre.prefcount.event.MainController
public class MainController
This is the main controller for handling event actions.
Created date: Apr 15, 2008
| Constructor Summary | |
|---|---|
MainController(MainWindow mainWindow,
PlayerDialogBaseFrame playerDialog)
Constructs a new MainController object. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent event)
|
static javax.swing.Action |
getActionForComponent(WindowComponent compEnum)
Creates and returns an action object for the given component (represented by a WindowComponent enum). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MainController(MainWindow mainWindow,
PlayerDialogBaseFrame playerDialog)
MainController object.
mainWindow - reference to the main window.playerDialog - reference to the player dialog frame.| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed in interface java.awt.event.ActionListenerpublic static javax.swing.Action getActionForComponent(WindowComponent compEnum)
WindowComponent enum).
compEnum - component enum for which an action needs to be created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||