Home | History | Annotate | Download | only in controls

Lines Matching refs:composite

24 import org.eclipse.swt.widgets.Composite;
41 public class CSpinner extends Composite {
60 private Composite win32Hack;
67 public CSpinner(Composite parent, int style) {
113 win32Hack = new Composite(this, SWT.NONE);
317 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) {
334 protected void layout(Composite composite, boolean flushCache) {
335 Rectangle cRect = composite.getClientArea();
368 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) {
385 protected void layout(Composite composite, boolean flushCache) {
386 Rectangle cRect = composite.getClientArea();
419 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) {
434 protected void layout(Composite composite, boolean flushCache) {
435 Rectangle cRect = composite.getClientArea();
467 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) {
484 protected void layout(Composite composite, boolean flushCache) {
485 Rectangle cRect = composite.getClientArea();
509 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) {
526 protected void layout(Composite composite, boolean flushCache) {
527 Rectangle clientArea = composite.getClientArea();