Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

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

static final int VMARGIN
These horizontal margin around the composite.

See Also:
Constant Field Values

HSPACE

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

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

See Also:
Constant Field Values

CENTER_SPACE

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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire