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.