JavaScript is disabled on your browser.
Skip navigation links
API Changes
Architecture Summary
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.api.visual 2.72
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.netbeans.api.visual.action
Interface EditProvider
public interface
EditProvider
This interface controls an edit action.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
edit
(
Widget
widget)
Called when an editing is invoked by an user on a specified widget.
Method Detail
edit
void edit(
Widget
widget)
Called when an editing is invoked by an user on a specified widget.
Parameters:
widget
- the widget
Skip navigation links
API Changes
Architecture Summary
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.api.visual 2.72
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method