|
|||||||||||
| 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.SQLStatViewer
Graphical SQL 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 | |
(package private) static int |
COLUMNS
|
| Fields inherited from class org.objectweb.cjdbc.console.views.InfoViewer |
actionErrorMessage, actionSuccessMessage, actionToolTipText, frameTitle, infoViewerMenuBarString, tableHeaderToolTipText |
| Constructor Summary | |
SQLStatViewer(java.lang.Object[][] stats)
Create a SQLStatsViewer |
|
| 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 |
void |
setLabels()
Set the labels for the frame |
| Methods inherited from class org.objectweb.cjdbc.console.views.InfoViewer |
display, displayText, displayText, getData, getFrameTitle, getTraceableColumns, updateData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static final int COLUMNS
| Constructor Detail |
public SQLStatViewer(java.lang.Object[][] stats)
stats - 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 void setLabels()
InfoViewer
setLabels in class InfoViewerInfoViewer.setLabels()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||