| org.eclipse.ui.internal.CycleBaseHandler
All known Subclasses: org.eclipse.ui.internal.CycleEditorHandler, org.eclipse.ui.internal.CyclePerspectiveHandler, org.eclipse.ui.internal.CycleViewHandler,
CycleBaseHandler | abstract public class CycleBaseHandler extends AbstractHandler implements IExecutableExtension(Code) | | Its a base class for switching between views/editors/perspectives.
since: 3.3 |
commandBackward | protected ParameterizedCommand commandBackward(Code) | | |
commandForward | protected ParameterizedCommand commandForward(Code) | | |
gotoDirection | protected boolean gotoDirection(Code) | | |
activate | protected void activate(IWorkbenchPage page, Object selectedItem)(Code) | | Activate the selected item.
Parameters: page - the page Parameters: selectedItem - the selected item |
addItems | abstract protected void addItems(Table table, WorkbenchPage page)(Code) | | Add all items to the dialog in the activation order
|
addKeyListener | protected void addKeyListener(Table table, Shell dialog)(Code) | | |
addMouseListener | protected void addMouseListener(Table table, Shell dialog)(Code) | | |
addTraverseListener | final protected void addTraverseListener(Table table)(Code) | | Adds a listener to the given table that blocks all traversal operations.
Parameters: table - The table to which the traversal suppression should be added;must not be null . |
cancel | protected void cancel(Shell dialog)(Code) | | |
execute | public Object execute(ExecutionEvent event) throws ExecutionException(Code) | | |
getBackwardCommand | abstract protected ParameterizedCommand getBackwardCommand()(Code) | | Get the backward command.
|
getBackwardTriggerSequences | public TriggerSequence[] getBackwardTriggerSequences()(Code) | | |
getForwardCommand | abstract protected ParameterizedCommand getForwardCommand()(Code) | | Get the forward command.
|
getForwardTriggerSequences | public TriggerSequence[] getForwardTriggerSequences()(Code) | | |
getTableHeader | abstract protected String getTableHeader()(Code) | | |
ok | protected void ok(Shell dialog, Table table)(Code) | | |
setInitializationData | public void setInitializationData(IConfigurationElement config, String propertyName, Object data) throws CoreException(Code) | | |
|
|