|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.action.StatusLineLayoutData
Represents the layout data object for Control
within the status line.
To set a StatusLineLayoutData
object into a Control
, use
the setLayoutData()
method.
NOTE: Do not reuse StatusLineLayoutData
objects. Every control in the
status line must have a unique StatusLineLayoutData
instance or
null
.
Field Summary | |
int |
heightHint
The heightHint specifies a minimum height for
the Control . |
int |
widthHint
The widthHint specifies a minimum width for
the Control . |
Constructor Summary | |
StatusLineLayoutData()
Creates an initial status line layout data object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int widthHint
widthHint
specifies a minimum width for
the Control
. A value of SWT.DEFAULT
indicates that no minimum width is specified.
The default value is SWT.DEFAULT
.
public int heightHint
heightHint
specifies a minimum height for
the Control
. A value of SWT.DEFAULT
indicates that no minimum height is specified.
The default value is SWT.DEFAULT
.
Constructor Detail |
public StatusLineLayoutData()
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.