public class Split extends Object implements SwingXMLBuilder.Backlink
| Constructor and Description |
|---|
Split()
The constructor does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
about(ActionEvent e)
Show an about dialog.
|
void |
aboutCancel(ActionEvent e)
Act on "ESCAPE" or "CANCEL" in the about dialog.
|
void |
aboutOk(ActionEvent e)
Act on "OK" in the about dialog.
|
void |
help(ActionEvent e)
Print something on stdout.
|
void |
init()
This method initializes everything.
|
static void |
main(String[] args)
Starts the app.
|
void |
navSelection(TreeSelectionEvent e)
Callback method from the navigation tree
|
void |
quit(ActionEvent e)
Exit program
|
void |
setSwingXMLBuilder(SwingXMLBuilder pBuilder)
Called by the builder, we remember the builder to access widgets
later on.
|
void |
tableSelection(ListSelectionEvent e)
Callback method from the table
|
public void setSwingXMLBuilder(SwingXMLBuilder pBuilder)
setSwingXMLBuilder in interface SwingXMLBuilder.BacklinkpBuilder - SwingXMLBuilder that creates all objects (including ourself)public void init()
public void quit(ActionEvent e)
e - event of the actionpublic void help(ActionEvent e)
e - not usedpublic void navSelection(TreeSelectionEvent e)
e - selection eventpublic void tableSelection(ListSelectionEvent e)
e - selection eventpublic void about(ActionEvent e)
e - not usedpublic void aboutOk(ActionEvent e)
e - not usedpublic void aboutCancel(ActionEvent e)
e - not usedpublic static void main(String[] args)
args - not usedCopyright © 2016 Jürgen Zeller (privat). All rights reserved.