|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--version2.SlateApp
The main class for the application This application is a very trimmed-down version of a typical CAD tool It allows to draw simple drawings. This version of application allows user to extend the application through scripting support.
| Method Summary | |
static SlateApp |
getInstance()
Expose the instance of object so that scripts can access it and its subsystems (menu, slate etc.). |
SlateAppMenuBar |
getMenuBar()
Expose the menubar for this application |
Slate |
getSlate()
Expose the slate object for scripts |
static void |
main(java.lang.String[] args)
The main function. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public static SlateApp getInstance()
public Slate getSlate()
public SlateAppMenuBar getMenuBar()
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||