public class StatePc extends Object implements Pc, SwingXMLBuilder.Backlink
| Constructor and Description |
|---|
StatePc() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeDefault(ActionEvent pEvent)
Handle the user callback when he wants to change the default text.
|
void |
init(Dc pDc,
Map<String,? super Object> pArgs)
This method is called by the dialog controller peer during
the initialisation phase of an application.
All arguments are handed in with a map object, that map always contains the application object with the key Application.APPLICATION_KEY. |
void |
quit(ActionEvent pEvent)
Handle the user callback when he wants to quit the application.
|
void |
setSwingXMLBuilder(SwingXMLBuilder pBuilder)
Callback method for the Builder.
|
public void setSwingXMLBuilder(SwingXMLBuilder pBuilder)
setSwingXMLBuilder in interface SwingXMLBuilder.BacklinkpBuilder - the builder that created uspublic void init(Dc pDc, Map<String,? super Object> pArgs)
Application.APPLICATION_KEY.
The map should not be altered inside the method.public void quit(ActionEvent pEvent)
pEvent - not usedpublic void changeDefault(ActionEvent pEvent)
pEvent - not usedCopyright © 2016 Jürgen Zeller (privat). All rights reserved.