|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--i3mclient.config.ConfigGUI
The config window.
Config| Constructor Summary | |
ConfigGUI(Shell parentWindow,
Config configSet)
Constructor. |
|
| Method Summary | |
void |
addShellListener(ShellListener listener)
Add ShellListener to window. |
void |
focus()
Put the focus on config window. |
void |
inputCorrect(Widget panel,
Widget item)
Called when a input is correct. |
void |
inputError(Widget panel,
Widget item,
String text)
Called when user writes some wrong config inputs. |
void |
widgetDefaultSelected(SelectionEvent arg0)
|
void |
widgetDisposed(DisposeEvent arg0)
|
void |
widgetSelected(SelectionEvent event)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConfigGUI(Shell parentWindow,
Config configSet)
parentWindow - The parent window of this config shellconfigSet - The config which will be shown and edited in this config shell| Method Detail |
public void focus()
public void addShellListener(ShellListener listener)
listener - The listener which will be informed about shell changes
public void inputError(Widget panel,
Widget item,
String text)
ConfigErrorListener
inputError in interface ConfigErrorListenerpanel - Panel on which occurs the erroritem - Item on which occurs the errortext - The error text
public void inputCorrect(Widget panel,
Widget item)
ConfigErrorListener
inputCorrect in interface ConfigErrorListenerpanel - The panel on which no error occursitem - The item on which no error occurspublic void widgetSelected(SelectionEvent event)
widgetSelected in interface SelectionListenerpublic void widgetDefaultSelected(SelectionEvent arg0)
widgetDefaultSelected in interface SelectionListenerpublic void widgetDisposed(DisposeEvent arg0)
widgetDisposed in interface DisposeListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||