Eclipse Platform
Release 3.4

org.eclipse.jface.viewers
Class CellEditor.LayoutData

java.lang.Object
  extended byorg.eclipse.jface.viewers.CellEditor.LayoutData
Enclosing class:
CellEditor

public static class CellEditor.LayoutData
extends Object

Struct-like layout data for cell editors, with reasonable defaults for all fields.

Restriction
This class is not intended to be subclassed by clients.

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

horizontalAlignment

public int horizontalAlignment
Horizontal alignment; SWT.LEFT by default.


grabHorizontal

public boolean grabHorizontal
Indicates control grabs additional space; true by default.


minimumWidth

public int minimumWidth
Minimum width in pixels; 50 pixels by default.


minimumHeight

public int minimumHeight
Minimum height in pixels; by default the height is aligned to the row-height

Since:
3.4

verticalAlignment

public int verticalAlignment
The vertical alignment; SWT.CENTER by default.

Since:
3.4
Constructor Detail

CellEditor.LayoutData

public CellEditor.LayoutData()

Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.