public class AtomContainerPropertyTableModel extends AbstractTableModel
org.openscience.cdk.interfaces.Molecule obtained by
getProperties()| Modifier and Type | Field and Description |
|---|---|
protected org.openscience.cdk.interfaces.IAtomContainer |
ac |
protected List<String> |
names |
protected static NumberFormat |
nf |
listenerList| Constructor and Description |
|---|
AtomContainerPropertyTableModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Object key,
Object value) |
int |
getColumnCount() |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
setAtomContainer(org.openscience.cdk.interfaces.IAtomContainer object) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtprotected org.openscience.cdk.interfaces.IAtomContainer ac
protected static NumberFormat nf
public int getColumnCount()
public int getRowCount()
public Object getValueAt(int rowIndex, int columnIndex)
public void setAtomContainer(org.openscience.cdk.interfaces.IAtomContainer object)
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.