protected class FilesystemExplorerWizardPanel.FilesystemStoreListModel
extends javax.swing.AbstractListModel
| Constructor and Description |
|---|
FilesystemExplorerWizardPanel.FilesystemStoreListModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DynObject dynObject) |
void |
addAll(java.util.List<FilesystemStoreParameters> toAdd) |
void |
down(FilesystemStoreParameters item) |
void |
forceUpdate(int index) |
DynObject |
getDynObjectAt(int index) |
java.lang.Object |
getElementAt(int index) |
DataStoreParameters[] |
getParameters() |
int |
getSize() |
FilesystemStoreParameters |
getStoreParameterAt(int index) |
void |
remove(int i) |
void |
up(FilesystemStoreParameters item) |
public FilesystemExplorerWizardPanel.FilesystemStoreListModel()
public DataStoreParameters[] getParameters()
public java.lang.Object getElementAt(int index)
public FilesystemStoreParameters getStoreParameterAt(int index)
public int getSize()
public DynObject getDynObjectAt(int index)
public void add(DynObject dynObject)
public void addAll(java.util.List<FilesystemStoreParameters> toAdd)
public void remove(int i)
public void up(FilesystemStoreParameters item)
public void down(FilesystemStoreParameters item)
public void forceUpdate(int index)