|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.awt
Class MRJHooks

java.lang.Objectcom.flexstor.common.awt.MRJHooks
- public class MRJHooks
- extends java.lang.Object
Provides hooks into the Apple MRJ.
- Version:
- 2.1
| Field Summary | |
protected AboutHandlerI |
aboutHandler
|
protected java.awt.Frame |
frame
|
protected QuitHandlerI |
quitHandler
|
| Constructor Summary | |
MRJHooks()
|
|
| Method Summary | |
void |
handleAbout()
Implementation of MRJAboutHandler Handle selection of the "About" item in the Apple menu: |
void |
handleQuit()
|
void |
registerAboutHandler(AboutHandlerI handler,
java.awt.Frame fParent)
Register the about handler. |
void |
registerQuitHandler(QuitHandlerI handler)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
frame
protected java.awt.Frame frame
aboutHandler
protected AboutHandlerI aboutHandler
quitHandler
protected QuitHandlerI quitHandler
| Constructor Detail |
MRJHooks
public MRJHooks()
| Method Detail |
registerAboutHandler
public void registerAboutHandler(AboutHandlerI handler, java.awt.Frame fParent)
- Register the about handler. Requires a parent frame for the dialog.
registerQuitHandler
public void registerQuitHandler(QuitHandlerI handler)
handleAbout
public void handleAbout()
- Implementation of MRJAboutHandler
Handle selection of the "About" item in the Apple menu:
handleQuit
public void handleQuit()
|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.flexstor.common.awt.MRJHooks