|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.table.NavigationBarTableModel
Field Summary | |
private NavigationTreeNode[][] |
cellNodes
|
private static String |
COLUMN_NAME
|
private int |
columnCount
|
private int |
rowCount
|
private List |
selectedNodeList
|
private HTTPState |
state
|
private NavigationTreeModel |
treeModel
|
private NavigationTreeNode[] |
treeNodes
|
Constructor Summary | |
NavigationBarTableModel(NavigationTreeModel treeModel,
HTTPState state)
|
Method Summary | |
void |
addTableModelListener(TableModelListener l)
Supported API: true |
protected int |
buildRow(int i)
|
protected void |
buildSelectedAndAvailableNodes()
|
Class |
getColumnClass(int columnIndex)
Supported API: true |
int |
getColumnCount()
Supported API: true |
int |
getColumnCount(int row)
|
String |
getColumnName(int columnIndex)
Returns name of the HTML table column for the column index passed in as input parameter. |
int |
getRowCount()
Supported API: true |
HTTPState |
getState()
|
protected NavigationTreeModel |
getTreeModel()
|
Object |
getValueAt(int rowIndex,
int columnIndex)
Supported API: true |
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Supported API: true |
void |
removeTableModelListener(TableModelListener l)
Supported API: true |
void |
setState(HTTPState state)
|
void |
setValueAt(Object value,
int rowIndex,
int columnIndex)
Supported API: true |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String COLUMN_NAME
private NavigationTreeModel treeModel
private List selectedNodeList
private int rowCount
private int columnCount
private NavigationTreeNode[] treeNodes
private NavigationTreeNode[][] cellNodes
private HTTPState state
Constructor Detail |
public NavigationBarTableModel(NavigationTreeModel treeModel, HTTPState state)
Method Detail |
public void addTableModelListener(TableModelListener l)
TableModelStub
addTableModelListener
in interface TableModelStub
l
- public Class getColumnClass(int columnIndex)
TableModelStub
getColumnClass
in interface TableModelStub
columnIndex
-
public int getColumnCount()
TableModelStub
getColumnCount
in interface TableModelStub
public String getColumnName(int columnIndex)
TableModelStub
getColumnName
in interface TableModelStub
columnIndex
-
public int getRowCount()
TableModelStub
getRowCount
in interface TableModelStub
public Object getValueAt(int rowIndex, int columnIndex)
TableModelStub
getValueAt
in interface TableModelStub
rowIndex
- columnIndex
-
public boolean isCellEditable(int rowIndex, int columnIndex)
TableModelStub
isCellEditable
in interface TableModelStub
rowIndex
- columnIndex
-
public void removeTableModelListener(TableModelListener l)
TableModelStub
removeTableModelListener
in interface TableModelStub
l
- public void setValueAt(Object value, int rowIndex, int columnIndex)
TableModelStub
setValueAt
in interface TableModelStub
value
- rowIndex
- columnIndex
- protected void buildSelectedAndAvailableNodes()
protected int buildRow(int i)
protected NavigationTreeModel getTreeModel()
public void setState(HTTPState state)
public HTTPState getState()
public int getColumnCount(int row)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |