| javax.swing.JPanel workbench.gui.dbobjects.DbObjectSourcePanel
requestFocus | public void requestFocus()(Code) | | |
requestFocusInWindow | public boolean requestFocusInWindow()(Code) | | |
reset | public void reset()(Code) | | |
scrollToCaret | public void scrollToCaret()(Code) | | |
setCaretPosition | public void setCaretPosition(int pos, boolean selectLine)(Code) | | |
setEditable | public void setEditable(boolean flag)(Code) | | |
setText | public void setText(String sql)(Code) | | Set the SQL source. If the text contains an error message
indicating that the source is not available (as returned by DbMetadata
if the SQL Queries have not been configured for e.g. stored procedures)
syntax highlighting will be disabled.
|
|
|