|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
syn3d.ui.SceneGraphDataTableModel
syn3d.ui.PropertyTableModel
public class PropertyTableModel
Extended classes have to implement the method getName() and to set the attributes data & dataCopy as non abstract objects.
Field Summary |
---|
Fields inherited from class syn3d.ui.SceneGraphDataTableModel |
---|
dataCopy, resources |
Fields inherited from class javax.swing.table.AbstractTableModel |
---|
listenerList |
Constructor Summary | |
---|---|
PropertyTableModel(SourceTree sourceTree,
PropertyData dcopy)
|
Method Summary | |
---|---|
java.lang.String |
getName(int index)
|
Methods inherited from class syn3d.ui.SceneGraphDataTableModel |
---|
getColumnClass, getColumnCount, getColumnName, getRowCount, getValue, getValueAt, isCellEditable, setValue, setValueAt |
Methods inherited from class javax.swing.table.AbstractTableModel |
---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyTableModel(SourceTree sourceTree, PropertyData dcopy)
Method Detail |
---|
public java.lang.String getName(int index)
getName
in class SceneGraphDataTableModel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |