List of usage examples for org.eclipse.swt.widgets Composite subclass-usage
From source file eu.stratosphere.nephele.visualization.swt.SWTJobTabItem.java
public class SWTJobTabItem extends Composite implements Listener { private final ChartComposite cpuChart; private final ChartComposite memoryChart;
From source file com.trivadis.loganalysis.ui.ChartPanel.java
public final class ChartPanel extends Composite { private final JFreeChart jfreeChart; private final AtomicInteger seriesSequence = new AtomicInteger(0); private final List<Color> colors = asList(Color.blue, Color.red, Color.green, Color.darkGray); private final IJvmRun jvm; private final IChart chart;
From source file TabbedShellExample.java
class GroupExample extends Composite { final Button b1; final Button b2;
From source file SpinnerTest.java
class Spinner extends Composite { int handleSpinner; static Hashtable table = new Hashtable(); static { System.loadLibrary("spinner");
From source file at.ac.tuwien.inso.subcat.ui.widgets.PieChartView.java
public class PieChartView extends Composite { // // Helper: //
From source file org.jfree.experimental.chart.swt.editor.SWTPlotEditor.java
/** * An editor for plot properties. */ class SWTPlotEditor extends Composite { /**
From source file org.jfree.experimental.chart.swt.editor.SWTOtherEditor.java
/** * An editor for miscellaneous chart properties. */ class SWTOtherEditor extends Composite { /** A checkbox indicating whether or not
From source file cn.InstFS.wkr.NetworkMining.UIs.TimeSeriesChart2.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 TimeSeriesChart2 extends Composite {
From source file com.rcp.wbw.demo.editor.SWTPlotEditor.java
/** * An editor for plot properties. */ class SWTPlotEditor extends Composite { /**
From source file grafici.PazientiPieChart.java
/** * A simple demonstration application showing how to create a pie chart using * data from a {@link DefaultPieDataset}. */ public class PazientiPieChart extends Composite { private static String titolo;