|
Oracle JEWT API Reference Release 4.2.24.0.0 B12199-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.bali.ewt.wizard.WizardPage | +--oracle.bali.ewt.wizard.ImageWizardPage
ImageWizardPages make it easy to match the Oracle UI standard for wizard pages. They'll automatically lay out with an image on the left, and the "interactive area" on the right, all with the correct whitespace.
Note: Because the ImageWizardPage adds an additional
level to the container hierarchy, clients should not
add ComponentListeners to the "interactive" component if they
wish to receive componentShown()
events. Instead,
add the ComponentListener to the component returned by
getContent()
.
Fields inherited from class oracle.bali.ewt.wizard.WizardPage |
NOT_ADDED_INDEX |
Constructor Summary | |
ImageWizardPage()
Creates an empty ImageWizardPage. |
|
ImageWizardPage(java.awt.Component interactive,
java.awt.Image image,
java.lang.String label)
Creates an ImageWizardPage with the given interactive component, given image, and given label. |
Method Summary | |
java.awt.Image |
getImage()
Gets the image used on this page. |
java.awt.Component |
getInteractiveArea()
Gets the interactive area used on this page. |
void |
setImage(java.awt.Image image)
Sets the image used on this page. |
void |
setInteractiveArea(java.awt.Component interactiveArea)
Sets the interactive panel used on this page. |
Methods inherited from class oracle.bali.ewt.wizard.WizardPage |
addPropertyChangeListener, addWizardValidateListener, firePropertyChange, getAccessibleDescription, getCanAdvance, getCanGoBack, getContent, getIndex, getInitialFocus, getLabel, getParent, isEnabled, isSelected, isVisible, processWizardValidateEvent, removePropertyChangeListener, removeWizardValidateListener, setAccessibleDescription, setCanAdvance, setCanGoBack, setContent, setEnabled, setInitialFocus, setLabel, setVisible, toString, validatePage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ImageWizardPage()
public ImageWizardPage(java.awt.Component interactive, java.awt.Image image, java.lang.String label)
Method Detail |
public java.awt.Image getImage()
public void setImage(java.awt.Image image)
public java.awt.Component getInteractiveArea()
public void setInteractiveArea(java.awt.Component interactiveArea)
|
Oracle JEWT 4.2.24 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |