com.mucommander.ui.action
Class GoToDocumentationAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by com.mucommander.ui.action.MuAction
          extended by com.mucommander.ui.action.OpenURLInBrowserAction
              extended by com.mucommander.ui.action.GoToDocumentationAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class GoToDocumentationAction
extends OpenURLInBrowserAction
implements java.beans.PropertyChangeListener

Opens the muCommander online documentation in the system's default browser. The TOPIC_PROPERTY_KEY property allows to specify a specific documentation topic which the browser will be sent to. If it is not defined, the base documentation URL will be opened.

Author:
Maxence Bernard
See Also:
Serialized Form

Field Summary
static java.lang.String TOPIC_PROPERTY_KEY
          Key to the topic property
 
Fields inherited from class com.mucommander.ui.action.OpenURLInBrowserAction
URL_PROPERTY_KEY
 
Fields inherited from class com.mucommander.ui.action.MuAction
ALTERNATE_ACCELERATOR_PROPERTY_KEY, mainFrame
 
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
GoToDocumentationAction(MainFrame mainFrame, java.util.Hashtable properties)
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent propertyChangeEvent)
           
 
Methods inherited from class com.mucommander.ui.action.OpenURLInBrowserAction
performAction
 
Methods inherited from class com.mucommander.ui.action.MuAction
actionPerformed, getAccelerator, getAcceleratorText, getAlternateAccelerator, getIcon, getKeyStrokeRepresentation, getLabel, getMainFrame, getModifiersRepresentation, getStandardAccelerator, getStandardAccelerator, getStandardAlternateAccelerator, getStandardAlternateAccelerator, getStandardIcon, getStandardIcon, getStandardIconPath, getStandardIconPath, getStandardLabel, getStandardLabel, getStandardLabelKey, getStandardLabelKey, getStandardTooltip, getStandardTooltip, getStandardTooltipKey, getStandardTooltipKey, getToolTipText, honourNoEventsMode, isAccelerator, performActionInSeparateThread, reportError, reportError, reportGenericError, setAccelerator, setAlternateAccelerator, setHonourNoEventsMode, setIcon, setLabel, setPerformActionInSeparateThread, setToolTipText
 
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

TOPIC_PROPERTY_KEY

public static final java.lang.String TOPIC_PROPERTY_KEY
Key to the topic property

See Also:
Constant Field Values
Constructor Detail

GoToDocumentationAction

public GoToDocumentationAction(MainFrame mainFrame,
                               java.util.Hashtable properties)
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent propertyChangeEvent)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener


This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard