|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.peace_tools.core.PEACE
public class PEACE
The top-level class for the PEACE GUI application. This class merely contains the main method that jump starts the various operations including creation of the top-level frame for normal use.
Constructor Summary | |
---|---|
private |
PEACE()
The constructor. |
Method Summary | |
---|---|
protected void |
launchMainFrame(java.lang.String workspacePath,
boolean firstLaunch)
Call back method from the work space chooser. |
static void |
main(java.lang.String[] args)
The main method launches the core dialogs in the system to start up on the swing thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private PEACE()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The command line arguments are currently unused.protected void launchMainFrame(java.lang.String workspacePath, boolean firstLaunch)
workspacePath
- The full absolute path to the work space.firstLaunch
- If this flag is true, then it is assumed that
PEACE GUI is being run for the first time and a welcome screen
with some basic instructions is displayed to the user.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |