org.openide.cookies
Interface ViewCookie

All Superinterfaces:
Node.Cookie

public interface ViewCookie
extends Node.Cookie

Cookie permitting objects to be viewed.


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

Method Detail

view

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


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.