net.sf.tm.plugin.actions
Class RefreshAction
java.lang.Object
org.eclipse.jface.action.Action
net.sf.tm.plugin.actions.AbstractAction
net.sf.tm.plugin.actions.AbstractBusyAction
net.sf.tm.plugin.actions.RefreshAction
- All Implemented Interfaces:
- IAction
- public class RefreshAction
- extends AbstractBusyAction
Action for updating all existing server instances.
- Version:
- $Id: RefreshAction.java,v 1.5 2003/11/23 15:37:38 apataki Exp $
- Author:
- Andreas Pataki
Methods inherited from class org.eclipse.jface.action.Action |
addPropertyChangeListener, convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, firePropertyChange, firePropertyChange, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, removeAcceleratorText, removePropertyChangeListener, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefreshAction
public RefreshAction(WebContextView parentView)
- Constructor for this action. The text and image settings are initialized.
- Parameters:
parentView
- Parent view which created this action.
runWithBusyIndicator
public void runWithBusyIndicator()
- On excecution the
WebContextView.update()
method is called.
- Specified by:
runWithBusyIndicator
in class AbstractBusyAction
- See Also:
AbstractBusyAction.runWithBusyIndicator()
Copyright © 2003-2004 Andreas Pataki. All Rights Reserved.