net.sourceforge.ganttproject
Class GanttOptions
java.lang.Object
|
+--net.sourceforge.ganttproject.GanttOptions
- public class GanttOptions
- extends java.lang.Object
The class aible to load and save options on the file
Constructor Summary |
GanttOptions(java.awt.Color c,
int x,
int y,
int width,
int height,
java.lang.String sc,
java.lang.String sn)
|
Method Summary |
java.lang.String |
correct(java.lang.String s)
|
boolean |
load()
Load the options file |
void |
save()
Save the options file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
language
public GanttLanguage language
color
public java.awt.Color color
x
public int x
y
public int y
width
public int width
height
public int height
styleClass
public java.lang.String styleClass
styleName
public java.lang.String styleName
lastOpen
public java.util.ArrayList lastOpen
isloaded
public boolean isloaded
GanttOptions
public GanttOptions(java.awt.Color c,
int x,
int y,
int width,
int height,
java.lang.String sc,
java.lang.String sn)
save
public void save()
- Save the options file
correct
public java.lang.String correct(java.lang.String s)
load
public boolean load()
- Load the options file
${copyright}