Oracle JEWT API Reference
Release 4.2.24.0.0
B12199-01
A B C D E F G H I J L M N O P R S T U V W

W

WelcomeWizardPage - class oracle.bali.ewt.wizard.WelcomeWizardPage.
WelcomeWizardPage is a TitleWizardPage subclass that conforms to the Oracle Wizard UI Spec section 4.1 on welcome pages.
WelcomeWizardPage(Image, String, String) - Constructor for class oracle.bali.ewt.wizard.WelcomeWizardPage
Construct a wizard welcome page with the given image, title, and description.
Wizard - class oracle.bali.ewt.wizard.Wizard.
The Wizard class provides an implementation of a wizard with a simple, linear user interface.
Wizard() - Constructor for class oracle.bali.ewt.wizard.Wizard
Creates an empty wizard with default values.
WizardAdapter - class oracle.bali.ewt.wizard.WizardAdapter.
An adapter class for receiving WizardEvents.
WizardAdapter() - Constructor for class oracle.bali.ewt.wizard.WizardAdapter
 
wizardApplyState(WizardEvent) - Method in interface oracle.bali.ewt.wizard.WizardListener
Invoked when the user wishes to see the current state of the wizard applied.
wizardApplyState(WizardEvent) - Method in class oracle.bali.ewt.wizard.WizardAdapter
Invoked when the user wishes to see the current state of the wizard applied.
wizardCanceled(WizardEvent) - Method in interface oracle.bali.ewt.wizard.WizardListener
Invoked when the user has canceled the wizard.
wizardCanceled(WizardEvent) - Method in class oracle.bali.ewt.wizard.WizardAdapter
Invoked when the user has canceled the wizard.
WizardDialog - class oracle.bali.ewt.wizard.WizardDialog.
The WizardDialog class provides a simple way of running a wizard in a dialog until the user either cancels or finishes the wizard.
WizardDialog() - Constructor for class oracle.bali.ewt.wizard.WizardDialog
Creates a modal WizardDialog without an embedded wizard.
WizardDialog(BaseWizard) - Constructor for class oracle.bali.ewt.wizard.WizardDialog
Creates a modal WizardDialog without a specified parent frame.
WizardDialog(BaseWizard, Dialog) - Constructor for class oracle.bali.ewt.wizard.WizardDialog
Creates a modal WizardDialog.
WizardDialog(BaseWizard, Dialog, boolean) - Constructor for class oracle.bali.ewt.wizard.WizardDialog
Creates a WizardDialog.
WizardDialog(BaseWizard, Frame) - Constructor for class oracle.bali.ewt.wizard.WizardDialog
Creates a modal WizardDialog.
WizardDialog(BaseWizard, Frame, boolean) - Constructor for class oracle.bali.ewt.wizard.WizardDialog
Creates a WizardDialog.
WizardEvent - class oracle.bali.ewt.wizard.WizardEvent.
The WizardEvent class extends the AWTEvent class by defining new event id constants for events delivered by the Wizard component.
WizardEvent(Object, int, WizardPage) - Constructor for class oracle.bali.ewt.wizard.WizardEvent
Constructs a WizardEvent with the specified source, id, and page.
wizardFinished(WizardEvent) - Method in interface oracle.bali.ewt.wizard.WizardListener
Invoked when the user has finished the wizard.
wizardFinished(WizardEvent) - Method in class oracle.bali.ewt.wizard.WizardAdapter
Invoked when the user has finished the wizard.
WizardFrame - class oracle.bali.ewt.wizard.WizardFrame.
Clients should generally avoid using WizardFrame.
WizardFrame() - Constructor for class oracle.bali.ewt.wizard.WizardFrame
Creates a WizardFrame.
WizardFrame(BaseWizard) - Constructor for class oracle.bali.ewt.wizard.WizardFrame
Creates a WizardFrame.
WizardFrame(BaseWizard, String) - Constructor for class oracle.bali.ewt.wizard.WizardFrame
Creates a WizardFrame.
WizardListener - interface oracle.bali.ewt.wizard.WizardListener.
The listener interface for receiving WizardEvents other than VALIDATE_PAGE.
WizardPage - class oracle.bali.ewt.wizard.WizardPage.
WizardPages hold the content of the wizard.
WizardPage(Component) - Constructor for class oracle.bali.ewt.wizard.WizardPage
Creates a wizard page with no label.
WizardPage(Component, String) - Constructor for class oracle.bali.ewt.wizard.WizardPage
Creates a wizard page.
wizardSelectionChanged(WizardEvent) - Method in interface oracle.bali.ewt.wizard.WizardListener
Invoked when the selection has been changed.
wizardSelectionChanged(WizardEvent) - Method in class oracle.bali.ewt.wizard.WizardAdapter
Invoked when the selection has been changed.
WizardSequence - interface oracle.bali.ewt.wizard.dWizard.WizardSequence.
The WizardSequence interface provides the abstraction that the DWizard class uses to navigate among wizard pages.
WizardValidateListener - interface oracle.bali.ewt.wizard.WizardValidateListener.
The listener interface for receiving validation WizardEvents.
wizardValidatePage(WizardEvent) - Method in interface oracle.bali.ewt.wizard.WizardValidateListener
Invoked when the user has asked to finish the wizard, apply the current state, or switch to another page.
WordWrapper - class oracle.bali.ewt.text.WordWrapper.
The WordWrapper class implements the TextWrapper interface to wrap a paragraph of text at the last full word that can fit on each line.
WrapInfo - interface oracle.bali.ewt.text.WrapInfo.
The WrapInfo Interface declares the methods used by TextWrapper's when wrapping text.
wrapParagraph(WrapInfo, String) - Method in class oracle.bali.ewt.text.NoWrapper
Wrap a paragraph of text into one line of text.
wrapParagraph(WrapInfo, String) - Method in interface oracle.bali.ewt.text.TextWrapper
Wrap a paragraph of text into one or more lines of text.
wrapParagraph(WrapInfo, String) - Method in class oracle.bali.ewt.text.CharacterWrapper
Wrap a paragraph of text into one or more lines of text.
wrapParagraph(WrapInfo, String) - Method in class oracle.bali.ewt.text.WordWrapper
Wrap a paragraph of text into one or more lines of text.
WrappedText - class oracle.bali.ewt.text.WrappedText.
Utility class for wrapping text.
WrappedText(String, TextWrapper, Component) - Constructor for class oracle.bali.ewt.text.WrappedText
Creates a WrappedText object encapsulating the wrapped form of the given string, when wrapped inside the component.
WrappedText(String, TextWrapper, Component, boolean) - Constructor for class oracle.bali.ewt.text.WrappedText
Creates a WrappedText object encapsulating the wrapped form of the given string.
WrappedText(String, TextWrapper, int, FontMetrics, Locale, boolean) - Constructor for class oracle.bali.ewt.text.WrappedText
Creates a WrappedText object encapsulating the wrapped form of the given string.
wrapText(String, Component) - Static method in class oracle.bali.ewt.text.WrappedText
Given a string, will add newlines to it to word-wrap within the width of the provided component, using that component's font and locale.
wrapText(String, TextWrapper, Component) - Static method in class oracle.bali.ewt.text.WrappedText
Given a string, will add newlines to it to wrap within the width of the provided component, using that component's font and locale, and the specified text wrapper algorithm.

Oracle JEWT 4.2.24
A B C D E F G H I J L M N O P R S T U V W
Copyright © [xxxx],2003, Oracle. All Rights Reserved.