Eclipse Platform
Release 3.3

org.eclipse.jface.layout
Class LayoutConstants

java.lang.Object
  extended byorg.eclipse.jface.layout.LayoutConstants

public final class LayoutConstants
extends Object

Contains various layout constants

Since:
3.2

Constructor Summary
LayoutConstants()
           
 
Method Summary
static Point getMargins()
          Returns the default dialog margins, in pixels
static Point getMinButtonSize()
          Returns the default minimum button size, in pixels
static Point getSpacing()
          Returns the default dialog spacing, in pixels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutConstants

public LayoutConstants()
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

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.