org.jtheque.core.managers.view.impl.actions.utils
Class AbstractLinkAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.jdesktop.swingx.action.AbstractActionExt
          extended by org.jdesktop.swingx.hyperlink.LinkAction<java.lang.String>
              extended by org.jtheque.core.managers.view.impl.actions.utils.AbstractLinkAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.ItemListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Direct Known Subclasses:
OpenSiteLinkAction

public abstract class AbstractLinkAction
extends org.jdesktop.swingx.hyperlink.LinkAction<java.lang.String>

Action on a link.

Author:
Baptiste Wicht
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jdesktop.swingx.hyperlink.LinkAction
target, VISITED_KEY
 
Fields inherited from class org.jdesktop.swingx.action.AbstractActionExt
GROUP, IS_STATE, LARGE_ICON
 
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
AbstractLinkAction(java.lang.String link)
          Construct a new AbstractLinkAction for a specific link.
 
Method Summary
 
Methods inherited from class org.jdesktop.swingx.hyperlink.LinkAction
getTarget, installTarget, isVisited, itemStateChanged, setStateAction, setTarget, setVisited, uninstallTarget
 
Methods inherited from class org.jdesktop.swingx.action.AbstractActionExt
dispose, getAccelerator, getActionCommand, getGroup, getLargeIcon, getLongDescription, getMnemonic, getName, getShortDescription, getSmallIcon, isSelected, isStateAction, setAccelerator, setActionCommand, setGroup, setLargeIcon, setLongDescription, setMnemonic, setMnemonic, setName, setSelected, setShortDescription, setSmallIcon, setStateAction, toString
 
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, wait, wait, wait
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Constructor Detail

AbstractLinkAction

public AbstractLinkAction(java.lang.String link)
Construct a new AbstractLinkAction for a specific link.

Parameters:
link - The link to open when the action is called.


Copyright © 2009 JTheque. All Rights Reserved.