cvj2.app.gui.window.view
クラス ViewWindow.MyAction

java.lang.Object
  上位を拡張 org.eclipse.core.commands.common.EventManager
      上位を拡張 org.eclipse.jface.action.AbstractAction
          上位を拡張 org.eclipse.jface.action.Action
              上位を拡張 cvj2.app.gui.window.view.ViewWindow.MyAction
すべての実装されたインタフェース:
IAction
含まれているクラス:
ViewWindow

public static class ViewWindow.MyAction
extends Action

Command に結びついた Action のサブクラス


フィールドの概要
 
インタフェース org.eclipse.jface.action.IAction から継承されたフィールド
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
 
コンストラクタの概要
ViewWindow.MyAction(java.lang.String text)
           
 
メソッドの概要
 void run()
           
 
クラス org.eclipse.jface.action.Action から継承されたメソッド
convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
 
クラス org.eclipse.jface.action.AbstractAction から継承されたメソッド
addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener
 
クラス org.eclipse.core.commands.common.EventManager から継承されたメソッド
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.eclipse.jface.action.IAction から継承されたメソッド
addPropertyChangeListener, removePropertyChangeListener
 

コンストラクタの詳細

ViewWindow.MyAction

public ViewWindow.MyAction(java.lang.String text)
メソッドの詳細

run

public void run()
定義:
インタフェース IAction 内の run
オーバーライド:
クラス Action 内の run