JavaScript is disabled on your browser.
Skip navigation links
API Changes
Architecture Summary
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.openide.awt 7.71.1
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.netbeans.api.actions
Interface Editable
public interface
Editable
A context interface representing ability of an object to be edited.
Since:
7.10
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
edit
()
Instructs an editor to be opened.
Method Detail
edit
void edit()
Instructs an editor to be opened. The operation can return immediately and the editor be opened later. There can be more than one editor open, so one of them is arbitrarily chosen and opened.
Skip navigation links
API Changes
Architecture Summary
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.openide.awt 7.71.1
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method