org.openide.awt 7.19.1

org.netbeans.api.actions
Interface Viewable


public interface Viewable

A context interface representing ability of an object to be viewed.

Since:
7.10

Method Summary
 void view()
          Instructs an viewer to be opened.
 

Method Detail

view

void view()
Instructs an viewer to be opened. The operation can return immediately and the viewer be opened later. There can be more than one viewer open, so one of them is arbitrarily chosen and opened.


org.openide.awt 7.19.1

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