org.netbeans.modules.sql.framework.ui.view .BasicTopView org.netbeans.modules.etl.ui.view .ETLEditorTopView ETLEditorTopView public class ETLEditorTopView extends BasicTopView (Code) ETL Editor top view. This class just provides ETL specfic actions in toolbar and graph
right click.
author: Ritesh Adval
OPERATOR_FOLDER final public static String OPERATOR_FOLDER (Code)
ETLEditorTopView public ETLEditorTopView(CollabSQLUIModel model, ETLCollaborationTopPanel etlTopComp)(Code) Creates a new instance of ETLEditorTopView.
Parameters: model - CollabSQLUIModelImpl containing collab model infoParameters: etlTopComp - ETLCollaborationTopPanel which will host this view
ETLEditorTopView public ETLEditorTopView(CollabSQLUIModel model)(Code) Creates a new instance of ETLEditorTopView.
Parameters: model - CollabSQLUIModelImpl containing collab model info
canEdit public boolean canEdit()(Code) Indicates whether this view is editable.
boolean - true/false
execute public Object [] execute(String command, Object [] args)(Code) Execute a command
Parameters: command - - commandParameters: args - - arguments
getGraphActions public List getGraphActions()(Code) Gets List of Actions associated with the graph canvas.
List of graph canvas actions
getOperatorFolder public String getOperatorFolder()(Code) Gets name of operator folder.
name of operator folder
getToolBarActions public List getToolBarActions()(Code) Gets List of Actions associated with the editor toolbar.
List of toolbar Actions
showSql protected void showSql(SQLObject obj)(Code) Generates and displays associated SQL statement for the given SQLObject.
Parameters: obj - SQLObject whose SQL statement is to be displayed