All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.netobjects.nfx.wizard.WizardConstants

java.lang.Object
   |
   +----com.netobjects.nfx.wizard.WizardConstants

public class WizardConstants
extends Object
Static constants for wizard utilities.

Version:
1.0
Author:
Scott Cinnamond

Variable Index

 o BUTTON_HEIGHT
 o BUTTON_SPACE
 o BUTTON_WIDTH
 o CONTROL_INSETS
 o CONTROL_INSETS_SMALL
 o FONT_FAMILY
 o FONT_SIZE
 o FONT_STYLE
 o FRAME_HEIGHT
 o FRAME_WIDTH
 o IMAGE_HEIGHT
 o IMAGE_WIDTH
 o PANEL_INSETS
 o TEXT_PANEL_HEIGHT
 o WIZARD_PB_CANCEL
 o WIZARD_PB_FINISH
 o WIZARD_PB_NEXT
 o WIZARD_PB_PREVIOUS

Constructor Index

 o WizardConstants()

Variables

 o FONT_FAMILY
 public static final String FONT_FAMILY
 o FONT_STYLE
 public static final int FONT_STYLE
 o FONT_SIZE
 public static final int FONT_SIZE
 o FRAME_WIDTH
 public static final int FRAME_WIDTH
 o FRAME_HEIGHT
 public static final int FRAME_HEIGHT
 o PANEL_INSETS
 public static final int PANEL_INSETS
 o CONTROL_INSETS
 public static final int CONTROL_INSETS
 o CONTROL_INSETS_SMALL
 public static final int CONTROL_INSETS_SMALL
 o BUTTON_WIDTH
 public static final int BUTTON_WIDTH
 o BUTTON_HEIGHT
 public static final int BUTTON_HEIGHT
 o BUTTON_SPACE
 public static final int BUTTON_SPACE
 o IMAGE_WIDTH
 public static final int IMAGE_WIDTH
 o IMAGE_HEIGHT
 public static final int IMAGE_HEIGHT
 o TEXT_PANEL_HEIGHT
 public static final int TEXT_PANEL_HEIGHT
 o WIZARD_PB_CANCEL
 public static final String WIZARD_PB_CANCEL
 o WIZARD_PB_PREVIOUS
 public static final String WIZARD_PB_PREVIOUS
 o WIZARD_PB_NEXT
 public static final String WIZARD_PB_NEXT
 o WIZARD_PB_FINISH
 public static final String WIZARD_PB_FINISH

Constructors

 o WizardConstants
 public WizardConstants()

All Packages  Class Hierarchy  This Package  Previous  Next  Index