Contains operators for main IDE components and other general classes.
Generic jellytools operators which can be used when a specialized operator
is not available are:
NbDialogOperator
TopComponentOperator
WizardOperator
NbDialogOperator
is generic ancestor for majority of IDE dialogs. NbDialogOperator is extended
by WizardOperator which helps to implement operators for wizards. TopComponentOperator
represents any dockable view which can reside inside a host frame.
Handle the dialog which is open from main menu "Window|Documents...".
This dialog shows list of all opened documents and it enables to close
or save selected documents.
Class implementing all necessary methods for handling "IDE Help" Frame.
Normally the Help window is a JFrame.
But the Help window can be transformed to a JDialog
when another modal dialog is shown.
Class to obtain version of jellytools and to check whether user run tests
on correct Jemmy version.
Information about versions is stored in org/netbeans/jellytools/version_info
file.