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
-
BUTTON_HEIGHT
- Standard butto height.
-
BUTTON_WIDTH
- Standard button width.
-
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.
-
CONTROL_INSETS
- Standard control insets.
-
FONT_FAMILY
- The standard font family.
-
FONT_SIZE
- The standard font size.
-
FONT_STYLE
- The standard font style.
-
PANEL_INSETS
- Standard panel insets.
-
ComponentConstants()
-
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.
FONT_FAMILY
public static final String FONT_FAMILY
- The standard font family.
FONT_STYLE
public static final int FONT_STYLE
- The standard font style.
FONT_SIZE
public static final int FONT_SIZE
- The standard font size.
BUTTON_WIDTH
public static final int BUTTON_WIDTH
- Standard button width.
BUTTON_HEIGHT
public static final int BUTTON_HEIGHT
- Standard butto height.
PANEL_INSETS
public static final int PANEL_INSETS
- Standard panel insets.
CONTROL_INSETS
public static final int CONTROL_INSETS
- Standard control insets.
ComponentConstants
public ComponentConstants()
All Packages Class Hierarchy This Package Previous Next Index