NeatToolsApplication
The NeatToolsApplication is the Java applet used in the creation of NeatTools programs.
WebFlowApplication
|
+-- NeatToolsApplication
Fields
Methods
- NeatToolsApplication constructor -- creates instances of application specific states,
see NeatTools Context Classes for states created.
- WebFlowModule CreateWebFlowModule() -- overrides the base class method,
creates a NeatToolsModule.
- VisualWebFlowModule CreateVisualWebFlowModule() -- overrides the base class method, creates
a VisualNeatToolsModule.
- public void changeState( ApplicationContext newState ) - change to new state.
- public void setCompatibleInputs() - when an output stream is selected, the state
of all modules with compatible inputs changes.
- public void Run() -- executes the current NeatTools program.
- public void Stop() -- stops the execution of the current NeatTools program.
- public void Load() -- loads a NeatTools program.
- public void Save() -- saves a NeatTools program.