|
TsBiff 1.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ts.Arch
The main class. The class will load default- and user configuration that determins the setup of the application, and then glue together the main application window and show it.
| Inner Class Summary | |
protected class |
Arch.NewBiff
|
| Constructor Summary | |
Arch()
Instantiate the application |
|
| Method Summary | |
protected Biff |
createBiff()
Assembly the Main application window and return it. |
void |
createNewBiff()
Create a new instance of the Biff frame. |
protected Splash |
createSplash()
Create the splash window and show it |
protected void |
initializerError(java.lang.Exception e)
Print an Exception message and exit the application |
protected void |
loadUserConfiguration()
Load the users local control file into Config. |
static void |
main(java.lang.String[] args)
The prime mover |
protected void |
setUI()
Set the Pluggable Look and Feel and default UI properties. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Arch()
| Method Detail |
public static void main(java.lang.String[] args)
public void createNewBiff()
protected void initializerError(java.lang.Exception e)
e - Exception to printprotected Splash createSplash()
protected Biff createBiff()
throws ConfigException
ConfigException - On error
protected void loadUserConfiguration()
throws ConfigException
ConfigException - On error
protected void setUI()
throws ConfigException
ConfigException - On error
|
TsBiff 1.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||