List of usage examples for org.eclipse.swt.widgets Canvas subclass-usage
From source file org.eclipse.swt.examples.accessibility.Shape.java
/** * Instances of this class represent an accessible, focusable, user interface object * that has a shape and a color. From an accessibility point of view, they imitate a * "label" or "static text" whose name is its color and shape. */ public class Shape extends Canvas {
From source file SWTPaintCanvas.java
/** * A paint canvas. */ public class SWTPaintCanvas extends Canvas { private Color myColor;
From source file org.eclipse.swt.examples.accessibility.BarChart.java
/** * Instances of this class represent a very simple accessible bar chart. * From an accessibility point of view, they present the data as a "list" with "list items". */ public class BarChart extends Canvas { static ResourceBundle bundle = ResourceBundle.getBundle("examples_accessibility");
From source file ExampleGUI.java
/**
* Custom drawn tabel widget for SWT GUIs.
*
*
* @see de.kupzog.ktable.KTableModel
* @see de.kupzog.ktable.KTableCellRenderer
From source file PrintKTableExample.java
/**
* Custom drawn tabel widget for SWT GUIs.
*
*
* @see de.kupzog.ktable.KTableModel
* @see de.kupzog.ktable.KTableCellRenderer