java.lang.Object | +--com.ibm.lab.soln.editor.extras.IncrementRowValuesObjectActionDelegate
Action to increment the selected row(s) from the mini-spreadsheet.
| Constructor Summary | |
IncrementRowValuesObjectActionDelegate()
|
|
| Method Summary | |
void |
run(org.eclipse.jface.action.IAction action)
Increment each cell containing an integer. |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
Enable the action if there is at least one cell containing an integer. |
void |
setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IncrementRowValuesObjectActionDelegate()
| Method Detail |
public void run(org.eclipse.jface.action.IAction action)
run in interface org.eclipse.ui.IActionDelegateIActionDelegate.run(IAction)
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.IActionDelegateIActionDelegate.selectionChanged(IAction, ISelection)
public void setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
setActivePart in interface org.eclipse.ui.IObjectActionDelegate