iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.editor
Class ErrorAction

java.lang.Object
  extended byorg.eclipse.jface.action.Action
      extended bycom.ibm.etools.iseries.editor.ErrorAction
All Implemented Interfaces:
IAction, com.ibm.lpex.core.LpexAction

public class ErrorAction
extends Action
implements com.ibm.lpex.core.LpexAction


Field Summary
 ITextEditor _editor
          the editor for this action
static String Copyright
           
static int NEXT_ERROR
          the style which indicates next error
static String NEXT_ID
          the string ID for the next action
static String PREV_ID
          the string ID for the previous action
static int PREVIOUS_ERROR
          the style which indicates previous error
 
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, RESULT, TEXT, TOOL_TIP_TEXT
 
Constructor Summary
ErrorAction(ITextEditor editor, int style)
          Method ErrorAction.
 
Method Summary
 boolean available(com.ibm.lpex.core.LpexView lpexView)
           
 void doAction(com.ibm.lpex.core.LpexView lpexView)
           
 void run()
           
 
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, notifyResult, removeAcceleratorText, removeMnemonics, 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
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

PREVIOUS_ERROR

public static final int PREVIOUS_ERROR
the style which indicates previous error

See Also:
Constant Field Values

NEXT_ERROR

public static final int NEXT_ERROR
the style which indicates next error

See Also:
Constant Field Values

_editor

public ITextEditor _editor
the editor for this action


PREV_ID

public static final String PREV_ID
the string ID for the previous action

See Also:
Constant Field Values

NEXT_ID

public static final String NEXT_ID
the string ID for the next action

See Also:
Constant Field Values
Constructor Detail

ErrorAction

public ErrorAction(ITextEditor editor,
                   int style)
Method ErrorAction. The action which implements

Parameters:
style -
Method Detail

available

public boolean available(com.ibm.lpex.core.LpexView lpexView)
Specified by:
available in interface com.ibm.lpex.core.LpexAction
See Also:
LpexAction.available(LpexView)

doAction

public void doAction(com.ibm.lpex.core.LpexView lpexView)
Specified by:
doAction in interface com.ibm.lpex.core.LpexAction
See Also:
LpexAction.doAction(LpexView)

run

public void run()
Specified by:
run in interface IAction
See Also:
IAction.run()

iSeries Remote Systems
v6.0.0

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.