|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ConForM.CoopnTools.Tool.Tool
CoopnTool. This is the main tool of CoopnTools, allowing them to be started and coordinated, and having its own output display. Like other tools, this tool is a "CoopnTool". However, there is no real reason to dynamically start a new Tool, except may be to hav another display panel.
CoopnTool
Field Summary | |
static java.lang.String |
TOOL
CoopnTool tool name. |
static java.lang.String |
VERSION
CoopnTool version. |
Constructor Summary | |
protected |
Tool(CoopnEnv env,
CoopnEnvMgr envMgr)
Simple constructor. |
Method Summary | |
CoopnEnv |
getEnv()
Get the environment. |
static Tool |
getTool(CoopnEnv env)
Creates a new CoopnTool, based on an existing environment, or null if the tool cannot be created. |
static void |
main(java.lang.String[] args)
Main program. |
void |
run()
Implementation of the package tool. |
void |
show()
Show the tool's window, if the tool has its own GUI. |
void |
showErrorPanel()
Show the tool's error display, if the tool has its own GUI. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String VERSION
public static final java.lang.String TOOL
Constructor Detail |
protected Tool(CoopnEnv env, CoopnEnvMgr envMgr)
env
- the simple CoopnTools environmentMethod Detail |
public static Tool getTool(CoopnEnv env)
public CoopnEnv getEnv()
getEnv
in interface CoopnTool
public void show()
show
in interface CoopnTool
public void showErrorPanel()
public void run()
run
in interface java.lang.Runnable
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |