sexi.io
Class TreeGroupSpecIO

java.lang.Object
  |
  +--sexi.io.FileLineIO
        |
        +--sexi.io.TreeGroupSpecIO

public class TreeGroupSpecIO
extends FileLineIO


Field Summary
static int fieldSize
           
 
Fields inherited from class sexi.io.FileLineIO
actFile, numFormatter, openTitle, saveTitle
 
Constructor Summary
TreeGroupSpecIO()
           
 
Method Summary
 boolean checkHeader(java.lang.String str)
          Check file header
 java.lang.Object getObject(java.lang.String str)
           
 java.util.Collection getObjectByFileChooser(java.awt.Component parent)
           
 java.util.Collection getObjectByFileChooser(java.awt.Component parent, java.io.File defFile)
           
 TreeGroupSpec getTreeGroupSpec(java.util.Collection c)
           
 TreeGroupSpec getTreeGroupSpec(java.lang.String str)
           
 java.lang.String toString(java.lang.Object o)
           
 void writeObjectByFileChooser(java.awt.Component parent, java.util.Collection obj)
           
 void writeObjectByFileChooser(java.awt.Component parent, java.util.Collection obj, java.io.File defFile)
           
 
Methods inherited from class sexi.io.FileLineIO
finalize, getDoubleValue, getFile, getFloatValue, getIntValue, getObject, getObjectByFileChooser, getObjectByFileChooser, setExtensionFileFilter, setFileHeader, setNumberFormat, setOpenFileTitle, setSaveFileTitle, writeObjectByFileChooser, writeObjectByFileChooser, writeObjectToFile
 
Methods inherited from class java.lang.Object
, clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldSize

public static int fieldSize
Constructor Detail

TreeGroupSpecIO

public TreeGroupSpecIO()
Method Detail

checkHeader

public boolean checkHeader(java.lang.String str)
Check file header
Overrides:
checkHeader in class FileLineIO

getObjectByFileChooser

public java.util.Collection getObjectByFileChooser(java.awt.Component parent)
Overrides:
getObjectByFileChooser in class FileLineIO

getObjectByFileChooser

public java.util.Collection getObjectByFileChooser(java.awt.Component parent,
                                                   java.io.File defFile)
Overrides:
getObjectByFileChooser in class FileLineIO

writeObjectByFileChooser

public void writeObjectByFileChooser(java.awt.Component parent,
                                     java.util.Collection obj,
                                     java.io.File defFile)
Overrides:
writeObjectByFileChooser in class FileLineIO

writeObjectByFileChooser

public void writeObjectByFileChooser(java.awt.Component parent,
                                     java.util.Collection obj)
Overrides:
writeObjectByFileChooser in class FileLineIO

getObject

public java.lang.Object getObject(java.lang.String str)
Overrides:
getObject in class FileLineIO

toString

public java.lang.String toString(java.lang.Object o)
Overrides:
toString in class FileLineIO

getTreeGroupSpec

public TreeGroupSpec getTreeGroupSpec(java.lang.String str)
                               throws java.lang.IndexOutOfBoundsException

getTreeGroupSpec

public TreeGroupSpec getTreeGroupSpec(java.util.Collection c)
                               throws java.lang.IndexOutOfBoundsException