| javax.swing.JPanel workbench.gui.sql.DwStatusBar
DwStatusBar | public DwStatusBar()(Code) | | |
DwStatusBar | public DwStatusBar(boolean showTimeout, boolean showEditorStatus)(Code) | | |
clearExecutionTime | public void clearExecutionTime()(Code) | | |
clearRowcount | public void clearRowcount()(Code) | | |
clearStatusMessage | public void clearStatusMessage()(Code) | | Clears the status bar by displaying the default message.
|
executionEnd | public void executionEnd()(Code) | | |
executionStart | public void executionStart()(Code) | | |
forcePaint | public void forcePaint()(Code) | | |
getMaxRows | public int getMaxRows()(Code) | | |
getQueryTimeout | public int getQueryTimeout()(Code) | | |
refresh | protected void refresh()(Code) | | |
removeAlert | public void removeAlert()(Code) | | |
selectMaxRowsField | public void selectMaxRowsField()(Code) | | |
setEditorLocation | public void setEditorLocation(int line, int column)(Code) | | |
setExecutionTime | public void setExecutionTime(long millis)(Code) | | |
setMaxRows | public void setMaxRows(int max)(Code) | | |
setQueryTimeout | public void setQueryTimeout(int timeout)(Code) | | |
setRowcount | public void setRowcount(int start, int end, int count)(Code) | | |
setStatusMessage | public void setStatusMessage(String aMsg)(Code) | | Show a message in the status panel.
This method might be called from within a background thread, so we
need to make sure the actual setText() stuff is called on the AWT
thread in order to update the GUI correctly.
See Also: DwStatusBar.setStatusMessage(String) |
|
|