List of usage examples for org.eclipse.swt.widgets Composite subclass-usage
From source file rulebender.editors.dat.view.CustomizedChartComposite.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 com.munch.exchange.parts.neuralnetwork.results.NeuralNetworkResultChartComposite.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 com.munch.exchange.ExchangeChartComposite.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 edu.pitt.dbmi.odie.ui.jfreechart.EnhancedChartComposite.java
/** * @author Girish Chavan * */ public class EnhancedChartComposite extends Composite implements ChartChangeListener, ChartProgressListener, PaintListener, SelectionListener, MouseListener, MouseMoveListener, Printable, ISelectionProvider {
From source file org.eclipse.swt.examples.accessibility.CTable.java
/**
* Instances of this class implement a selectable user interface
* object that displays a list of images and strings and issues
* notification when selected.
* <p>
* The item children that may be added to instances of this class
From source file PrintKTableExample.java
/**
* Used by MsgBox.
*
* @author Friederich Kupzog
*/