Uses of Class
org.openide.util.datatransfer.PasteType

Packages that use PasteType
org.openide.actions There are a number of standard system actions available for use in the IDE. 
org.openide.nodes The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
 

Uses of PasteType in org.openide.actions
 

Methods in org.openide.actions that return PasteType
 PasteType[] PasteAction.getPasteTypes()
          Get all paste types.
 

Methods in org.openide.actions with parameters of type PasteType
 void PasteAction.setPasteTypes(PasteType[] types)
          Set possible paste types.
 

Uses of PasteType in org.openide.nodes
 

Methods in org.openide.nodes that return PasteType
abstract  PasteType[] Node.getPasteTypes(Transferable t)
          Determine which paste operations are allowed when a given transferable is in the clipboard.
abstract  PasteType Node.getDropType(Transferable t, int action, int index)
          Determine if there is a paste operation that can be performed on provided transferable.
 PasteType[] AbstractNode.getPasteTypes(Transferable t)
          Determine which paste operations are allowed when a given transferable is in the clipboard.
 PasteType AbstractNode.getDropType(Transferable t, int action, int index)
          Default implementation that tries to delegate the implementation to the createPasteTypes method.
 PasteType FilterNode.getDropType(Transferable t, int action, int index)
           
 PasteType[] FilterNode.getPasteTypes(Transferable t)
           
 PasteType[] NodeTransfer.Paste.types(Node target)
          Method that checks the type of target node and can decide which paste types it supports.
 



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