|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jstatcom.io.FileSupportSettings
public final class FileSupportSettings
Holds information for the FileSupport class about the location
of selected files that should be stored between application runs.
| Field Summary | |
|---|---|
static javolution.xml.XmlFormat<FileSupportSettings> |
FileSupportSettings_XML
XML format field for (de)serialization. |
| Constructor Summary | |
|---|---|
FileSupportSettings()
|
|
| Method Summary | |
|---|---|
JSCSArray |
getSelectedFiles()
Gets the string array with the names of selected files and directories in the followins order: selected text output directory selected data directory selected project filename (without directory) selected project directory |
void |
setElement()
Implementations of this method should use the information stored in this SettingsElement to set the state of components at runtime. |
void |
setSelectedFiles(JSCSArray selectedFiles)
Sets the JSCSArray with the names of selected files and
directories. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final javolution.xml.XmlFormat<FileSupportSettings> FileSupportSettings_XML
| Constructor Detail |
|---|
public FileSupportSettings()
| Method Detail |
|---|
public void setElement()
SettingsElementSettingsElement to set the state of components at runtime.
For example, one implementation of this interface, the
ProjectTreeNode, adds itself to the
ProjectTree when this method is called. Before that, it
has been restored from its serialization in an XML file.
setElement in interface SettingsElementpublic JSCSArray getSelectedFiles()
JSCSArraypublic void setSelectedFiles(JSCSArray selectedFiles)
JSCSArray with the names of selected files and
directories.
selectedFiles - array with names
java.lang.IllegalArgumentException - if (selectedFiles == null)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||