NASA World Wind

gov.nasa.worldwind.layers.rpf.wizard
Class FileSet

java.lang.Object
  extended by gov.nasa.worldwind.util.wizard.WizardProperties
      extended by gov.nasa.worldwind.layers.rpf.wizard.FileSet

public class FileSet
extends WizardProperties


Field Summary
static java.lang.String FILES
           
static java.lang.String IDENTIFIER
           
static java.lang.String SELECTED
           
static java.lang.String TITLE
           
 
Constructor Summary
FileSet()
           
 
Method Summary
 int getFileCount()
           
 java.util.Collection<java.io.File> getFiles()
           
 java.lang.String getIdentifier()
           
 java.lang.String getTitle()
           
 boolean isSelected()
           
 void setFiles(java.util.Collection<java.io.File> files)
           
 void setIdentifier(java.lang.String identifier)
           
 void setSelected(boolean b)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class gov.nasa.worldwind.util.wizard.WizardProperties
addPropertyChangeListener, firePropertyChange, getBooleanProperty, getIntegerProperty, getProperty, getStringProperty, removePropertyChangeListener, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILES

public static final java.lang.String FILES
See Also:
Constant Field Values

IDENTIFIER

public static final java.lang.String IDENTIFIER
See Also:
Constant Field Values

SELECTED

public static final java.lang.String SELECTED
See Also:
Constant Field Values

TITLE

public static final java.lang.String TITLE
See Also:
Constant Field Values
Constructor Detail

FileSet

public FileSet()
Method Detail

getFileCount

public int getFileCount()

getFiles

public java.util.Collection<java.io.File> getFiles()

getIdentifier

public java.lang.String getIdentifier()

getTitle

public java.lang.String getTitle()

isSelected

public boolean isSelected()

setFiles

public void setFiles(java.util.Collection<java.io.File> files)

setIdentifier

public void setIdentifier(java.lang.String identifier)

setSelected

public void setSelected(boolean b)

setTitle

public void setTitle(java.lang.String title)

NASA World Wind