JGraph
v5.5.1


org.jgraph.graph
Class GraphTransferHandler

java.lang.Object
  extended byjavax.swing.TransferHandler
      extended byorg.jgraph.graph.GraphTransferHandler
All Implemented Interfaces:
Serializable

public class GraphTransferHandler
extends TransferHandler

See Also:
Serialized Form

Field Summary
protected  Object in
           
protected  int inCount
           
protected  Object out
           
 
Fields inherited from class javax.swing.TransferHandler
COPY, COPY_OR_MOVE, MOVE, NONE
 
Constructor Summary
GraphTransferHandler()
           
 
Method Summary
 boolean canImport(JComponent comp, DataFlavor[] flavors)
           
protected  GraphTransferable create(JGraph graph, Object[] cells, Map viewAttributes, Rectangle2D bounds, ConnectionSet cs, ParentMap pm)
           
protected  Transferable createTransferable(JComponent c)
           
 Transferable createTransferableForGraph(JGraph graph)
           
protected  void exportDone(JComponent comp, Transferable data, int action)
           
 int getSourceActions(JComponent c)
           
 boolean importData(JComponent comp, Transferable t)
           
protected  boolean importDataImpl(JComponent comp, Transferable t)
           
 
Methods inherited from class javax.swing.TransferHandler
exportAsDrag, exportToClipboard, getCopyAction, getCutAction, getPasteAction, getVisualRepresentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

protected Object out

in

protected Object in

inCount

protected int inCount
Constructor Detail

GraphTransferHandler

public GraphTransferHandler()
Method Detail

canImport

public boolean canImport(JComponent comp,
                         DataFlavor[] flavors)

createTransferableForGraph

public Transferable createTransferableForGraph(JGraph graph)

createTransferable

protected Transferable createTransferable(JComponent c)

create

protected GraphTransferable create(JGraph graph,
                                   Object[] cells,
                                   Map viewAttributes,
                                   Rectangle2D bounds,
                                   ConnectionSet cs,
                                   ParentMap pm)

exportDone

protected void exportDone(JComponent comp,
                          Transferable data,
                          int action)

getSourceActions

public int getSourceActions(JComponent c)

importData

public boolean importData(JComponent comp,
                          Transferable t)

importDataImpl

protected boolean importDataImpl(JComponent comp,
                                 Transferable t)

JGraph
v5.5.1


Copyright (C) 2001-2004 Gaudenz Alder. All rights reserved.