|
org.eclipse.jface.layout
Class LayoutConstants
java.lang.Object
org.eclipse.jface.layout.LayoutConstants
-
public final class LayoutConstants
- extends
Object
Contains various layout constants
-
Since:
- 3.2
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
LayoutConstants
public LayoutConstants()
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
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|