|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RevisionTableModel
Provides an interface for a seven-column table model for tables of XNodes
and XNodeRevisions. Most of the methods are undocumented here as they are
derived directly from AbstractTableModel.
AbstractTableModel| Method Summary | |
|---|---|
void |
addRevision(XNodeRevision revision)
Add XNodeRevision revision to the table. |
void |
clear()
|
Class |
getColumnClass(int c)
|
int |
getColumnCount()
|
String |
getColumnName(int col)
|
String |
getFormatOf(XNodeRevision xnr)
Returns the MIME-style format string for the given revision. |
int |
getRepositorySize()
|
XNodeRevision |
getRevision(int i)
|
int |
getRowCount()
|
List |
getSelectedRevisions()
Return the list of selected XNodeRevisions. |
Object |
getValueAt(int row,
int col)
|
boolean |
isCellEditable(int row,
int col)
|
void |
setSelectAll(boolean selected)
|
void |
setValueAt(Object value,
int row,
int col)
|
| Method Detail |
|---|
void addRevision(XNodeRevision revision)
String getFormatOf(XNodeRevision xnr)
List getSelectedRevisions()
int getColumnCount()
XNodeRevision getRevision(int i)
void clear()
int getRepositorySize()
int getRowCount()
String getColumnName(int col)
Object getValueAt(int row,
int col)
Class getColumnClass(int c)
boolean isCellEditable(int row,
int col)
void setSelectAll(boolean selected)
void setValueAt(Object value,
int row,
int col)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||