org.openide.awt 7.23.1

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
 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.


org.openide.awt 7.23.1

Built on November 27 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.