de.cau.cs.kieler.sim.kiem.ui
Class StepTextField
java.lang.Object
org.eclipse.jface.action.ContributionItem
org.eclipse.jface.action.ControlContribution
de.cau.cs.kieler.sim.kiem.ui.StepTextField
- All Implemented Interfaces:
- IContributionItem
public class StepTextField
- extends ControlContribution
The Class StepTextField. This is the GUI component that shows the number of current steps during
a running or paused execution.
- Rating

- (2009-01-15)
Constructor Summary |
StepTextField()
Instantiates a new step text field GUI ControlContribution. |
Methods inherited from class org.eclipse.jface.action.ContributionItem |
dispose, fill, getId, getParent, isDirty, isDynamic, isEnabled, isGroupMarker, isSeparator, isVisible, saveWidgetState, setId, setParent, setVisible, toString, update, update |
StepTextField
public StepTextField()
- Instantiates a new step text field GUI ControlContribution.
createControl
protected Control createControl(Composite parent)
- Specified by:
createControl
in class ControlContribution
updateTextfield
public void updateTextfield(String text)
- Update the contents (i.e., the # of steps) of the text field.
- Parameters:
text
- the text to display in the text field