| javax.swing.JPanel org.netbeans.modules.sql.framework.ui.output.SQLStatementPanel
SQLStatementPanel | public class SQLStatementPanel extends JPanel implements IMessageView,ETLOutputPanel(Code) | | This is a view to show sql code.
author: Ritesh Adval author: Ahimanikya Satapathy version: $Revision$ |
Inner Class :public class ShowSQLWorkerThread extends SwingWorker | |
SQLStatementPanel | public SQLStatementPanel(IGraphViewContainer sqlView, SQLObject obj)(Code) | | Creates a new instance of SQLSqlView associated with the given SQLObject.
Parameters: sqlView - TopComponent which will host this view Parameters: obj - SQLObject whose SQL content will be generated |
appendToView | public synchronized void appendToView(String str)(Code) | | Appends given String to the conetnt view.
Parameters: str - String to append |
clearView | public void clearView()(Code) | | |
hasValidationErrorsDisplayed | public boolean hasValidationErrorsDisplayed(SQLObject object) throws BaseException(Code) | | Writes validation errors, if any, associated with the given SQLObject.
Parameters: sqlObj2 - |
refreshSql | public synchronized void refreshSql()(Code) | | Regenerates SQL content based on current settings and state of the associated
SQLObject.
|
refreshView | public void refreshView(String str)(Code) | | refresh view with this new string
Parameters: str - String to refresh with |
|
|