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, setPartNameaddPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusyaddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprivate 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.IWorkbenchPartcreatePartControl in class org.eclipse.ui.part.WorkbenchPartpublic void setFocus()
setFocus in interface org.eclipse.ui.IWorkbenchPartsetFocus in class org.eclipse.ui.part.WorkbenchPartpublic void dispose()
dispose in interface org.eclipse.ui.IWorkbenchPartdispose in class org.eclipse.ui.part.WorkbenchPart