public class BucketTableModel extends DefaultTableModel
S3Buckets.| Constructor and Description |
|---|
BucketTableModel(boolean includeDistributions) |
| Modifier and Type | Method and Description |
|---|---|
int |
addBucket(S3Bucket bucket,
boolean hasDistributions) |
S3Bucket |
getBucket(int row) |
int |
getBucketIndexByName(String name) |
S3Bucket[] |
getBuckets() |
Class |
getColumnClass(int columnIndex) |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
hasDistributions() |
boolean |
isCellEditable(int row,
int column) |
void |
removeAllBuckets() |
void |
removeBucket(S3Bucket bucket) |
addColumn, addColumn, addColumn, addRow, addRow, getColumnCount, getColumnName, getDataVector, getRowCount, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAtaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic int addBucket(S3Bucket bucket, boolean hasDistributions)
public void removeBucket(S3Bucket bucket)
public void removeAllBuckets()
public S3Bucket getBucket(int row)
public S3Bucket[] getBuckets()
public int getBucketIndexByName(String name)
public boolean hasDistributions()
public boolean isCellEditable(int row,
int column)
isCellEditable in interface TableModelisCellEditable in class DefaultTableModelpublic Class getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelgetValueAt in class DefaultTableModel