org.jdesktop.swingx.action
Class LinkAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.jdesktop.swingx.action.LinkAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class LinkAction
extends javax.swing.AbstractAction

See Also:
Serialized Form

Field Summary
static java.lang.String VISIT_ACTION
           
static java.lang.String VISITED_PROPERTY
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
LinkAction(LinkModel link)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 LinkModel getLink()
           
 void setLink(LinkModel link)
           
 void setVisitingDelegate(java.awt.event.ActionListener delegate)
           
 
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

VISIT_ACTION

public static final java.lang.String VISIT_ACTION
See Also:
Constant Field Values

VISITED_PROPERTY

public static final java.lang.String VISITED_PROPERTY
See Also:
Constant Field Values
Constructor Detail

LinkAction

public LinkAction(LinkModel link)
Method Detail

setLink

public void setLink(LinkModel link)

getLink

public LinkModel getLink()

setVisitingDelegate

public void setVisitingDelegate(java.awt.event.ActionListener delegate)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)