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 at.ac.tuwien.inso.subcat.ui.widgets.DistributionView.java

public class DistributionView extends Composite {
    private TimeChartControlPanel<SelectedChart> timeChart;
    private ScrolledComposite scrolledComposite;
    private Composite optionComposite;
    private LinkedList<DistributionViewListener> listeners;
    private LinkedList<ChartIdentifier> identifiers;

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

public class DistributionChart extends Composite {
    private TimeChartControlPanel<SelectedChart> timeChart;
    private ScrolledComposite scrolledComposite;
    private Composite optionComposite;
    private LinkedList<DistributionChartListener> listeners;
    private LinkedList<ChartIdentifier> identifiers;

From source file de.dekarlab.moneybuilder.view.AnalyticsView.java

/**
 * Analytics view.
 * 
 * @author dk
 * 
 */

From source file au.gov.ansto.bragg.kakadu.ui.plot.FitPlotPropertiesComposite.java

/**
 * @author nxi
 * Created on 19/06/2008
 */
public class FitPlotPropertiesComposite extends Composite {

From source file TableTree.java

/**
 * 
 * A TableTree is a selectable user interface object
 * 
 * that displays a hierarchy of items, and issues
 * 

From source file com.bdaum.zoom.report.internal.wizards.ReportComponent.java

public class ReportComponent extends Composite {

    private static final String VALUE = Messages.ReportComponent_value;
    private static final long ONEDAY = 86400000L;
    private static final String OTHERS = Messages.ReportComponent_others;
    private static final String EARNINGS = Messages.ReportComponent_earnings;

From source file edu.harvard.i2b2.analysis.ui.AnalysisComposite.java

public class AnalysisComposite extends Composite {

    {
        // Register as a resource user - SWTResourceManager will
        // handle the obtaining and disposing of resources
        SWTResourceManager.registerResourceUser(this);

From source file org.mwc.cmap.grideditor.chart.FixedChartComposite.java

/**
 * This is a local copy of the {@link FixedChartComposite} tweaked to allow
 * dragging the data points on plot in subclasses. Except the note about fixed
 * bugs below, we haven't changed anything in the {@link FixedChartComposite},
 * just added a few accessors to the class internals.
 * 

From source file com.rcp.wbw.demo.ChartComposite.java

/**
 * A SWT GUI composite for displaying a {@link JFreeChart} object.
 * <p>
 * The composite listens to the chart to receive notification of changes to any component of the chart. The chart is
 * redrawn automatically whenever this notification is received.
 */

From source file org.jfree.experimental.chart.swt.ChartComposite.java

/**
 * A SWT GUI composite for displaying a {@link JFreeChart} object.
 * <p>
 * The composite listens to the chart to receive notification of changes to any component of the
 * chart. The chart is redrawn automatically whenever this notification is received.
 */