Eclipse Platform
Release 3.2

org.eclipse.ui.views.properties.tabbed
Interface ITabbedPropertyConstants


public interface ITabbedPropertyConstants

Constants used by the implementors of ITabbedPropertySection.


Field Summary
static int CENTER_SPACE
          Space to leave between the center of the property tab and the closest widget to the left or right.
static int HMARGIN
          These horizontal margin around the composite.
static int HSPACE
          Horizontal space to leave between related widgets.
static int VMARGIN
          These horizontal margin around the composite.
static int VSPACE
          Horizontal space to leave between related widgets.
 

Field Detail

HMARGIN

public static final int HMARGIN
These horizontal margin around the composite. Each section should use a margin of 0, 0.

See Also:
Constant Field Values

VMARGIN

public static final int VMARGIN
These horizontal margin around the composite.

See Also:
Constant Field Values

HSPACE

public static final int HSPACE
Horizontal space to leave between related widgets. Each section should use these values for spacing its widgets. For example, you can use +/- HSPACE as the offset of a left or right FlatFormAttachment. The tabbed property composite also inserts VSPACE pixels between section composites if more than one section is displayed.

See Also:
Constant Field Values

VSPACE

public static final int VSPACE
Horizontal space to leave between related widgets.

See Also:
Constant Field Values

CENTER_SPACE

public static final int CENTER_SPACE
Space to leave between the center of the property tab and the closest widget to the left or right. I.e. for a property tab whose widgets are logically divided into two halves, the total space between the halves should be 2*CENTER_SPACE.

See Also:
Constant Field Values

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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