Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.ui
Class LayoutConstants

java.lang.Object
  extended by oracle.javatools.ui.LayoutConstants

public final class LayoutConstants
extends java.lang.Object

Provides access to pixel sizing constants that can be used in user interface designs to achieve consistent spacing and layout.

Since:
11.1.1.0.0

Field Summary
static int BUTTON_HGAP
          The gap in pixels between buttons placed horizontally in a row.
static int CONTROL_VGAP
          The vertical gap in pixels between controls positioned together in a column.
static int HEADER_INSTRUCTION_VGAP
          The vertical gap in pixels between a header and instruction text associated with it.
static int HORIZONTAL_INDENT
          The horizontal indentation in pixels for detail controls in relation to a master control.
static int INSTRUCTION_CONTROL_VGAP
          The vertical gap in pixels between instruction text and the first control beneath it.
static int LABEL_CONTROL_HGAP
          The horizontal gap in pixels between a label and the control it applies to.
static int MAJOR_SECTION_VGAP
          The vertical gap in pixels between major control sections.
static int MARGIN
          The top, left, bottom and right margin in pixels between dialog content and the edge of the dialog.
static int RADIO_OPTION_HGAP
          The horizontal gap in pixels between radio option groups.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MARGIN

public static final int MARGIN
The top, left, bottom and right margin in pixels between dialog content and the edge of the dialog.

See Also:
Constant Field Values

LABEL_CONTROL_HGAP

public static final int LABEL_CONTROL_HGAP
The horizontal gap in pixels between a label and the control it applies to.

See Also:
Constant Field Values

HORIZONTAL_INDENT

public static final int HORIZONTAL_INDENT
The horizontal indentation in pixels for detail controls in relation to a master control.

See Also:
Constant Field Values

BUTTON_HGAP

public static final int BUTTON_HGAP
The gap in pixels between buttons placed horizontally in a row.

See Also:
Constant Field Values

RADIO_OPTION_HGAP

public static final int RADIO_OPTION_HGAP
The horizontal gap in pixels between radio option groups.

See Also:
Constant Field Values

MAJOR_SECTION_VGAP

public static final int MAJOR_SECTION_VGAP
The vertical gap in pixels between major control sections.

See Also:
Constant Field Values

CONTROL_VGAP

public static final int CONTROL_VGAP
The vertical gap in pixels between controls positioned together in a column. Also used for a label positioned above a control, and for a button positioned above or below a control and related directly to it.

See Also:
Constant Field Values

HEADER_INSTRUCTION_VGAP

public static final int HEADER_INSTRUCTION_VGAP
The vertical gap in pixels between a header and instruction text associated with it.

See Also:
Constant Field Values

INSTRUCTION_CONTROL_VGAP

public static final int INSTRUCTION_CONTROL_VGAP
The vertical gap in pixels between instruction text and the first control beneath it.

See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.