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 String FILES
           
static String IDENTIFIER
           
static String SELECTED
           
static String TITLE
           
 
Constructor Summary
FileSet()
           
 
Method Summary
 int getFileCount()
           
 Collection<File> getFiles()
           
 String getIdentifier()
           
 String getTitle()
           
 boolean isSelected()
           
 void setFiles(Collection<File> files)
           
 void setIdentifier(String identifier)
           
 void setSelected(boolean b)
           
 void setTitle(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 String FILES
See Also:
Constant Field Values

IDENTIFIER

public static final String IDENTIFIER
See Also:
Constant Field Values

SELECTED

public static final String SELECTED
See Also:
Constant Field Values

TITLE

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

FileSet

public FileSet()
Method Detail

getFileCount

public int getFileCount()

getFiles

public Collection<File> getFiles()

getIdentifier

public String getIdentifier()

getTitle

public String getTitle()

isSelected

public boolean isSelected()

setFiles

public void setFiles(Collection<File> files)

setIdentifier

public void setIdentifier(String identifier)

setSelected

public void setSelected(boolean b)

setTitle

public void setTitle(String title)

NASA World Wind