Example usage for org.eclipse.swt.widgets Composite subclass-usage

List of usage examples for org.eclipse.swt.widgets Composite subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.swt.widgets Composite subclass-usage.

Usage

From source file org.jfree.experimental.chart.swt.editor.SWTPlotAppearanceEditor.java

/**
 * An editor for plot properties.
 */
class SWTPlotAppearanceEditor extends Composite {

    private Spinner selectStroke;

From source file grafici.MediciBarChart.java

/**
 * A simple demonstration application showing how to create a bar chart.
 */
public class MediciBarChart extends Composite {

    /**

From source file com.rcp.wbw.demo.editor.SWTTitleEditor.java

/**
 * An editor for chart title properties.
 */
class SWTTitleEditor extends Composite {

    /** Whether or not to display the title on the chart. */

From source file com.rcp.wbw.demo.editor.SWTPlotAppearanceEditor.java

/**
 * An editor for plot properties.
 */
class SWTPlotAppearanceEditor extends Composite {

    private Spinner selectStroke;

From source file org.jfree.experimental.chart.swt.editor.SWTAxisEditor.java

/**
 * An editor for axis properties.
 */
class SWTAxisEditor extends Composite {

    /** The axis label. */

From source file org.gumtree.vis.swt.PlotComposite.java

/**
 * @author nxi
 *
 */
public class PlotComposite extends Composite {

From source file com.rcp.wbw.demo.editor.SWTAxisEditor.java

/**
 * An editor for axis properties.
 */
class SWTAxisEditor extends Composite {

    /** The axis label. */

From source file cn.InstFS.wkr.NetworkMining.UIs.TimeSeriesChart1.java

/**
 * An example of a time series chart. For the most part, default settings are
 * used, except that the renderer is modified to show filled shapes (as well as
 * lines) at each data point.
 */
public class TimeSeriesChart1 extends Composite {

From source file at.ac.tuwien.inso.subcat.ui.widgets.TrendView.java

public class TrendView extends Composite {
    private LinkedList<TrendViewListener> listeners = new LinkedList<TrendViewListener>();

    private TimeChartControlPanel<SelectedChart> timeChart;
    private CategoryPlot trendPlot;
    private DefaultCategoryDataset dataset;

From source file at.ac.tuwien.inso.subcat.ui.widgets.TrendChart.java

public class TrendChart extends Composite {
    private LinkedList<TrendChartListener> listeners = new LinkedList<TrendChartListener>();

    private TimeChartControlPanel<SelectedChart> timeChart;
    private CategoryPlot trendPlot;
    private DefaultCategoryDataset dataset;