|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JPanel com.jidesoft.dialog.AbstractPage com.jidesoft.dialog.AbstractDialogPage com.jidesoft.wizard.AbstractWizardPage com.jidesoft.wizard.DefaultWizardPage com.jidesoft.wizard.GraphicWizardPage
public class GraphicWizardPage
GraphicWizardPage is a wizard page with left pane to display a graphic.
If the wizard follows Wizard 97 standard, it will add title with a larger font and add a description in content area as well.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class com.jidesoft.wizard.AbstractWizardPage |
---|
_wizardContent, LEFTPANE_CUSTOM, LEFTPANE_EMPTY, LEFTPANE_GRAPHIC, LEFTPANE_HELP, LEFTPANE_NONE, LEFTPANE_STEPS |
Fields inherited from class com.jidesoft.dialog.AbstractDialogPage |
---|
_buttonEvent, _description, _icon, _pageEnabled, _parentPage, _title, DESCRIPTION_PROPERTY, ICON_PROPERTY, PROPERTY_PAGE_ENABLED, TITLE_PROPERTY |
Fields inherited from class com.jidesoft.dialog.AbstractPage |
---|
_pageEvent, INVOKE_ON_ALL, INVOKE_ON_NONE, INVOKE_ON_PAINT, INVOKE_ON_REPAINT, INVOKE_ON_UPDATE, INVOKE_ON_VALIDATE |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
GraphicWizardPage(String title)
Creates a GraphicWizardPage with title. |
|
GraphicWizardPage(String title,
String description)
Creates a GraphicWizardPage with title and description. |
Method Summary | |
---|---|
Color |
getBackground()
|
int |
getLeftPaneItems()
Gets what items to be shown on left pane. |
protected void |
initContentPane()
Subclasses should override this method to add components to wizard page. |
boolean |
showBannerPane()
Subclass can implement this method to decide if the banner panel should be visible when this page is displayed in wizard. |
Methods inherited from class com.jidesoft.wizard.DefaultWizardPage |
---|
addComponent, addComponent, addIconText, addInfo, addSpace, addText, addText, addTitle, addWarning, createDefaultContentPane, createWizardContent, getContentBorder, reset, setContentBorder, setupWizardButtons |
Methods inherited from class com.jidesoft.wizard.AbstractWizardPage |
---|
getContentThickBorder, getContentThinBorder, getCustomLeftPane, getGraphic, getHelpText, getOwner, getSelectedStepIndex, getSteps, getWizardContent, lazyInitialize, setHelpText, setLeftPaneItems, updateHeaderPanel |
Methods inherited from class com.jidesoft.dialog.AbstractDialogPage |
---|
addButtonListener, fireButtonEvent, fireButtonEvent, fireButtonEvent, focusDefaultFocusComponent, getButtonListeners, getDefaultFocusComponent, getDescription, getFullTitle, getIcon, getParentPage, getTitle, isPageEnabled, removeButtonListener, setDefaultFocusComponent, setDescription, setIcon, setPageEnabled, setParentPage, setTitle |
Methods inherited from class com.jidesoft.dialog.AbstractPage |
---|
addPageListener, allowClosing, firePageEvent, firePageEvent, getInvokeCondition, getPageListeners, initialize, invalidate, paint, paintAll, paintComponents, removePageListener, repaint, repaint, repaint, repaint, revalidate, setAllowClosing, setInvokeCondition, update |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GraphicWizardPage(String title)
title
- public GraphicWizardPage(String title, String description)
title
- description
- Method Detail |
---|
public boolean showBannerPane()
AbstractWizardPage
showBannerPane
in class AbstractWizardPage
public int getLeftPaneItems()
AbstractWizardPage
getLeftPaneItems
in class AbstractWizardPage
protected void initContentPane()
DefaultWizardPage
initContentPane
in class DefaultWizardPage
public Color getBackground()
getBackground
in class Component
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |