Package org.eclipse.swt.layout
Class BorderData
java.lang.Object
org.eclipse.swt.layout.BorderData
Controls the several aspects of a
BorderLayout
.- Since:
- 3.119
-
Field Summary
-
Constructor Summary
ConstructorDescriptioncreates aBorderData
with default optionsBorderData
(int region) creates aBorderData
initialized with the given region, valid values areSWT.TOP
,SWT.CENTER
,SWT.LEFT
,SWT.RIGHT
,SWT.BOTTOM
BorderData
(int region, int widthHint, int heightHint) creates aBorderData
initialized with the given region and width and height hints -
Method Summary
-
Field Details
-
hHint
public int hHint -
wHint
public int wHint -
region
public int region
-
-
Constructor Details
-
BorderData
public BorderData()creates aBorderData
with default options -
BorderData
public BorderData(int region) creates aBorderData
initialized with the given region, valid values areSWT.TOP
,SWT.CENTER
,SWT.LEFT
,SWT.RIGHT
,SWT.BOTTOM
- Parameters:
region
- the region valid values areSWT.TOP
,SWT.CENTER
,SWT.LEFT
,SWT.RIGHT
,SWT.BOTTOM
-
BorderData
public BorderData(int region, int widthHint, int heightHint) creates aBorderData
initialized with the given region and width and height hints- Parameters:
region
- the region valid values areSWT.TOP
,SWT.CENTER
,SWT.LEFT
,SWT.RIGHT
,SWT.BOTTOM
widthHint
- the default hint for the widthheightHint
- he default hint for the height
-
-
Method Details