|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.console.views.InfoViewer
org.objectweb.cjdbc.console.views.BackendViewer
Backend data statistics viewer. Quick and dirty implementation.
| Nested Class Summary |
| Nested classes inherited from class org.objectweb.cjdbc.console.views.InfoViewer |
InfoViewer.ExportAction, InfoViewer.InfoTableModel, InfoViewer.InfoViewerMenuBar |
| Field Summary |
| Fields inherited from class org.objectweb.cjdbc.console.views.InfoViewer |
actionErrorMessage, actionSuccessMessage, actionToolTipText, frameTitle, infoViewerMenuBarString, tableHeaderToolTipText |
| Constructor Summary | |
BackendViewer(java.lang.Object[][] data)
Create a BackendViewer |
|
| Method Summary | |
java.lang.String[] |
getColumnNames()
Get column names |
protected java.lang.Object[][] |
getDataTypes(java.lang.Object[][] stats)
Subclasses should overide this method to get coherent sorting |
int[] |
getTraceableColumns()
Return the list of traceable data for this viewer |
void |
setLabels()
Set the labels for the frame |
| Methods inherited from class org.objectweb.cjdbc.console.views.InfoViewer |
display, displayText, displayText, getData, getFrameTitle, updateData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BackendViewer(java.lang.Object[][] data)
data - Stats to display in the table| Method Detail |
protected java.lang.Object[][] getDataTypes(java.lang.Object[][] stats)
InfoViewer
getDataTypes in class InfoViewerstats - to display
public java.lang.String[] getColumnNames()
InfoViewer
getColumnNames in class InfoViewerInfoViewer.getColumnNames()public int[] getTraceableColumns()
InfoViewer
getTraceableColumns in class InfoViewerInfoViewer.getTraceableColumns()public void setLabels()
InfoViewer
setLabels in class InfoViewerInfoViewer.setLabels()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||