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

C-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

C

CAN_COPY - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.canCopy(T, org.openide.util.Lookup).
CAN_CUT - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.canCut(T, org.openide.util.Lookup).
CAN_DESTROY - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.canDestroy(T, org.openide.util.Lookup).
CAN_RENAME - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.canRename(T, org.openide.util.Lookup).
canCopy(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Test whether this object permits copying.
canCopy(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Tests whether the node permits the copy operation by consulting the set of sublooks.
canCut(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Test whether this object permits cutting.
canCut(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Tests whether the node permits the cut operation by consulting the set of sublooks.
canDestroy(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Test whether this object can be deleted.
canDestroy(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Tests whether the node permits the destroy operation by consulting the set of sublooks.
canRename(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Test whether this object can be renamed.
canRename(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Tests whether the node permits renaming by consulting the set of sublooks.
ChangeableLookProvider - Interface in org.netbeans.spi.looks
Interface for finding a Looks for given represented object.
childrenSelectorProvider(String, Look, LookSelector) - Static method in class org.netbeans.spi.looks.Looks
 
CLIPBOARD_COPY - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.clipboardCopy(T, org.openide.util.Lookup).
CLIPBOARD_CUT - Static variable in class org.netbeans.spi.looks.Look
Mask for the method Look.clipboardCut(T, org.openide.util.Lookup).
clipboardCopy(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Called when a object is to be copied to the clipboard.
clipboardCopy(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Gets the first transferable from any sublook which can provide the copy operation.
clipboardCut(T, Lookup) - Method in class org.netbeans.spi.looks.Look
Called when the object is to be cut to the clipboard.
clipboardCut(Object, Lookup) - Method in class org.netbeans.spi.looks.ProxyLook
Gets the first transferable from any sublook which can provide the cut operation.
composite(String, Look[]) - Static method in class org.netbeans.spi.looks.Looks
Look that is composite of the delegates specified by a given context or composite of array of looks.
composite(LookSelector[]) - Static method in class org.netbeans.spi.looks.Selectors
Creates composite selector which merges all selectors given as parameter and removed duplicities.

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.