com.jurismarches.vradi.ui.admin.content
Class AdminThesaurusHandler.CopyToClipboard

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by com.jurismarches.vradi.ui.admin.content.AdminThesaurusHandler.CopyToClipboard
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
AdminThesaurusHandler

public static class AdminThesaurusHandler.CopyToClipboard
extends AbstractAction

Copy to clipboard thesaurus action. Get selection thesaurus, and set following string in clipboard : rootThesaurusName:"selectedThesaurusName"

See Also:
Serialized Form

Field Summary
protected  ThesaurusCartographyUI thesaurusCartography
           
protected  AdminThesaurusUI thesaurusUI
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
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
AdminThesaurusHandler.CopyToClipboard(AdminThesaurusUI thesaurusUI)
          Register the keystroke Control+C (copy) on the treetable of the specified AdminThesaurusUI.
AdminThesaurusHandler.CopyToClipboard(ThesaurusCartographyUI thesaurusCartography)
          Register the keystroke Control+C (copy) on the treetable of the specified thesaurus cartography.
 
Method Summary
 void actionPerformed(ActionEvent e)
           
protected  void init(org.jdesktop.swingx.JXTreeTable treeTable)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thesaurusUI

protected AdminThesaurusUI thesaurusUI

thesaurusCartography

protected ThesaurusCartographyUI thesaurusCartography
Constructor Detail

AdminThesaurusHandler.CopyToClipboard

public AdminThesaurusHandler.CopyToClipboard(AdminThesaurusUI thesaurusUI)
Register the keystroke Control+C (copy) on the treetable of the specified AdminThesaurusUI.

Parameters:
thesaurusUI - ui of thesaurus selection for AO

AdminThesaurusHandler.CopyToClipboard

public AdminThesaurusHandler.CopyToClipboard(ThesaurusCartographyUI thesaurusCartography)
Register the keystroke Control+C (copy) on the treetable of the specified thesaurus cartography.

Parameters:
thesaurusCartography - ui of thesaurus selection for AO
Method Detail

init

protected void init(org.jdesktop.swingx.JXTreeTable treeTable)

actionPerformed

public void actionPerformed(ActionEvent e)


Copyright © 2009-2010 JurisMarches. All Rights Reserved.