traceccgui
Class TraceccController

java.lang.Object
  extended by traceccgui.TraceccController

public class TraceccController
extends java.lang.Object


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

pao

public static final java.lang.String[] pao
Program names and options.


pi

protected PlatformInformation pi
data set for platform and user information


bv

protected boolean[] bv
Boolean values


bk

protected java.lang.String[] bk
Boolean values preferences keys


iv

protected int[] iv
Integer values


ik

protected java.lang.String[] ik
Integer values preferences keys


sv

protected java.lang.String[] sv
String values


sk

protected java.lang.String[] sk
String values preferences keys

Constructor Detail

TraceccController

public TraceccController(PlatformInformation p)
Constructor

Method Detail

getBoolean

public boolean getBoolean(int i)
Get a boolean value.

Parameters:
i - The index in the array.
Returns:
The value.

getInt

public int getInt(int i)
Get an integer value

Parameters:
i - The index in the array.
Returns:
The value.

getString

public java.lang.String getString(int i)
Get a string value.

Parameters:
i - The index in the array.
Returns:
The value.

setBoolean

public void setBoolean(int i,
                       boolean b)
Set a new boolean value.

Parameters:
i - The index of the value in the array.
b - The new value.

setInt

public void setInt(int i,
                   int v)
Set a new integer value

Parameters:
i - The index of the value in the array.
v - The new value.

setString

public void setString(int i,
                      java.lang.String s)
Set a new string value.

Parameters:
i - The index of the string in the array.
s - The new value.