Interface | Description |
---|---|
WidgetOperator.WidgetChooser |
You can implement this interface if you want to find some specific widget
and then you can use it in WidgetOperator constructor.
|
Class | Description |
---|---|
ConnectionWidgetOperator |
Handle org.netbeans.api.visual.widget.ConnectionWidget object which connects
source and target widgets.
|
LabelWidgetOperator |
Handle org.netbeans.api.visual.widget.LabelWidget object which represents
widget with textual label.
|
WidgetOperator |
Handle org.netbeans.api.visual.widget.Widget object which represents some
graphical content.
|