Package org.eclipse.jface.layout
Class LayoutConstants
java.lang.Object
org.eclipse.jface.layout.LayoutConstants
Contains various layout constants to be used in dialogs.
- Since:
- 3.2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final int
Returns the indent of dependent controls, in pixels.static final Point
Returns the default dialog margins, in pixelsstatic final Point
Returns the default minimum button size, in pixelsstatic final Point
Returns the default dialog spacing, in pixels
-
Constructor Details
-
LayoutConstants
public LayoutConstants()
-
-
Method Details
-
getMargins
Returns the default dialog margins, in pixels- Returns:
- the default dialog margins, in pixels
-
getSpacing
Returns the default dialog spacing, in pixels- Returns:
- the default dialog spacing, in pixels
-
getMinButtonSize
Returns the default minimum button size, in pixels- Returns:
- the default minimum button size, in pixels
-
getIndent
public static final int getIndent()Returns the indent of dependent controls, in pixels.- Returns:
- the indent of dependent controls, in pixels.
- Since:
- 3.9
-