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,
boolean automatic,
boolean dragTime,
java.lang.String xslDir,
java.lang.String xslFo,
java.lang.String workingDir,
boolean tips,
boolean redline,
DocumentsMRU documentsMRU)
|
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
isloaded
public boolean isloaded
automatic
public boolean automatic
dragTime
public boolean dragTime
openTips
public boolean openTips
redline
public boolean redline
xslDir
public java.lang.String xslDir
xslFo
public java.lang.String xslFo
workingDir
public java.lang.String workingDir
documentsMRU
public DocumentsMRU documentsMRU
GanttOptions
public GanttOptions(java.awt.Color c,
int x,
int y,
int width,
int height,
java.lang.String sc,
java.lang.String sn,
boolean automatic,
boolean dragTime,
java.lang.String xslDir,
java.lang.String xslFo,
java.lang.String workingDir,
boolean tips,
boolean redline,
DocumentsMRU documentsMRU)
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 © 2002 Alexandre THOMAS.