cvj2.app.gui.window.main
クラス MainWindow.MyAction

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

public static class MainWindow.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
 
コンストラクタの概要
MainWindow.MyAction(java.lang.String text)
           
MainWindow.MyAction(java.lang.String text, int style)
           
 
メソッドの概要
 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
 

コンストラクタの詳細

MainWindow.MyAction

public MainWindow.MyAction(java.lang.String text)

MainWindow.MyAction

public MainWindow.MyAction(java.lang.String text,
                           int style)
メソッドの詳細

run

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