|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--guk.editIM.HelpEditIM
Help and about window functions for the Input Method Editor.
Field Summary | |
(package private) javax.swing.JFrame |
aboutDialog
|
(package private) javax.swing.JFrame |
helpDialog
The help window (accessed both for opening and closing it) ... |
(package private) MenuHelpers |
menu
A MenuHelpers object, containing listener and centering settings. |
Constructor Summary | |
HelpEditIM(MenuHelpers menuHelper)
You have to hand over a MenuHelpers instance to the constructor. |
Method Summary | |
void |
aboutWindow(boolean openAbout)
Just shows the about window and some generic system properties. |
void |
helpWindow(boolean openHelp)
Just shows the help window. |
Methods inherited from class java.lang.Object |
|
Field Detail |
javax.swing.JFrame helpDialog
javax.swing.JFrame aboutDialog
MenuHelpers menu
Constructor Detail |
public HelpEditIM(MenuHelpers menuHelper)
menuHelper
- A MenuHelpers instance, used to create buttons
and center windows. Should have the listener set up correctly.Method Detail |
public void aboutWindow(boolean openAbout)
openAbout
- Opens the window when true, otherwise closes it.public void helpWindow(boolean openHelp)
openHelp
- Opens the window when true, otherwise closes it.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |