org.openide.windows
Interface TopComponentGroup


public interface TopComponentGroup

Represents window group. The notion of window group is defined by Window system UI specification document. The concept of window group explains API changes document.

Since:
XXX

Method Summary
 void close()
          Closes all TopComponent's belonging to this group which have closing flag switched on.
 void open()
          Opens all TopComponent's belonging to this group which have opening flag switched on.
 

Method Detail

open

public void open()
Opens all TopComponent's belonging to this group which have opening flag switched on.


close

public void close()
Closes all TopComponent's belonging to this group which have closing flag switched on.


 

Built on October 24 2003.  |  Portions Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.