Serializable
, TableModel
public class BucketTableModel extends DefaultTableModel
S3Bucket
s.Constructor | Description |
---|---|
BucketTableModel(boolean includeDistributions) |
Modifier and Type | Method | 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) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
addColumn, addColumn, addColumn, addRow, addRow, getColumnCount, getColumnName, getDataVector, getRowCount, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
public 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 TableModel
isCellEditable
in class DefaultTableModel
public Class getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public Object getValueAt(int rowIndex, int columnIndex)
getValueAt
in interface TableModel
getValueAt
in class DefaultTableModel