getBundleString(String p_text) Finds in a bundle file and returns an actual text of control component.
Parameters: p_text - string-key corresponding to required control component.
public QueryBuilderOperator(ContainerOperator parent, String tabId)(Code)
Creates new instance of this class.
Parameters: parent - an object ContainerOperator related to container, which includes created Query Builder Parameters: tabId - a name of required tab
Adds query criteria to a column of a database table.
Parameters: column - a name of a required column Parameters: value - text of criteria value Parameters: operatorValue - string with a comparison operator or a statement,which is used in criteria (for example, "=")
Changes text of a query.
Parameters: substring - a part of query text, which should be changed Parameters: newSubstring - new text, which will replace a part of query text
Finds in a bundle file and returns an actual text of control component.
Parameters: p_text - string-key corresponding to required control component. actual text of control component
getGraphComponent
public JComponentOperator getGraphComponent()(Code)
Returns JComponentOperator, which wraps component, presenting
Graph Panel of Query Editor
getGraphFrame
public QueryBuilderPaneOperator getGraphFrame()(Code)
TODO: Fix it
Returns an object QueryBuilderGraphFrameOperator
QueryBuilderGraphFrameOperator
getGraphScrollPane
public JScrollPaneOperator getGraphScrollPane()(Code)
Returns JScrollPaneOperator, which wraps a scroll pane
of Graph Panel of Query Editor
Returns an object JTableOperator (result table of a query)
JTableOperator
getStructureTableOfDBTableOnGraphPanel
public JTableOperator getStructureTableOfDBTableOnGraphPanel(String dbTableName)(Code)
getTableFrame
public TableFrameOperator getTableFrame(String tableName)(Code)
Returns an object TableFrameOperator
Represent Operator for Table with given name in Graph Frame of the QueryBuilder
Parameters: tableName - TableFrameOperator