org.jdesktop.swingx.action
Class LinkAction
java.lang.Object
javax.swing.AbstractAction
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
- Author:
- Jeanette Winzenburg
- See Also:
- Serialized Form
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 |
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 |
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
LinkAction
public LinkAction(LinkModel link)
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)
Copyright © 2005 Sun Microsystems All Rights Reserved.