public abstract class AbstractStepGeneratorPage extends Object implements GeneratorPage
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.swt.widgets.Display |
display |
protected SimulationTarget |
target |
| Constructor and Description |
|---|
AbstractStepGeneratorPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPage(org.eclipse.swt.widgets.Composite parent) |
void |
dispose() |
protected void |
setPeriod(long period) |
void |
setTarget(SimulationTarget target) |
void |
start() |
protected abstract void |
step() |
void |
stop() |
protected org.eclipse.swt.widgets.Display display
protected SimulationTarget target
protected abstract void step()
public void dispose()
dispose in interface GeneratorPageprotected void setPeriod(long period)
public void createPage(org.eclipse.swt.widgets.Composite parent)
createPage in interface GeneratorPagepublic void start()
start in interface GeneratorPagepublic void stop()
stop in interface GeneratorPagepublic void setTarget(SimulationTarget target)
setTarget in interface GeneratorPageCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.