getDoesTextComponentHaveScroller() If the component returned by getTextComponent contains
its own scroll bars return true other wise this component
will be wrapped in the scroll pane when added to the SQL panel.
Append the passed SQL script to the SQL entry area but don't select
it.
Parameters: sqlScript - The script to be appended.
appendText
public void appendText(String sqlScript, boolean select)(Code)
Append the passed SQL script to the SQL entry area and specify
whether it should be selected.
Parameters: sqlScript - The script to be appended. Parameters: select - If true then select the passed scriptin the sql entry area.
public boolean getDoesTextComponentHaveScroller()(Code)
If the component returned by getTextComponent contains
its own scroll bars return true other wise this component
will be wrapped in the scroll pane when added to the SQL panel.
true if text component already handles scrolling.
Replace the contents of the SQL entry area with the passed
SQL script without selecting it.
Parameters: sqlScript - The script to be placed in the SQL entry area..
setText
public void setText(String text, boolean select)(Code)
Replace the contents of the SQL entry area with the passed
SQL script and specify whether to select it.
Parameters: sqlScript - The script to be placed in the SQL entry area.. Parameters: select - If true then select the passed scriptin the sql entry area.