|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
com.cosylab.vdct.inspector.InspectorTableModel
public class InspectorTableModel
Insert the type's description here. Creation date: (6.1.2001 23:29:20)
Field Summary |
---|
Fields inherited from class javax.swing.table.AbstractTableModel |
---|
listenerList |
Fields inherited from interface com.cosylab.vdct.inspector.PropertyTableModel |
---|
DISP_NAME, DISP_NONE, DISP_VALUE, DISP_VISIBILITY, HEADERDISP_EYE, HEADERDISP_NONE, HEADERDISP_TEXT |
Constructor Summary | |
---|---|
InspectorTableModel(InspectorInterface inspector)
InspactorTableModel constructor comment. |
Method Summary | |
---|---|
java.lang.Class |
getColumnClass(int column)
Insert the method's description here. |
int |
getColumnCount()
getColumnCount method comment. |
Inspectable |
getDataObject()
Insert the method's description here. |
int |
getHeaderDisplayType(int column)
Returns the header display type HEADERDISP_* at the given position. |
InspectableProperty |
getPropertyAt(int row,
int column)
Insert the method's description here. |
int |
getPropertyDisplayTypeAt(int row,
int column)
Returns the cell display type DISP_* at the given position. |
int |
getRowCount()
getRowCount method comment. |
java.lang.Object |
getValueAt(int row,
int column)
getValueAt method comment. |
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Insert the method's description here. |
void |
setDataObject(Inspectable object)
Insert the method's description here. |
void |
setValueAt(java.lang.Object aValue,
int row,
int column)
Sets the object value for the cell at column and row. |
void |
updateProperty(InspectableProperty property)
Insert the method's description here. |
void |
updateProperty(java.lang.String propertyName)
Insert the method's description here. |
Methods inherited from class javax.swing.table.AbstractTableModel |
---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnName, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InspectorTableModel(InspectorInterface inspector)
Method Detail |
---|
public java.lang.Class getColumnClass(int column)
getColumnClass
in interface javax.swing.table.TableModel
getColumnClass
in class javax.swing.table.AbstractTableModel
column
- int
public int getColumnCount()
getColumnCount
in interface javax.swing.table.TableModel
public Inspectable getDataObject()
public InspectableProperty getPropertyAt(int row, int column)
getPropertyAt
in interface PropertyTableModel
row
- int
public int getPropertyDisplayTypeAt(int row, int column)
PropertyTableModel
getPropertyDisplayTypeAt
in interface PropertyTableModel
public int getHeaderDisplayType(int column)
PropertyTableModel
getHeaderDisplayType
in interface PropertyTableModel
public int getRowCount()
getRowCount
in interface javax.swing.table.TableModel
public java.lang.Object getValueAt(int row, int column)
getValueAt
in interface javax.swing.table.TableModel
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface javax.swing.table.TableModel
isCellEditable
in class javax.swing.table.AbstractTableModel
rowIndex
- intcolumnIndex
- int
public void setDataObject(Inspectable object)
object
- com.cosylab.vdct.inspector.Inspectablepublic void setValueAt(java.lang.Object aValue, int row, int column)
setValueAt
in interface javax.swing.table.TableModel
setValueAt
in class javax.swing.table.AbstractTableModel
aValue
- the new value. This can be null.row
- the row whose value is to be looked upcolumn
- the column whose value is to be looked uppublic void updateProperty(InspectableProperty property)
property
- com.cosylab.vdct.inspector.InspectablePropertypublic void updateProperty(java.lang.String propertyName)
propertyName
- java.lang.String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |