|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ConForM.CoopnTools.CoKer.CoopnEnv | +--ConForM.CoopnTools.Code.GenericCodeEnv
Generic Code environment.
Field Summary | |
boolean |
compressionMode
Compression mode. |
java.lang.String[] |
kwFiles
Additional keywords files. |
int |
moduleType
Module type. |
boolean |
numberingMode
Numbering mode. |
boolean |
prettyMode
Pretty mode. |
boolean |
symbolMode
Highlight symbol mode. |
java.lang.String |
title
Title of the display window. |
Fields inherited from class ConForM.CoopnTools.CoKer.CoopnEnv |
cocoRead, cocoWrite, coopnHome, coopnLibs, debug, editor, err, in, locale, names, out, packageFile, project, queryHelp, queryVersion, queryXHelp, user, useThreads, verbose, warn |
Constructor Summary | |
GenericCodeEnv(CoopnUser name)
Simple constructor. |
|
GenericCodeEnv(java.lang.String name)
Simple constructor. |
Method Summary | |
java.lang.Object |
clone()
Returns a clone environment. |
void |
copyFrom(GenericCodeEnv env)
Copy the fields of an environment from another one. |
java.lang.String |
toString()
String converion. |
Methods inherited from class ConForM.CoopnTools.CoKer.CoopnEnv |
copyFrom, user |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int moduleType
PackageMgr
public boolean prettyMode
public boolean compressionMode
public boolean numberingMode
public boolean symbolMode
public java.lang.String[] kwFiles
public java.lang.String title
Constructor Detail |
public GenericCodeEnv(java.lang.String name)
name
- the name of the toolpublic GenericCodeEnv(CoopnUser name)
name
- the userMethod Detail |
public java.lang.String toString()
toString
in class CoopnEnv
public void copyFrom(GenericCodeEnv env) throws CoopnEnvException
public java.lang.Object clone()
clone
in class CoopnEnv
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |