|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void addTableModelListener(TableModelListener l)
addTableModelListener
in interface TableModel
l
- public Class getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
columnIndex
-
public int getColumnCount()
getColumnCount
in interface TableModel
public String getColumnName(int columnIndex)
getColumnName
in interface TableModel
columnIndex
-
public int getRowCount()
getRowCount
in interface TableModel
public Object getValueAt(int rowIndex, int columnIndex)
getValueAt
in interface TableModel
rowIndex
- columnIndex
-
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
rowIndex
- columnIndex
-
public void removeTableModelListener(TableModelListener l)
removeTableModelListener
in interface TableModel
l
- public void setValueAt(Object value, int rowIndex, int columnIndex)
setValueAt
in interface TableModel
value
- rowIndex
- columnIndex
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |