public abstract class AbstractInputViewer extends AbstractObserver implements InputViewer
Modifier and Type | Field and Description |
---|---|
static String |
PROP_X_AXIS |
static String |
PROP_Y_AXIS |
protected org.eclipse.jface.resource.ResourceManager |
resourceManager |
protected ChartViewer |
viewer |
protected XAxis |
x |
protected XAxisViewer |
xAxis |
protected YAxis |
y |
protected YAxisViewer |
yAxis |
Constructor and Description |
---|
AbstractInputViewer(org.eclipse.core.databinding.DataBindingContext dbc,
DataSeries element,
ChartViewer viewer,
org.eclipse.jface.resource.ResourceManager resourceManager,
AxisLocator<XAxis,XAxisViewer> xLocator,
AxisLocator<YAxis,YAxisViewer> yLocator) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
checkCreateInput() |
void |
dispose() |
protected abstract void |
disposeInput() |
XAxis |
getX() |
XAxisViewer |
getXAxis() |
YAxis |
getY() |
YAxisViewer |
getYAxis() |
boolean |
isVisibile() |
protected void |
setInputObserable(org.eclipse.core.databinding.observable.value.IObservableValue inputObservable) |
void |
setVisibile(boolean visibile) |
void |
setX(XAxis x) |
void |
setXAxis(XAxisViewer xAxis) |
void |
setY(YAxis y) |
void |
setYAxis(YAxisViewer yAxis) |
addBinding, addBindings
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
provides
public static final String PROP_X_AXIS
public static final String PROP_Y_AXIS
protected final ChartViewer viewer
protected XAxisViewer xAxis
protected YAxisViewer yAxis
protected XAxis x
protected YAxis y
protected final org.eclipse.jface.resource.ResourceManager resourceManager
public AbstractInputViewer(org.eclipse.core.databinding.DataBindingContext dbc, DataSeries element, ChartViewer viewer, org.eclipse.jface.resource.ResourceManager resourceManager, AxisLocator<XAxis,XAxisViewer> xLocator, AxisLocator<YAxis,YAxisViewer> yLocator)
protected void setInputObserable(org.eclipse.core.databinding.observable.value.IObservableValue inputObservable)
protected abstract void checkCreateInput()
protected abstract void disposeInput()
public void setVisibile(boolean visibile)
public boolean isVisibile()
public void setX(XAxis x)
public XAxis getX()
public void setY(YAxis y)
public YAxis getY()
public YAxisViewer getYAxis()
public void setYAxis(YAxisViewer yAxis)
public XAxisViewer getXAxis()
public void setXAxis(XAxisViewer xAxis)
public void dispose()
dispose
in interface InputViewer
dispose
in class AbstractObserver
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.