| org.netbeans.modules.visualweb.gravy.DocumentOutlineOperator org.netbeans.modules.visualweb.gravy.designer.TrayOperator
Constructor Summary | |
public | TrayOperator() Creates an instance of this class. |
TrayOperator | public TrayOperator()(Code) | | Creates an instance of this class.
|
getRowsetTreeOperator | public JTreeOperator getRowsetTreeOperator()(Code) | | Initializes (if necessary) and returns an object JTreeOperator
for the rowset tree.
the appropriate object JTreeOperator |
openRowSet | public void openRowSet(String rowSetName)(Code) | | Opens a row set.
Parameters: rowSetName - a name of row set |
pushRowSetPopup | public void pushRowSetPopup(String rowSetName, String menu)(Code) | | Clicks an item of a popup menu, related to a row set.
Parameters: rowSetName - a name of row set Parameters: menu - a name of popup menu item |
selectRowSet | public void selectRowSet(String rowSetName)(Code) | | Selects a row set.
Parameters: rowSetName - a name of row set |
|
|