WIZARD_FRAME_HEAD_LEFT_IMAGE_URI_PROPERTY Name of the system property which is expected to contain the desired value
for the URI of the wizard frame head background image (left side).
WIZARD_FRAME_HEAD_RIGHT_IMAGE_URI_PROPERTY Name of the system property which is expected to contain the desired value
for the URI of the wizard frame head background image (right side).
WIZARD_FRAME_MAXIMUM_HEIGHT_PROPERTY Name of the system property which is expected to contain the desired value
for the maximum height of the wizard frame.
WIZARD_FRAME_MAXIMUM_WIDTH_PROPERTY Name of the system property which is expected to contain the desired value
for the maximum width of the wizard frame.
WIZARD_FRAME_MINIMUM_HEIGHT_PROPERTY Name of the system property which is expected to contain the desired value
for the minimum height of the wizard frame.
WIZARD_FRAME_MINIMUM_WIDTH_PROPERTY Name of the system property which is expected to contain the desired value
for the minimum width of the wizard frame.
WIZARD_FRAME_RESIZABLE_PROPERTY Name of the system property which is expected to contain the desired value
for the making the wizard window be resizable.
WIZARD_FRAME_TITLE_PATTERN_PROPERTY Name of the system property which is expected to contain the desired value
for the pattern for merging the standard title prefix with the component's
title.
WIZARD_FRAME_TITLE_PREFIX_PROPERTY Name of the system property which is expected to contain the desired value
for the standard prefix of the wizard frame's title.
final public static int DEFAULT_WIZARD_FRAME_HEIGHT(Code)
Default value for the wizard frame's initial height.
DEFAULT_WIZARD_FRAME_ICON_URI
final public static String DEFAULT_WIZARD_FRAME_ICON_URI(Code)
Default value for the wizard frame's icon's URI.
DEFAULT_WIZARD_FRAME_MAXIMUM_HEIGHT
final public static int DEFAULT_WIZARD_FRAME_MAXIMUM_HEIGHT(Code)
Default value for the wizard frame's maximum height.
DEFAULT_WIZARD_FRAME_MAXIMUM_WIDTH
final public static int DEFAULT_WIZARD_FRAME_MAXIMUM_WIDTH(Code)
Default value for the wizard frame's maximum width.
DEFAULT_WIZARD_FRAME_MINIMUM_HEIGHT
final public static int DEFAULT_WIZARD_FRAME_MINIMUM_HEIGHT(Code)
Default value for the wizard frame's minimum height.
DEFAULT_WIZARD_FRAME_MINIMUM_WIDTH
final public static int DEFAULT_WIZARD_FRAME_MINIMUM_WIDTH(Code)
Default value for the wizard frame's minimum width.
DEFAULT_WIZARD_FRAME_TITLE_PATTERN
final public static String DEFAULT_WIZARD_FRAME_TITLE_PATTERN(Code)
Default value for the pattern for merging the standard title prefix with the
component's title.
DEFAULT_WIZARD_FRAME_TITLE_PREFIX
final public static String DEFAULT_WIZARD_FRAME_TITLE_PREFIX(Code)
Default value for the wizard frame's standard title prefix.
DEFAULT_WIZARD_FRAME_WIDTH
final public static int DEFAULT_WIZARD_FRAME_WIDTH(Code)
Default value for the wizard frame's initial width.
WIZARD_FRAME_HEAD_LEFT_IMAGE_URI_PROPERTY
final public static String WIZARD_FRAME_HEAD_LEFT_IMAGE_URI_PROPERTY(Code)
Name of the system property which is expected to contain the desired value
for the URI of the wizard frame head background image (left side).
WIZARD_FRAME_HEAD_RIGHT_IMAGE_URI_PROPERTY
final public static String WIZARD_FRAME_HEAD_RIGHT_IMAGE_URI_PROPERTY(Code)
Name of the system property which is expected to contain the desired value
for the URI of the wizard frame head background image (right side).
WIZARD_FRAME_HEIGHT_PROPERTY
final public static String WIZARD_FRAME_HEIGHT_PROPERTY(Code)
Name of the system property which is expected to contain the desired value
for the initial height of the wizard frame.
WIZARD_FRAME_ICON_URI_PROPERTY
final public static String WIZARD_FRAME_ICON_URI_PROPERTY(Code)
Name of the system property which is expected to contain the desired value
for the URI of the wizard frame icon.
WIZARD_FRAME_MAXIMUM_HEIGHT_PROPERTY
final public static String WIZARD_FRAME_MAXIMUM_HEIGHT_PROPERTY(Code)
Name of the system property which is expected to contain the desired value
for the maximum height of the wizard frame.
WIZARD_FRAME_MAXIMUM_WIDTH_PROPERTY
final public static String WIZARD_FRAME_MAXIMUM_WIDTH_PROPERTY(Code)
Name of the system property which is expected to contain the desired value
for the maximum width of the wizard frame.
WIZARD_FRAME_MINIMUM_HEIGHT_PROPERTY
final public static String WIZARD_FRAME_MINIMUM_HEIGHT_PROPERTY(Code)
Name of the system property which is expected to contain the desired value
for the minimum height of the wizard frame.
WIZARD_FRAME_MINIMUM_WIDTH_PROPERTY
final public static String WIZARD_FRAME_MINIMUM_WIDTH_PROPERTY(Code)
Name of the system property which is expected to contain the desired value
for the minimum width of the wizard frame.
WIZARD_FRAME_RESIZABLE_PROPERTY
final public static String WIZARD_FRAME_RESIZABLE_PROPERTY(Code)
Name of the system property which is expected to contain the desired value
for the making the wizard window be resizable.
If this property is not set at all or set to any string different from
"false" and "FALSE" then the wizard is resiazable.
WIZARD_FRAME_TITLE_PATTERN_PROPERTY
final public static String WIZARD_FRAME_TITLE_PATTERN_PROPERTY(Code)
Name of the system property which is expected to contain the desired value
for the pattern for merging the standard title prefix with the component's
title.
WIZARD_FRAME_TITLE_PREFIX_PROPERTY
final public static String WIZARD_FRAME_TITLE_PREFIX_PROPERTY(Code)
Name of the system property which is expected to contain the desired value
for the standard prefix of the wizard frame's title.
WIZARD_FRAME_WIDTH_PROPERTY
final public static String WIZARD_FRAME_WIDTH_PROPERTY(Code)
Name of the system property which is expected to contain the desired value
for the initial width of the wizard frame.
Creates a new instance of
SwingFrameContainer . The constructor calls
the initialization routine of the parent class and searches the system
properties for settings which may be releavant to this type of container.
Additionally it initializes and lays out the core swing components of the
container.
This method overrides
NbiFrame.setVisible and at the same time
implements
WizardContainer.setVisible . It is responsible for
showing and hiding the wizard container frame.
Parameters: visible - Whether to show the frame - true, or to hideit - false.