|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TableModelStub
Deprecation Notice: This class is still valid for this release, however this serves as advance notice that it will be removed in the future. All user interfaces built using the Windchill HTML Template Processing client architecture will be rewritten using a different framework in an upcoming release. The TableModelStub class is an interface that does NOT add anything to the TableModel class. The purpose of the TableModelStub class is to allow the modeling of TableModel subclasses that will have the method stubs generated for them.
The only reason to implement the TableModelStub is if you are
modeling your TableModel subclass and you would like the method
stubs generated for you.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
addTableModelListener(TableModelListener l)
Deprecated. |
Class |
getColumnClass(int columnIndex)
Deprecated. |
int |
getColumnCount()
Deprecated. |
String |
getColumnName(int columnIndex)
Deprecated. |
int |
getRowCount()
Deprecated. |
Object |
getValueAt(int rowIndex,
int columnIndex)
Deprecated. |
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Deprecated. |
void |
removeTableModelListener(TableModelListener l)
Deprecated. |
void |
setValueAt(Object value,
int rowIndex,
int columnIndex)
Deprecated. |
| Method Detail |
|---|
void addTableModelListener(TableModelListener l)
addTableModelListener in interface TableModell - Class getColumnClass(int columnIndex)
getColumnClass in interface TableModelcolumnIndex -
int getColumnCount()
getColumnCount in interface TableModelString getColumnName(int columnIndex)
getColumnName in interface TableModelcolumnIndex -
int getRowCount()
getRowCount in interface TableModel
Object getValueAt(int rowIndex,
int columnIndex)
getValueAt in interface TableModelrowIndex - columnIndex -
boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelrowIndex - columnIndex -
void removeTableModelListener(TableModelListener l)
removeTableModelListener in interface TableModell -
void setValueAt(Object value,
int rowIndex,
int columnIndex)
setValueAt in interface TableModelvalue - rowIndex - columnIndex -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||