public class FileSet extends WizardProperties
| Modifier and Type | Field and Description | 
|---|---|
static String | 
FILES  | 
static String | 
IDENTIFIER  | 
static String | 
SELECTED  | 
static String | 
TITLE  | 
| Constructor and Description | 
|---|
FileSet()  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
addPropertyChangeListener, firePropertyChange, getBooleanProperty, getIntegerProperty, getProperty, getStringProperty, removePropertyChangeListener, setPropertypublic static final String FILES
public static final String IDENTIFIER
public static final String SELECTED
public static final String TITLE
public int getFileCount()
public Collection<File> getFiles()
public String getIdentifier()
public String getTitle()
public boolean isSelected()
public void setFiles(Collection<File> files)
public void setIdentifier(String identifier)
public void setSelected(boolean b)
public void setTitle(String title)