org.cybertory.MSS
Class DataListItem

java.lang.Object
  extended byjava.io.File
      extended byorg.cybertory.MSS.DataListItem
All Implemented Interfaces:
java.lang.Comparable, ListItem, java.io.Serializable

public class DataListItem
extends java.io.File
implements ListItem

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
 
Constructor Summary
DataListItem(java.io.File dataFile)
           
 
Method Summary
 java.lang.String errorString()
           
 javax.swing.text.StyledDocument getDescription()
           
 boolean isValid()
           
 java.lang.String shortName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.io.File
canRead, canWrite, compareTo, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toURI, toURL
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataListItem

public DataListItem(java.io.File dataFile)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface ListItem

shortName

public java.lang.String shortName()

isValid

public boolean isValid()
Specified by:
isValid in interface ListItem

errorString

public java.lang.String errorString()
Specified by:
errorString in interface ListItem

getDescription

public javax.swing.text.StyledDocument getDescription()
Specified by:
getDescription in interface ListItem