| org.netbeans.modules.visualweb.extension.openide.cookies.RavePaletteItemSetCookie
RavePaletteItemSetCookie | public interface RavePaletteItemSetCookie extends Node.Cookie(Code) | | Cookie used to communicate that a node has the capability
to export a PaletteItem to the drag clipboard (without actually
constructing the transferable). Used to quickly check whether
a set of nodes represent a potential drop operation into the
designer when dnd is not actually in effect.
author: Tor Norbye |
Method Summary | |
public String[] | getClassNames() If hasPaletteItems is true, this method may provide an array
of class names for beans included in the palette items. | public boolean | hasPaletteItems() Report whether any palette items are available, without actually
creating them. |
getClassNames | public String[] getClassNames()(Code) | | If hasPaletteItems is true, this method may provide an array
of class names for beans included in the palette items.
These may be used during drag & drop operations to decide
if the palette items can be dropped on top of other components.
These are the same classes that if the PaletteItems are
BeanPaletteItems, getBeanClassName() would return.
|
hasPaletteItems | public boolean hasPaletteItems()(Code) | | Report whether any palette items are available, without actually
creating them.
true if there are palette items in the set, falseif the set is empty. |
|
|