|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractAction
com.mucommander.ui.action.MuAction
com.mucommander.ui.action.StopAction
public class StopAction
This action is invoked to stop a running location change.
| Field Summary |
|---|
| 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 | |
|---|---|
StopAction(MainFrame mainFrame,
java.util.Hashtable properties)
|
|
| Method Summary | |
|---|---|
void |
locationCancelled(LocationEvent e)
This method is invoked when the current folder has been cancelled by the user. |
void |
locationChanged(LocationEvent e)
This method is invoked when the current folder has changed. |
void |
locationChanging(LocationEvent e)
This method is invoked when the current folder is being changed. |
void |
locationFailed(LocationEvent e)
This method is invoked when the current folder could not be changed, as a result of the folder not existing or failing to list its contents. |
void |
performAction()
Called when this action has been triggered. |
| 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 |
| Constructor Detail |
|---|
public StopAction(MainFrame mainFrame,
java.util.Hashtable properties)
| Method Detail |
|---|
public void performAction()
MuAction
performAction in class MuActionpublic void locationChanged(LocationEvent e)
LocationListener
locationChanged in interface LocationListenere - describes the location change eventpublic void locationChanging(LocationEvent e)
LocationListenerA call to either LocationListener.locationChanged(LocationEvent), LocationListener.locationCancelled(LocationEvent) or
LocationListener.locationFailed(LocationEvent) will always follow to indicate the outcome of the folder change.
locationChanging in interface LocationListenere - describes the location change eventpublic void locationCancelled(LocationEvent e)
LocationListener
locationCancelled in interface LocationListenere - describes the location change eventpublic void locationFailed(LocationEvent e)
LocationListener
locationFailed in interface LocationListenere - describes the location change event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard