com.mucommander.ui.action
Class MuteProxyAction

java.lang.Object
  extended by com.mucommander.ui.action.ProxyAction
      extended by com.mucommander.ui.action.MuteProxyAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, javax.swing.Action

public class MuteProxyAction
extends ProxyAction

MuteProxyAction is an implementation of ProxyAction where actionPerformed(java.awt.event.ActionEvent) does nothing.

Author:
Maxence Bernard

Field Summary
 
Fields inherited from class com.mucommander.ui.action.ProxyAction
proxiedAction
 
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
MuteProxyAction(javax.swing.Action proxiedAction)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
          This method is a No-op, i.e.
 
Methods inherited from class com.mucommander.ui.action.ProxyAction
addPropertyChangeListener, getProxiedAction, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuteProxyAction

public MuteProxyAction(javax.swing.Action proxiedAction)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
This method is a No-op, i.e. does absolutely nothing.



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