|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttraceccgui.TraceccController
public class TraceccController
Field Summary | |
---|---|
protected dirk_krause.tools.DkTool |
dkt
Application controller. |
static java.lang.String[] |
kw
|
protected boolean[] |
myBool
Boolean settings. |
protected int[] |
myInt
Integer settings. |
static java.lang.String[] |
myPkBool
Names to save boolean settings. |
static java.lang.String[] |
myPkInt
Names to save integer settings. |
static java.lang.String[] |
myPkStr
Names to save string settings. |
protected java.lang.String[] |
myStr
String settings. |
static java.lang.String[] |
outputSuffixes
|
static java.lang.String[] |
suffixesToHandle
Suffixes the Tracecc GUI can handle. |
Constructor Summary | |
---|---|
TraceccController(dirk_krause.tools.DkTool new_dkt)
Constructor. |
Method Summary | |
---|---|
TraceccCommandSet |
createListOfCommands()
Create command set which is run by the main window. |
boolean |
getBool(int i)
Retrieve a boolean setting. |
protected void |
getData(boolean[] b,
int[] i,
java.lang.String[] s)
Retrieve all settings bundled. |
java.lang.String |
getStr(int i)
Retrieve string setting. |
protected void |
putData(boolean[] b,
int[] i,
java.lang.String[] s)
Set bundled settings. |
void |
saveSettings()
Save settings before the application exits. |
void |
setDirectory(java.lang.String dn)
Set directory to process. |
void |
setStr(int i,
java.lang.String v)
Set a string setting. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected dirk_krause.tools.DkTool dkt
protected boolean[] myBool
protected int[] myInt
protected java.lang.String[] myStr
public static final java.lang.String[] myPkBool
public static final java.lang.String[] myPkInt
public static final java.lang.String[] myPkStr
public static final java.lang.String[] suffixesToHandle
public static final java.lang.String[] outputSuffixes
public static final java.lang.String[] kw
Constructor Detail |
---|
public TraceccController(dirk_krause.tools.DkTool new_dkt)
new_dkt
- New application controller.Method Detail |
---|
public void saveSettings()
public void setDirectory(java.lang.String dn)
dn
- Directory name.public boolean getBool(int i)
i
- Index of setting to retrieve.
public java.lang.String getStr(int i)
i
- Index of setting to retrieve.
public void setStr(int i, java.lang.String v)
i
- Index.v
- New value.protected void getData(boolean[] b, int[] i, java.lang.String[] s)
b
- Boolean results array (may be null).i
- Integer results array (may be null).s
- String results array (may be null).protected void putData(boolean[] b, int[] i, java.lang.String[] s)
b
- Boolean settings (may be null).i
- Integer settings (may be null).s
- String settings (may be null).public TraceccCommandSet createListOfCommands()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |