|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.CellEditor.LayoutData
Struct-like layout data for cell editors, with reasonable defaults for all fields.
Field Summary | |
boolean |
grabHorizontal
Indicates control grabs additional space; true by
default. |
int |
horizontalAlignment
Horizontal alignment; SWT.LEFT by default. |
int |
minimumHeight
Minimum height in pixels; by default the height is aligned to the row-height |
int |
minimumWidth
Minimum width in pixels; 50 pixels by default. |
int |
verticalAlignment
The vertical alignment; SWT.CENTER by default. |
Constructor Summary | |
CellEditor.LayoutData()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int horizontalAlignment
SWT.LEFT
by default.
public boolean grabHorizontal
true
by
default.
public int minimumWidth
50
pixels by default.
public int minimumHeight
public int verticalAlignment
SWT.CENTER
by default.
Constructor Detail |
public CellEditor.LayoutData()
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.