|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
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.klg.jclass.swing.BaseWizard | +--com.klg.jclass.swing.JCWizard
Class to create and manage a Wizard style framework. Create and add
JCWizardPages
and add WizardListener
's for all
your Wizard fun.
Nested Class Summary |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
protected ContainerListener |
containerListener
Container listner that listens for new pages that are added, and adds listeners to the buttons of the children so that the container knows when to post the proper "Wizard" events. |
Fields inherited from class com.klg.jclass.swing.BaseWizard |
cancelListener, cardLayout, cardOwner, finishListener, helpListener, listeners, nextListener, previousListener |
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 | |
JCWizard()
Creates a JCWizard component. |
Method Summary | |
Component |
add(Component page)
Adds a page child. |
boolean |
cancel()
Invokes the registered "cancel" action. |
boolean |
finish()
Invokes the registered "finish" action. |
protected Component |
getCurrentPage()
Retrieves the current visible page. |
void |
help()
Invokes the registered "help" action. |
boolean |
next()
Advances to the next page. |
boolean |
previous()
Moves to the previous page. |
Methods inherited from class com.klg.jclass.swing.BaseWizard |
addWizardListener, first, getAbout, isLastPage, last, removeWizardListener, setAbout, show |
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 |
Field Detail |
protected transient ContainerListener containerListener
Constructor Detail |
public JCWizard()
JCWizard
component.
Method Detail |
public boolean next()
next
in class BaseWizard
previous()
,
finish()
,
cancel()
public boolean previous()
previous
in class BaseWizard
next()
,
finish()
,
cancel()
public boolean cancel()
cancel
in class BaseWizard
next()
,
previous()
,
finish()
public void help()
help
in class BaseWizard
next()
,
previous()
,
finish()
,
cancel()
public boolean finish()
finish
in class BaseWizard
next()
,
previous()
,
cancel()
protected Component getCurrentPage()
getCurrentPage
in class BaseWizard
public Component add(Component page)
add
in class Container
page
-
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |