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

Uses of Class org.openide.util.Mutex (NetBeans APIs) - NetBeans API Javadoc 4.1.0


Uses of Class
org.openide.util.Mutex

Packages that use Mutex
org.openide.nodes The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
 

Uses of Mutex in org.openide.nodes
 

Fields in org.openide.nodes declared as Mutex
static Mutex Children.MUTEX
          Lock for access to hierarchy of all node lists.
 

Uses of Mutex in org.openide.util
 

Fields in org.openide.util declared as Mutex
static Mutex Mutex.EVENT
          Mutex that allows code to be synchronized with the AWT event dispatch thread.
 



Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.