|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Nested Class Summary | |
static interface |
UserData.FProject
|
Field Summary | |
static int |
CURRENT_CONFIG
|
static int |
CURRENT_DEPTH
|
static int |
CURRENT_HEIGHT
|
static int |
CURRENT_WIDTH
|
static int |
LAST_OPEN_CONF
|
static int |
LAST_OPEN_DIR
|
static int |
LAST_OPEN_FILE
|
static int |
LAST_SAVE_DIR
|
static int |
LAST_SAVE_FILE
|
static int |
MODIFIED
|
static int |
NO_MODIFIED
|
Method Summary | |
void |
addProject(UserData.FProject proj)
Adds a new FProject to the project list. |
int |
getIntData(int typ)
get the int value for a given type. |
UserData.FProject |
getProject(int range)
Adds a new FProject to the project list. |
String |
getStringData(int typ)
get the int value for a given type. |
void |
open()
Open the file which contains all registered User Data. |
void |
save()
Save all registered data in the file of the user. |
void |
setIntData(int typ,
int v)
set the value for a given type. |
void |
setStringData(int typ,
String s)
set the value for a given type. |
Field Detail |
public static final int CURRENT_DEPTH
public static final int CURRENT_WIDTH
public static final int CURRENT_HEIGHT
public static final int CURRENT_CONFIG
public static final int LAST_OPEN_DIR
public static final int LAST_SAVE_DIR
public static final int LAST_OPEN_CONF
public static final int LAST_OPEN_FILE
public static final int LAST_SAVE_FILE
public static final int NO_MODIFIED
public static final int MODIFIED
Method Detail |
public void open()
public void save()
public void setIntData(int typ, int v) throws Exception
typ
- is the Data type.v
- is the int value for the type.
Exception
public int getIntData(int typ) throws Exception
typ
- is the Data type.
Exception
public void setStringData(int typ, String s) throws Exception
typ
- is the Data type.
Exception
public String getStringData(int typ) throws Exception
typ
- is the Data type.
Exception
public void addProject(UserData.FProject proj) throws Exception
Exception
public UserData.FProject getProject(int range) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |