Class | Description |
---|---|
Bundle |
Helper class to get strings from NetBeans Bundle.properties files.
|
FavoritesOperator |
Operator handling Favorites TopComponent.
|
HelpOperator |
Class implementing all necessary methods for handling "Help" Frame.
|
JellyTestCase |
JUnit test case with implemented Jemmy/JellyTools support stuff.
|
JellyVersion |
Class to obtain version of jellytools and to check whether user run tests
on correct Jemmy version.
|
MainWindowOperator |
Handle NetBeans main window.
|
NbDialogOperator |
Handle generic NetBeans dialog.
|
OptionsOperator |
Provides access to the Options window and it's subcomponents.
|
OutlineOperator |
An operator to handle org.netbeans.swing.outline.Outline component used e.g.
|
OutputOperator |
Provides access to the Output window and it's subcomponents.
|
OutputTabOperator |
Operator for Output tab.
|
OutputTabOperator.OutputTabSubchooser |
SubChooser to determine OutputTab component
Used in findTopComponent method.
|
PluginsOperator |
Handle Plugins dialog which is opened from main menu "Tools|Plugins".
|
QuestionDialogOperator |
Class implementing all necessary methods for handling "Question" dialog.
|
SaveAsTemplateOperator |
Handle "Save As Template" dialog.
|
TestBundleKeys |
Base class for testing resurce bundle keys used in a
particular jellytools cluster.
|
TopComponentOperator |
Represents org.openide.windows.TopComponent.
|
TreeTableOperator |
Handle IDE's org.openide.explorer.view.TreeTable component
which is used instead of JTree in Options dialog, ...
|
TreeTableOperator.RenderedMouseDriver |
MouseDriver used to process events not on JTree but on TreeTable
component which is used to handle events in real.
|
TreeTableOperator.RenderedTreeOperator |
Operator used to process events not on JTree but on TreeTable
component which is used to handle events in real.
|
WizardOperator |
Enable to manipulate NetBeans wizards.
|