public class InteractiveChartExample
extends org.eclipse.ui.part.ViewPart
Modifier and Type | Field and Description |
---|---|
private static java.lang.String[] |
categorySeries |
private Chart |
chart
the chart
|
private static double[] |
yBarSeries1 |
private static double[] |
yBarSeries2 |
private static double[] |
yLineSeries1 |
private static double[] |
yLineSeries2 |
Constructor and Description |
---|
InteractiveChartExample() |
Modifier and Type | Method and Description |
---|---|
void |
createPartControl(org.eclipse.swt.widgets.Composite parent) |
void |
dispose() |
void |
setFocus() |
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName
addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private static final java.lang.String[] categorySeries
private static final double[] yLineSeries1
private static final double[] yLineSeries2
private static final double[] yBarSeries1
private static final double[] yBarSeries2
private Chart chart
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl
in interface org.eclipse.ui.IWorkbenchPart
createPartControl
in class org.eclipse.ui.part.WorkbenchPart
public void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
setFocus
in class org.eclipse.ui.part.WorkbenchPart
public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchPart
dispose
in class org.eclipse.ui.part.WorkbenchPart