Package org.eclipse.jface.layout
Class LayoutConstants
- java.lang.Object
-
- org.eclipse.jface.layout.LayoutConstants
-
public final class LayoutConstants extends Object
Contains various layout constants to be used in dialogs.- Since:
- 3.2
-
-
Constructor Summary
Constructors Constructor Description LayoutConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getIndent()
Returns the indent of dependent controls, in pixels.static Point
getMargins()
Returns the default dialog margins, in pixelsstatic Point
getMinButtonSize()
Returns the default minimum button size, in pixelsstatic Point
getSpacing()
Returns the default dialog spacing, in pixels
-
-
-
Method Detail
-
getMargins
public static final Point getMargins()
Returns the default dialog margins, in pixels- Returns:
- the default dialog margins, in pixels
-
getSpacing
public static final Point getSpacing()
Returns the default dialog spacing, in pixels- Returns:
- the default dialog spacing, in pixels
-
getMinButtonSize
public static final Point 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
-
-