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

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
                  extended by org.jtheque.core.managers.view.impl.actions.utils.OpenSiteLinkAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.ItemListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public final class OpenSiteLinkAction
extends AbstractLinkAction

An action to open a site in the default browser.

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
OpenSiteLinkAction(java.lang.String url)
          Construct a new AcOpenSite.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
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
 

Constructor Detail

OpenSiteLinkAction

public OpenSiteLinkAction(java.lang.String url)
Construct a new AcOpenSite.

Parameters:
url - The URL of the site.
Method Detail

actionPerformed

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


Copyright © 2009 JTheque. All Rights Reserved.