Math2mat
Public Member Functions | Static Public Member Functions | Protected Member Functions

m2m.frontend.GUIProperties Class Reference

Collaboration diagram for m2m.frontend.GUIProperties:
Collaboration graph
[legend]

List of all members.

Public Member Functions

String getValidateDir ()
void setValidateDir (String dir)
String getXmlTagName ()
boolean fromXml (Element fstNmElmnt)
Element toXml (Document dom)
String getReOpenFileAtIndex (int index)
String[] getReOpenFile ()
void setReOpenFileAtIndex (String value, int index)
boolean writeSettings ()
boolean readSettings ()
boolean readSettings (File f)
boolean writeSettings (File f)

Static Public Member Functions

static GUIProperties getReference ()

Protected Member Functions

void finalize ()

Detailed Description

Definition at line 49 of file GUIProperties.java.


Member Function Documentation

void m2m.frontend.GUIProperties.finalize ( ) [protected]

Definition at line 137 of file GUIProperties.java.

boolean m2m.frontend.GUIProperties.fromXml ( Element  fstNmElmnt)

Definition at line 76 of file GUIProperties.java.

static GUIProperties m2m.frontend.GUIProperties.getReference ( ) [static]

Definition at line 53 of file GUIProperties.java.

String [] m2m.frontend.GUIProperties.getReOpenFile ( )

Get all path of reopen files

Returns:
all path of reopen file

Definition at line 112 of file GUIProperties.java.

String m2m.frontend.GUIProperties.getReOpenFileAtIndex ( int  index)

Get the path of a specific reopen file

Parameters:
indexint the index of the reopen file
Returns:
the path of a specific reopen file

Definition at line 103 of file GUIProperties.java.

String m2m.frontend.GUIProperties.getValidateDir ( )

Definition at line 62 of file GUIProperties.java.

String m2m.frontend.GUIProperties.getXmlTagName ( )

Definition at line 72 of file GUIProperties.java.

boolean m2m.frontend.GUIProperties.readSettings ( File  f)

Definition at line 164 of file GUIProperties.java.

boolean m2m.frontend.GUIProperties.readSettings ( )

Definition at line 149 of file GUIProperties.java.

void m2m.frontend.GUIProperties.setReOpenFileAtIndex ( String  value,
int  index 
)

Set the path of a specific reopen file

Parameters:
pathString the value of the path of the reopen file
indexint the index of the reopen file

Definition at line 122 of file GUIProperties.java.

void m2m.frontend.GUIProperties.setValidateDir ( String  dir)

Definition at line 66 of file GUIProperties.java.

Element m2m.frontend.GUIProperties.toXml ( Document  dom)

Definition at line 84 of file GUIProperties.java.

boolean m2m.frontend.GUIProperties.writeSettings ( )

Definition at line 141 of file GUIProperties.java.

boolean m2m.frontend.GUIProperties.writeSettings ( File  f)

Definition at line 205 of file GUIProperties.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations