org.netbeans.spi.viewmodel/2 1.32.1

Uses of Interface
org.netbeans.spi.viewmodel.ExtendedNodeModel

Uses of ExtendedNodeModel in org.netbeans.spi.viewmodel
 

Classes in org.netbeans.spi.viewmodel that implement ExtendedNodeModel
static class Models.CompoundModel
          This model encapsulates all currently supported models.
 

Methods in org.netbeans.spi.viewmodel with parameters of type ExtendedNodeModel
 boolean ExtendedNodeModelFilter.canCopy(ExtendedNodeModel original, Object node)
          Test whether this node permits copying.
 boolean ExtendedNodeModelFilter.canCut(ExtendedNodeModel original, Object node)
          Test whether this node permits cutting.
 boolean ExtendedNodeModelFilter.canRename(ExtendedNodeModel original, Object node)
          Test whether this node permits renaming.
 Transferable ExtendedNodeModelFilter.clipboardCopy(ExtendedNodeModel original, Object node)
          Called when a node is to be copied to the clipboard.
 Transferable ExtendedNodeModelFilter.clipboardCut(ExtendedNodeModel original, Object node)
          Called when a node is to be cut to the clipboard.
 String ExtendedNodeModelFilter.getIconBaseWithExtension(ExtendedNodeModel original, Object node)
          Returns icon resource with extension for given node.
 PasteType[] ExtendedNodeModelFilter.getPasteTypes(ExtendedNodeModel original, Object node, Transferable t)
          Determine which paste operations are allowed when a given transferable is in the clipboard.
 void ExtendedNodeModelFilter.setName(ExtendedNodeModel original, Object node, String name)
          Sets a new name for given node.
 


org.netbeans.spi.viewmodel/2 1.32.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.