- callPopup() - Method in class org.netbeans.jellytools.nodes.Node
-
calls popup menu on node
- callPopup() - Method in class org.netbeans.jellytools.nodes.OutlineNode
-
Calls popup menu on this node.
- callPopupOnPaths(TreePath[], int) - Method in class org.netbeans.jellytools.TreeTableOperator.RenderedTreeOperator
-
Calls popup menu on specified tree paths.
- cancel() - Method in class org.netbeans.jellytools.NbDialogOperator
-
Pushes "Cancel" button.
- canEditAsText() - Method in class org.netbeans.jellytools.properties.Property
-
Returns true if this property can be edited as text by inplace text field.
- captureScreen - Variable in class org.netbeans.jellytools.JellyTestCase
-
screen capture feature in case of failure is enabled by default
- cbFile() - Method in class org.netbeans.jellytools.properties.editors.IconCustomEditorOperator
-
Finds "File:" combo box.
- cbPackage() - Method in class org.netbeans.jellytools.properties.editors.IconCustomEditorOperator
-
Finds "Package" combo box.
- cbShowDetails() - Method in class org.netbeans.jellytools.PluginsOperator
-
Switches to Installed tab and finds "Show details" JCheckBox.
- CHECKBOX_RENDERER - Static variable in class org.netbeans.jellytools.properties.Property
-
Class name of check box renderer.
- checkComponent(Component) - Method in class org.netbeans.jellytools.OutputTabOperator.OutputTabSubchooser
-
- checkJemmyVersion() - Static method in class org.netbeans.jellytools.JellyVersion
-
Checks if version of Jemmy which is used to test execution is the same
or greater than version of Jemmy which jellytools were build on.
- checkPanel(String) - Method in class org.netbeans.jellytools.WizardOperator
-
Checks if given panel name is currently selected/shown in wizard.
- checkWidget(Widget) - Method in interface org.netbeans.jellytools.widgets.WidgetOperator.WidgetChooser
-
Returns true if given Widget matches criteria
- ClasspathCustomEditorOperator - Class in org.netbeans.jellytools.properties.editors
-
Class implementing all necessary methods for handling Classpath Custom Editor
- ClasspathCustomEditorOperator(String) - Constructor for class org.netbeans.jellytools.properties.editors.ClasspathCustomEditorOperator
-
Creates new ClasspathCustomEditorOperator
- ClasspathCustomEditorOperator(JDialogOperator) - Constructor for class org.netbeans.jellytools.properties.editors.ClasspathCustomEditorOperator
-
Creates new ClasspathCustomEditorOperator
- ClasspathProperty - Class in org.netbeans.jellytools.properties
-
Operator serving property of type NbClasspath
- ClasspathProperty(PropertySheetOperator, String) - Constructor for class org.netbeans.jellytools.properties.ClasspathProperty
-
Creates a new instance of ClasspathProperty
- clear() - Method in class org.netbeans.jellytools.MainWindowOperator.StatusTextTracer
-
Clears status text history array.
- clear() - Method in class org.netbeans.jellytools.OutputOperator
-
Performs clear action on active tab.
- clear() - Method in class org.netbeans.jellytools.OutputTabOperator
-
Performs clear action.
- clearTestStatus() - Method in class org.netbeans.jellytools.JellyTestCase
-
Clears test status (used when test does not depend on previous test)
- clickForPopup() - Method in class org.netbeans.jellytools.properties.PropertySheetOperator
-
Dispatch mouse event directly in org.openide.explorer.propertysheet.PSheet
to make it more reliable.
- clickMouse(ComponentOperator, int, int, int, int, int, Timeout) - Method in class org.netbeans.jellytools.TreeTableOperator.RenderedMouseDriver
-
- clickMouse(int) - Method in class org.netbeans.jellytools.widgets.WidgetOperator
-
Clicks mouse in the center of widget.
- clickOnSecondHeader() - Method in class org.netbeans.jellytools.OptionsOperator
-
Clicks on "<<" column header.
- cloneDocument() - Method in class org.netbeans.jellytools.TopComponentOperator
-
Clones this TopComponent.
- CloneViewAction - Class in org.netbeans.jellytools.actions
-
Used to call "Clone Document" popup menu item, "Window|Clone Document" main menu item or
"org.openide.actions.CloneViewAction".
- CloneViewAction() - Constructor for class org.netbeans.jellytools.actions.CloneViewAction
-
Create new CloneViewAction instance.
- close() - Method in class org.netbeans.jellytools.HelpOperator
-
- close() - Method in class org.netbeans.jellytools.NbDialogOperator
-
- close() - Method in class org.netbeans.jellytools.OutputTabOperator
-
Performs close action.
- close() - Method in class org.netbeans.jellytools.properties.PropertySheetOperator
-
Closes this property sheet and waits until
it is not closed.
- close() - Method in class org.netbeans.jellytools.TopComponentOperator
-
Closes this TopComponent instance by IDE API call and wait until
it is not closed.
- CloseAction - Class in org.netbeans.jellytools.actions
-
Used to call "Close" popup menu item
- CloseAction() - Constructor for class org.netbeans.jellytools.actions.CloseAction
-
creates new CloseAction instance
- closeAllDocuments() - Method in class org.netbeans.jellytools.TopComponentOperator
-
Closes all opened documents and waits until this top component is closed.
- CloseAllDocumentsAction - Class in org.netbeans.jellytools.actions
-
Used to call "Close All Documents" popup menu item, "Window|Close All Documents"
main menu, "org.netbeans.core.windows.actions.CloseAllDocumentsAction"
or Ctrl+Shift+F4 shortcut.
- CloseAllDocumentsAction() - Constructor for class org.netbeans.jellytools.actions.CloseAllDocumentsAction
-
Create new CloseAllDocumentsAction instance.
- closeAllModal - Variable in class org.netbeans.jellytools.JellyTestCase
-
closing all modal dialogs after each test case is disabled by default
- closeAllModal() - Static method in class org.netbeans.jellytools.JellyTestCase
-
Closes all opened modal dialogs.
- closeByButton() - Method in class org.netbeans.jellytools.NbDialogOperator
-
Pushes "Close" button.
- closeDiscard() - Method in class org.netbeans.jellytools.TopComponentOperator
-
Closes this TopComponent instance by IDE API call and wait until
it is not closed.
- closeOpenedProjects() - Method in class org.netbeans.jellytools.JellyTestCase
-
Close projects opened by openProjects(String ...) or openDataProjects(String ...)
- closeOpenedProjects(Object...) - Method in class org.netbeans.jellytools.JellyTestCase
-
Close projects opened by openProjects(String ...) or openDataProjects(String ...)
- CloseViewAction - Class in org.netbeans.jellytools.actions
-
Used to call "Close Window" popup menu item, "Window|Close Window"
main menu, "org.openide.actions.CloseViewAction" or Ctrl+F4 shortcut.
- CloseViewAction() - Constructor for class org.netbeans.jellytools.actions.CloseViewAction
-
Create new CloseViewAction instance.
- closeWindow() - Method in class org.netbeans.jellytools.TopComponentOperator
-
Closes this TopComponent and wait until it is closed.
- collapse() - Method in class org.netbeans.jellytools.nodes.Node
-
Collapse current node to hide children
- collapseAll() - Method in class org.netbeans.jellytools.FavoritesOperator
-
Collapse all nodes.
- colorChooser() - Method in class org.netbeans.jellytools.properties.editors.ColorCustomEditorOperator
-
locates and returns JColorChooserOperator
- ColorCustomEditorOperator - Class in org.netbeans.jellytools.properties.editors
-
Class implementing all necessary methods for handling Color Custom Editor
- ColorCustomEditorOperator(String) - Constructor for class org.netbeans.jellytools.properties.editors.ColorCustomEditorOperator
-
Creates a new instance of FileCustomEditorOperator
- ColorCustomEditorOperator(JDialogOperator) - Constructor for class org.netbeans.jellytools.properties.editors.ColorCustomEditorOperator
-
Creates a new instance of FileCustomEditorOperator
- ColorProperty - Class in org.netbeans.jellytools.properties
-
Operator serving property of type Color
- ColorProperty(PropertySheetOperator, String) - Constructor for class org.netbeans.jellytools.properties.ColorProperty
-
Creates a new instance of ColorProperty
- COMBOBOX_RENDERER - Static variable in class org.netbeans.jellytools.properties.Property
-
Class name of combo box renderer.
- confirmDeletion() - Static method in class org.netbeans.jellytools.actions.DeleteAction
-
Waits for confirmation dialog and approves deletion of object.
- ConnectionWidgetOperator - Class in org.netbeans.jellytools.widgets
-
Handle org.netbeans.api.visual.widget.ConnectionWidget object which connects
source and target widgets.
- ConnectionWidgetOperator(ConnectionWidget) - Constructor for class org.netbeans.jellytools.widgets.ConnectionWidgetOperator
-
Creates operator for given ConnectionWidget.
- ConnectionWidgetOperator(WidgetOperator, int) - Constructor for class org.netbeans.jellytools.widgets.ConnectionWidgetOperator
-
Waits for index-th ConnectionWidget under given parent Widget.
- ConnectionWidgetOperator(WidgetOperator) - Constructor for class org.netbeans.jellytools.widgets.ConnectionWidgetOperator
-
Waits for index-th ConnectionWidget under given parent Widget.
- ConnectionWidgetOperator(WidgetOperator, WidgetOperator) - Constructor for class org.netbeans.jellytools.widgets.ConnectionWidgetOperator
-
Waits for ConnectionWidget with given source and target widgets.
- ConnectionWidgetOperator(TopComponentOperator) - Constructor for class org.netbeans.jellytools.widgets.ConnectionWidgetOperator
-
Waits for ConnectionWidget under given TopComponent.
- ConnectionWidgetOperator(TopComponentOperator, int) - Constructor for class org.netbeans.jellytools.widgets.ConnectionWidgetOperator
-
Waits for index-th ConnectionWidget under given TopComponent.
- contains(String, boolean) - Method in class org.netbeans.jellytools.MainWindowOperator.StatusTextTracer
-
Checks whether given text equals to any of messages in the history
array.
- copy() - Method in class org.netbeans.jellytools.nodes.HTMLNode
-
performs CopyAction with this node
- copy() - Method in class org.netbeans.jellytools.nodes.UnrecognizedNode
-
performs CopyAction with this node
- copy() - Method in class org.netbeans.jellytools.OutputOperator
-
Performs copy action on active tab.
- copy() - Method in class org.netbeans.jellytools.OutputTabOperator
-
Performs copy action.
- CopyAction - Class in org.netbeans.jellytools.actions
-
Used to call "Copy" popup menu item, "Edit|Copy" main menu item,
"org.openide.actions.CopyAction" or Ctrl+C shortcut.
- CopyAction() - Constructor for class org.netbeans.jellytools.actions.CopyAction
-
creates new CopyAction instance
- createDataObject(String, String) - Method in class org.netbeans.jellytools.util.FolderContext
-
Creates Data Object.
- createFolder(String) - Method in class org.netbeans.jellytools.util.FolderContext
-
Creates folder.
- createModuleTest(String, String, Class, String...) - Static method in class org.netbeans.jellytools.JellyTestCase
-
- createModuleTest(Class, String...) - Static method in class org.netbeans.jellytools.JellyTestCase
-
- createOperator(Widget) - Static method in class org.netbeans.jellytools.widgets.WidgetOperator
-
Creates WidgetOperator for given widget.
- CustomizeAction - Class in org.netbeans.jellytools.actions
-
Used to call "Customize" popup menu item or
"org.openide.actions.CustomizeAction".
- CustomizeAction() - Constructor for class org.netbeans.jellytools.actions.CustomizeAction
-
creates new CustomizeAction instance
- cut() - Method in class org.netbeans.jellytools.nodes.HTMLNode
-
performs CutAction with this node
- cut() - Method in class org.netbeans.jellytools.nodes.UnrecognizedNode
-
performs CutAction with this node
- CutAction - Class in org.netbeans.jellytools.actions
-
Used to call "Cut" popup menu item, "Edit|Cut" main menu item,
"org.openide.actions.CutAction" or Ctrl+X shortcut.
- CutAction() - Constructor for class org.netbeans.jellytools.actions.CutAction
-
creates new CutAction instance