|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.jfree.ui.WizardPanel
public abstract class WizardPanel
A panel that provides the user interface for a single step in a WizardDialog.
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 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 | |
---|---|
protected |
WizardPanel(LayoutManager layout)
Creates a new panel. |
Method Summary | |
---|---|
abstract boolean |
canFinish()
Returns true if it is possible to finish from this panel. |
abstract boolean |
canRedisplayNextPanel()
Returns true if it is OK to redisplay the last version of the next panel, or false if a new version is required. |
abstract WizardPanel |
getNextPanel()
Returns the next panel in the sequence, given the current user input. |
WizardDialog |
getOwner()
Returns a reference to the dialog that owns the panel. |
Object |
getResult()
Returns the result. |
abstract boolean |
hasNextPanel()
Returns true if there is a next panel. |
abstract void |
returnFromLaterStep()
This method is called when the dialog redisplays this panel as a result of the user clicking the "Previous" button. |
void |
setOwner(WizardDialog owner)
Sets the reference to the dialog that owns the panel (this is called automatically by the dialog when the panel is added to the dialog). |
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 |
---|
protected WizardPanel(LayoutManager layout)
layout
- the layout manager.Method Detail |
---|
public WizardDialog getOwner()
public void setOwner(WizardDialog owner)
owner
- the owner.public Object getResult()
public abstract void returnFromLaterStep()
public abstract boolean canRedisplayNextPanel()
public abstract boolean hasNextPanel()
public abstract boolean canFinish()
public abstract WizardPanel getNextPanel()
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |