| |
|
| java.lang.Object org.openwfe.gpe.parts.FlowElementCellEditorLocator
FlowElementCellEditorLocator | public class FlowElementCellEditorLocator implements CellEditorLocator(Code) | | CellEditorLocator for Activities.
author: Daniel Lee |
Method Summary | |
protected Label | getLabel() Returns the Label figure. | public void | relocate(CellEditor celleditor) | protected void | setLabel(Label label) Sets the label. |
FlowElementCellEditorLocator | public FlowElementCellEditorLocator(Label label)(Code) | | Creates a new FlowElementCellEditorLocator for the given Label
Parameters: label - the Label |
getLabel | protected Label getLabel()(Code) | | Returns the Label figure.
the Label |
relocate | public void relocate(CellEditor celleditor)(Code) | | See Also: CellEditorLocator.relocate(org.eclipse.jface.viewers.CellEditor) |
setLabel | protected void setLabel(Label label)(Code) | | Sets the label.
Parameters: label - The label to set |
|
|
|