|
|||||||||
| Home >> All >> org >> [ scubatoolkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scubatoolkit
Class Scubatoolkit

java.lang.Objectorg.scubatoolkit.Scubatoolkit
- public class Scubatoolkit
- extends java.lang.Object
Main class for the scuba toolkit application. TODO: Implement exit() method to cleanly exit the toolkit.
- Version:
- 1.0
| Field Summary | |
private static org.apache.log4j.Logger |
log
|
private static AppWindow |
mainWindow
|
| Constructor Summary | |
Scubatoolkit()
|
|
| Method Summary | |
static void |
createSettingsDirectory()
Description of the Method |
static void |
exit()
Exits cleanly from the toolkit, |
static void |
main(java.lang.String[] args)
The main program for the Scubatoolkit class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
log
private static org.apache.log4j.Logger log
mainWindow
private static AppWindow mainWindow
| Constructor Detail |
Scubatoolkit
public Scubatoolkit()
| Method Detail |
main
public static void main(java.lang.String[] args)
- The main program for the Scubatoolkit class
exit
public static void exit()
- Exits cleanly from the toolkit,
createSettingsDirectory
public static void createSettingsDirectory()
- Description of the Method
|
|||||||||
| Home >> All >> org >> [ scubatoolkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.scubatoolkit.Scubatoolkit