站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

TopComponentGroup (NetBeans Windows API) - NetBeans API Javadoc 5.0.0

 

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.

Importatnt note: Do not provide implementation of this interface unless you are window system provider!

Since:
4.13

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 May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.