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

Uses of Class org.openide.util.SharedClassObject (Utilities API) - NetBeans API Javadoc (Current Development Version)

org.openide.util 7.9.0 1

Uses of Class
org.openide.util.SharedClassObject

Packages that use SharedClassObject
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
org.openide.util.actions There are several types of standard actions that should be used for many user interactions within NetBeans. 
 

Uses of SharedClassObject in org.openide.util
 

Methods in org.openide.util with type parameters of type SharedClassObject
static
<T extends SharedClassObject>
T
SharedClassObject.findObject(Class<T> clazz)
          Obtain an instance of the desired class, if there is one.
static
<T extends SharedClassObject>
T
SharedClassObject.findObject(Class<T> clazz, boolean create)
          Find an existing object, possibly creating a new one as needed.
 

Uses of SharedClassObject in org.openide.util.actions
 

Subclasses of SharedClassObject in org.openide.util.actions
 class BooleanStateAction
          An action that can be toggled on or off.
 class CallableSystemAction
          An action which may be called programmatically.
 class CallbackSystemAction
          Action that can have a performer of the action attached to it at any time, or changed.
 class SystemAction
          A base class for user-visible actions.
 


org.openide.util 7.9.0 1

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