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

G-Index (Looks) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.looks/2 1.12
A B C D F G H I L N O P R S T U

G

GET_ACTIONS - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getActions(T, org.openide.util.Lookup).
GET_CHILD_OBJECTS - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getChildObjects(T, org.openide.util.Lookup).
GET_CONTEXT_ACTIONS - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getContextActions(T, org.openide.util.Lookup).
GET_CUSTOMIZER - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getCustomizer(T, org.openide.util.Lookup).
GET_DEFAULT_ACTION - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getDefaultAction(T, org.openide.util.Lookup).
GET_DISPLAY_NAME - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getDisplayName().
GET_DROP_TYPE - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getDropType(T, java.awt.datatransfer.Transferable, int, int, org.openide.util.Lookup).
GET_HELP_CTX - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getHelpCtx(T, org.openide.util.Lookup).
GET_ICON - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getIcon(T, int, org.openide.util.Lookup).
GET_LOOKUP_ITEMS - Static variable in class org.netbeans.spi.looks.Look
Mask for firing Cookie events and providing lookup items
GET_NAME - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getName().
GET_NEW_TYPES - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getNewTypes(T, org.openide.util.Lookup).
GET_OPENED_ICON - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getOpenedIcon(T, int, org.openide.util.Lookup).
GET_PASTE_TYPES - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getPasteTypes(T, java.awt.datatransfer.Transferable, org.openide.util.Lookup).
GET_PROPERTY_SETS - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getPropertySets(T, org.openide.util.Lookup).
GET_SHORT_DESCRIPTION - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.getShortDescription(T, org.openide.util.Lookup).
getActions(Object, Lookup) - Method in class org.netbeans.spi.looks.DefaultLook
Calls actionBase (substitute, false) and extracts actions from that context.
getActions(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Get the set of actions associated with the object.
getActions(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Crates an array of actions for the node by consulting the set of sublooks.
getChildObjects(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Gets objects which are children of the represented object in the hierarchy represented by this Look.
getChildObjects(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Creates list of child objects of given object.
getContextActions(Object, Lookup) - Method in class org.netbeans.spi.looks.DefaultLook
Calls actionBase (substitute, true) and extracts actions from that context.
getContextActions(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Get a special set of actions for situations when this object is displayed as a context.
getContextActions(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Crates an array of context actions for the node by consulting the set of sublooks.
getCustomizer(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Get the customizer for represented object if available.
getCustomizer(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Gets the first customizer component provided by any sublook.
getDefaultAction(Object, Lookup) - Method in class org.netbeans.spi.looks.DefaultLook
Extracts the first action from getActions, if any.
getDefaultAction(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Get the default action for this object.
getDefaultAction(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Gets the first default action provided by any sublook.
getDisplayName() - Method in class org.netbeans.spi.looks.Look
The human presentable name of the look.
getDisplayName(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Gets localized name of the object.
getDisplayName(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Gets the first display name provided by any sublook.
getDropType(T, Transferable, int, int, Lookup) - Method in class org.netbeans.spi.looks.Look
Determine if there is a paste operation that can be performed on provided transferable.
getDropType(Object, Transferable, int, int, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Gets the first PasteType from any sublook, which can provide the paste operation.
getHelpCtx(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Get context help associated with this object.
getHelpCtx(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Gets the first help context provided by any sublook.
getIcon(Object, int, Lookup) - Method in class org.netbeans.spi.looks.DefaultLook
Finds icon using the value returned from iconBase
getIcon(T, int, Lookup) - Method in class org.netbeans.spi.looks.Look
Find an icon for this object (in the closed state).
getIcon(Object, int, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Gets the first icon provided by any sublook.
getKeyForObject(Object) - Method in interface org.netbeans.spi.looks.ChangeableLookProvider
Returns key for given object.
getLooks(Object) - Method in class org.netbeans.spi.looks.LookSelector
Finds all suitable Looks for given object
getLooksForKey(Object) - Method in interface org.netbeans.spi.looks.ChangeableLookProvider
Finds all suitable Looks for given key.
getLooksForObject(Object) - Method in interface org.netbeans.spi.looks.LookProvider
Finds all suitable Looks given represented object
getLookupItems(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Allowes for adding new object into the object's environement passed to other methods as the env parameter.
getLookupItems(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
 
getName() - Method in class org.netbeans.spi.looks.Look
Returns name of the look.
getName(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Gets the programmatic name of the object.
getName(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Gets the first name provided by any sublook.
getNewTypes(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Get the new types that user can create from given object.
getNewTypes(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Creates an array of NewTypes for given node consulting the set of sublooks.
getOpenedIcon(Object, int, Lookup) - Method in class org.netbeans.spi.looks.DefaultLook
Finds icon using the value returned from iconBase
getOpenedIcon(T, int, Lookup) - Method in class org.netbeans.spi.looks.Look
Find an icon for this object (in the open state).
getOpenedIcon(Object, int, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Gets the first icon for opened state provided by any sublook.
getPasteTypes(T, Transferable, Lookup) - Method in class org.netbeans.spi.looks.Look
Determine which paste operations are allowed when a given transferable is in the clipboard.
getPasteTypes(Object, Transferable, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Crates an array of allowed PasteTypes by consulting the set of sublooks.
getPropertySets(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Get the list of property sets for object.
getPropertySets(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Creates and array of PropertySets by consulting sublooks.
getShortDescription(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Gets short description for given object.
getShortDescription(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Gets the first short description provided by any sublook.

org.netbeans.modules.looks/2 1.12
A B C D F G H I L N O P R S T U
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.