org.argosfields.action
Class BaseAction

java.lang.Object
  extended byorg.eclipse.jface.action.Action
      extended byorg.argosfields.action.BaseAction
All Implemented Interfaces:
org.eclipse.jface.action.IAction
Direct Known Subclasses:
ConnectAction, DisconnectAction, QuitAction, SettingsAction, StartServerAction, StopServerAction, ToggleInfoPanelAction, ToggleMessagePanelAction

public abstract class BaseAction
extends org.eclipse.jface.action.Action

BaseAction.java

Version:
$Revision: 1.2 $ $Date: 2003/10/21 14:59:48 $
Author:
Xavier Cho

Field Summary
static String ACCELERATOR
           
 
Fields inherited from interface org.eclipse.jface.action.IAction
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, IMAGE, TEXT, TOOL_TIP_TEXT
 
Constructor Summary
BaseAction(ArgosFields application)
           
BaseAction(ArgosFields application, int style)
           
 
Method Summary
protected  ArgosFields getApplication()
           
 String getId()
           
 
Methods inherited from class org.eclipse.jface.action.Action
addPropertyChangeListener, convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, firePropertyChange, firePropertyChange, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, removeAcceleratorText, removePropertyChangeListener, run, 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
 

Field Detail

ACCELERATOR

public static final String ACCELERATOR
See Also:
Constant Field Values
Constructor Detail

BaseAction

public BaseAction(ArgosFields application)

BaseAction

public BaseAction(ArgosFields application,
                  int style)
Method Detail

getApplication

protected ArgosFields getApplication()

getId

public String getId()


Copyright © Gnome Korea. All Rights Reserved.