All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.netobjects.nfx.util.ComponentConstants

java.lang.Object
   |
   +----com.netobjects.nfx.util.ComponentConstants

public class ComponentConstants
extends Object
Constants values to be used across all components.

Version:
1.0
Author:
Scott Cinnamond

Variable Index

 o BUTTON_HEIGHT
Standard butto height.
 o BUTTON_WIDTH
Standard button width.
 o COMPONENT_DEBUG
IMPORTANT!!!! Flag indicating a release for debugging/production----Trip this flag BEFORE entering a production cycle to "beautify" error message generated in component-error-handling code.
 o CONTROL_INSETS
Standard control insets.
 o FONT_FAMILY
The standard font family.
 o FONT_SIZE
The standard font size.
 o FONT_STYLE
The standard font style.
 o PANEL_INSETS
Standard panel insets.

Constructor Index

 o ComponentConstants()

Variables

 o COMPONENT_DEBUG
 public static final boolean COMPONENT_DEBUG
IMPORTANT!!!! Flag indicating a release for debugging/production----Trip this flag BEFORE entering a production cycle to "beautify" error message generated in component-error-handling code.

 o FONT_FAMILY
 public static final String FONT_FAMILY
The standard font family.

 o FONT_STYLE
 public static final int FONT_STYLE
The standard font style.

 o FONT_SIZE
 public static final int FONT_SIZE
The standard font size.

 o BUTTON_WIDTH
 public static final int BUTTON_WIDTH
Standard button width.

 o BUTTON_HEIGHT
 public static final int BUTTON_HEIGHT
Standard butto height.

 o PANEL_INSETS
 public static final int PANEL_INSETS
Standard panel insets.

 o CONTROL_INSETS
 public static final int CONTROL_INSETS
Standard control insets.

Constructors

 o ComponentConstants
 public ComponentConstants()

All Packages  Class Hierarchy  This Package  Previous  Next  Index