|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteasik.Easik
public class Easik
Easik is the starting point of the application. It creates an instance of the Application frame and then allows for user interaction.
| Field Summary | |
|---|---|
private Help |
_bigHelp
The help files |
private IniSettings |
_iniSettings
The current Ini settings of this application, as defined in the .ini file |
private static Easik |
_instance
The instance of this sketch |
private StateManager |
_stateManager
The current state manager |
private ApplicationFrame |
_theFrame
The current frame |
| Constructor Summary | |
|---|---|
private |
Easik()
Creates an instance of the application frame and then sets it to be visible. |
| Method Summary | |
|---|---|
ApplicationFrame |
getFrame()
Returns the current application frame |
Help |
getHelp()
Gets the help pane associated with this instance. |
IniSettings |
getIni()
Returns the ini settings |
static Easik |
getInstance()
Singleton method to get the one instance |
StateManager |
getStateManager()
Returns the current application frame |
static void |
main(java.lang.String[] args)
Entry point of the Application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static Easik _instance
private IniSettings _iniSettings
private StateManager _stateManager
private ApplicationFrame _theFrame
private Help _bigHelp
| Constructor Detail |
|---|
private Easik()
Creating an instance of this class will start running an instance of the application.
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - Program parameters, currently ignoredpublic static Easik getInstance()
public Help getHelp()
public ApplicationFrame getFrame()
public StateManager getStateManager()
public IniSettings getIni()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||