|
|||||||||
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 java.lang.String[] |
bk
Boolean values preferences keys |
protected boolean[] |
bv
Boolean values |
protected java.lang.String[] |
ik
Integer values preferences keys |
protected int[] |
iv
Integer values |
static java.lang.String[] |
pao
Program names and options. |
protected PlatformInformation |
pi
data set for platform and user information |
protected java.lang.String[] |
sk
String values preferences keys |
protected java.lang.String[] |
sv
String values |
Constructor Summary | |
---|---|
TraceccController(PlatformInformation p)
Constructor |
Method Summary | |
---|---|
boolean |
getBoolean(int i)
Get a boolean value. |
int |
getInt(int i)
Get an integer value |
java.lang.String |
getString(int i)
Get a string value. |
void |
setBoolean(int i,
boolean b)
Set a new boolean value. |
void |
setInt(int i,
int v)
Set a new integer value |
void |
setString(int i,
java.lang.String s)
Set a new string value. |
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[] pao
protected PlatformInformation pi
protected boolean[] bv
protected java.lang.String[] bk
protected int[] iv
protected java.lang.String[] ik
protected java.lang.String[] sv
protected java.lang.String[] sk
Constructor Detail |
---|
public TraceccController(PlatformInformation p)
Method Detail |
---|
public boolean getBoolean(int i)
i
- The index in the array.
public int getInt(int i)
i
- The index in the array.
public java.lang.String getString(int i)
i
- The index in the array.
public void setBoolean(int i, boolean b)
i
- The index of the value in the array.b
- The new value.public void setInt(int i, int v)
i
- The index of the value in the array.v
- The new value.public void setString(int i, java.lang.String s)
i
- The index of the string in the array.s
- The new value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |