|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.quartzware.RBEdit
Main module for the RBEdit application.
Method Summary | |
MainWindow |
getMainWindow()
Returns the Window class which draws this RBEdit. |
Project |
getProject()
Returns the Project class that contains the project file and options for the current session of RBEdit. |
static RBEdit |
getRBEdit()
Allows any class in the RBEdit application to get instant access to the Main module by calling 'RBEdit.getApp()'. |
static void |
main(java.lang.String[] args)
Java calls this static function to start the program. |
void |
newKey()
Called when the user wants to add a new key PRE: none POST: new key may be added to the root |
void |
showNewKeyDlg()
Displays a dialog to let the user enter options about a new key, then it creates the new key and adds it to all ResBundles in the project. |
boolean |
showNewProjectDlg()
Displays a dialog to let the user enter options about a new project, then it creates the new project. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static void main(java.lang.String[] args)
args
- command line arguments, if any.
PRE: none
POST: a new RBEdit is createdpublic Project getProject()
public MainWindow getMainWindow()
public static RBEdit getRBEdit()
public boolean showNewProjectDlg()
public void newKey()
public void showNewKeyDlg()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |