Package | Description |
---|---|
org.netbeans.jellytools | |
org.netbeans.jellytools.actions | |
org.netbeans.jellytools.properties |
Provides a set of classes for setting properties.
|
org.netbeans.jellytools.widgets |
Modifier and Type | Class and Description |
---|---|
class |
FavoritesOperator
Operator handling Favorites TopComponent.
|
class |
OutputOperator
Provides access to the Output window and it's subcomponents.
|
Modifier and Type | Method and Description |
---|---|
protected TopComponentOperator |
TopComponentOperator.findParentTopComponent()
Returns TopComponentOperator from parents hierarchy.
|
Modifier and Type | Method and Description |
---|---|
void |
TopComponentOperator.attachTo(TopComponentOperator targetTopComponentOperator,
String side)
Attaches this top component to a new position defined by target top
component and side.
|
Modifier and Type | Method and Description |
---|---|
void |
AttachWindowAction.performAPI(TopComponentOperator tco)
Attaches given TopComponentOperator to position specified in constructor
of action.
|
void |
MaximizeWindowAction.performAPI(TopComponentOperator tco)
Performs Maximize Window by IDE API on given top component operator
which is activated before the action.
|
void |
RestoreWindowAction.performPopup(TopComponentOperator tco)
Performs popup action Restore Window on given top component operator
which is activated before the action.
|
void |
CloseViewAction.performPopup(TopComponentOperator tco)
Performs popup action Close Window on given top component operator
which is activated before the action.
|
void |
UndockWindowAction.performPopup(TopComponentOperator tco)
Performs popup action "Undock Window" on given top component operator
which is activated before the action.
|
void |
DockWindowAction.performPopup(TopComponentOperator tco)
Performs popup action "Dock Window" on given top component operator
which is activated before the action.
|
void |
SaveAction.performPopup(TopComponentOperator tco)
Deprecated.
Save menu item removed from popup on tab. Use TopComponentOperator.save() instead.
|
void |
CloseAllDocumentsAction.performPopup(TopComponentOperator tco)
Performs popup action Close All Documents on given top component operator
which is activated before the action.
|
void |
MaximizeWindowAction.performPopup(TopComponentOperator tco)
Performs popup action Maximize Window on given top component operator
which is activated before the action.
|
void |
CloneViewAction.performPopup(TopComponentOperator tco)
Performs popup action Clone Window on given top component operator
which is activated before the action.
|
Constructor and Description |
---|
AttachWindowAction(TopComponentOperator targetTopComponentOperator,
String side)
Create new AttachWindowAction instance.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertySheetOperator
Handles org.openide.explorer.propertysheet.PropertySheet which
represents IDE property sheet TopComponent.
|
Constructor and Description |
---|
ConnectionWidgetOperator(TopComponentOperator tco)
Waits for ConnectionWidget under given TopComponent.
|
ConnectionWidgetOperator(TopComponentOperator tco,
int index)
Waits for index-th ConnectionWidget under given TopComponent.
|
LabelWidgetOperator(TopComponentOperator tco,
int index)
Waits for index-th LabelWidget with specified label under given TopComponent.
|
LabelWidgetOperator(TopComponentOperator tco,
String label)
Waits for index-th LabelWidget with specified label under given TopComponent.
|
LabelWidgetOperator(TopComponentOperator tco,
String label,
int index)
Waits for index-th LabelWidget with specified label under given TopComponent.
|
WidgetOperator(TopComponentOperator tco,
int index)
Waits for index-th Widget in given TopComponent.
|
WidgetOperator(TopComponentOperator tco,
WidgetOperator.WidgetChooser widgetChooser)
Waits for Widget specified by WidgetChooser implementation in given
TopComponent.
|
WidgetOperator(TopComponentOperator tco,
WidgetOperator.WidgetChooser widgetChooser,
int index)
Waits for index-th Widget specified by WidgetChooser implementation in
given TopComponent.
|