org.exist.client.xacml
Class NodeCopyAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.exist.client.xacml.NodeCopyAction
All Implemented Interfaces:
ClipboardOwner, ActionListener, Serializable, Cloneable, EventListener, Action

public class NodeCopyAction
extends AbstractAction
implements ClipboardOwner

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
NodeCopyAction(JTree tree)
           
 
Method Summary
 void actionPerformed(ActionEvent event)
           
 String getName()
           
 KeyStroke getTrigger()
           
 void lostOwnership(Clipboard clipboard, Transferable data)
           
 void setContextNode(XACMLTreeNode contextNode)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeCopyAction

public NodeCopyAction(JTree tree)
Method Detail

getName

public String getName()

getTrigger

public KeyStroke getTrigger()

actionPerformed

public void actionPerformed(ActionEvent event)
Specified by:
actionPerformed in interface ActionListener

setContextNode

public void setContextNode(XACMLTreeNode contextNode)

lostOwnership

public void lostOwnership(Clipboard clipboard,
                          Transferable data)
Specified by:
lostOwnership in interface ClipboardOwner


Copyright (C) Wolfgang Meier. All rights reserved.