| org.netbeans.modules.visualweb.gravy.TreeTableOperator
TreeTableOperator | public class TreeTableOperator extends JTableOperator (Code) | | This class is used for dealing with IDE's TreeTable component,
used instead of JTree in some dialogs: Options, SetupWizard, ...
|
Inner Class :static class TreeTableFinder implements ComponentChooser | |
Inner Class :public static class RenderedMouseDriver extends SupportiveDriver implements MouseDriver | |
Inner Class :public static class RenderedTreeOperator extends JTreeOperator | |
Constructor Summary | |
public | TreeTableOperator(JTable view) Creates new instance. | public | TreeTableOperator(ContainerOperator contOper) Creates new instance for the first TreeTable in container. | public | TreeTableOperator(ContainerOperator contOper, int index) Creates new instance for the first TreeTable in container. |
Method Summary | |
public JTreeOperator | tree() Returns operator for a tree which is showed as a part of the table. | public void | verify() |
TreeTableOperator | public TreeTableOperator(JTable view)(Code) | | Creates new instance.
Parameters: view - JTable representing requested TreeTable |
TreeTableOperator | public TreeTableOperator(ContainerOperator contOper)(Code) | | Creates new instance for the first TreeTable in container.
Parameters: contOper - container where to find TreeTable |
TreeTableOperator | public TreeTableOperator(ContainerOperator contOper, int index)(Code) | | Creates new instance for the first TreeTable in container.
Parameters: contOper - container where to find TreeTable Parameters: index - int index |
tree | public JTreeOperator tree()(Code) | | Returns operator for a tree which is showed as a part of the table.
JTreeOperator instance |
verify | public void verify()(Code) | | Performs verification by accessing all sub-components
|
|
|