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


Field Summary
 boolean automatic
           
 java.awt.Color color
           
 DocumentsMRU documentsMRU
           
 boolean dragTime
           
 int height
           
 boolean isloaded
           
 GanttLanguage language
           
 boolean openTips
           
 boolean redline
           
 java.lang.String styleClass
           
 java.lang.String styleName
           
 int width
           
 java.lang.String workingDir
           
 int x
           
 java.lang.String xslDir
           
 java.lang.String xslFo
           
 int y
           
 
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
 

Field Detail

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
Constructor Detail

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)
Method Detail

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.