|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ConForM.CoopnTools.Doc.Doc
CoopnTools documenter. This tool generates the automatic documentation form the documentation coments included in source files.
run
Field Summary | |
static java.lang.String |
TOOL
Formatter tool name. |
static java.lang.String |
VERSION
Formatter version. |
Constructor Summary | |
protected |
Doc(DocEnv env,
DocEnvMgr envMgr)
Simple constructor. |
Method Summary | |
CoopnEnv |
getEnv()
Get the environment. |
static Doc |
getTool(CoopnEnv env)
Creates a new document generator, based on an existing environment, or null if the tool cannot be created. |
static Doc |
getTool(DocEnv env)
Creates a new document generator, 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 formatter. |
void |
show()
Show the tool's window, 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 Doc(DocEnv env, DocEnvMgr envMgr)
env
- an environment manager containing a specific
environment for the formatterMethod Detail |
public static Doc getTool(CoopnEnv env)
public static Doc getTool(DocEnv env)
public CoopnEnv getEnv()
getEnv
in interface CoopnTool
public void show()
show
in interface CoopnTool
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 |