net.sf.tm.plugin.actions
Class StartContextAction

java.lang.Object
  extended byorg.eclipse.jface.action.Action
      extended bynet.sf.tm.plugin.actions.AbstractAction
          extended bynet.sf.tm.plugin.actions.AbstractBackgroundAction
              extended bynet.sf.tm.plugin.actions.StartContextAction
All Implemented Interfaces:
IAction

public class StartContextAction
extends AbstractBackgroundAction

Action for starting a context on a server.

Version:
$Id: StartContextAction.java,v 1.8 2004/02/23 19:20:30 apataki Exp $
Author:
Andreas Pataki

Field Summary
 
Fields inherited from interface org.eclipse.jface.action.IAction
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, CHECKED, DESCRIPTION, ENABLED, IMAGE, TEXT, TOOL_TIP_TEXT
 
Constructor Summary
StartContextAction(WebContextView parentView)
          Constructor for this action.
 
Method Summary
 void run()
          On excecution the current selected context will get started.
 
Methods inherited from class net.sf.tm.plugin.actions.AbstractBackgroundAction
runInBackground, runInUIThread
 
Methods inherited from class net.sf.tm.plugin.actions.AbstractAction
getLocalizedString, getLocalizedString, getLocalizedString
 
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
 

Constructor Detail

StartContextAction

public StartContextAction(WebContextView parentView)
Constructor for this action. The text and image settings are initialized.

Parameters:
parentView - Parent view which created this action.
Method Detail

run

public void run()
On excecution the current selected context will get started.

See Also:
AbstractBusyAction.runWithBusyIndicator()


Copyright © 2003-2004 Andreas Pataki. All Rights Reserved.