Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle JEWT 4.2.10
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
I
ImageWizardPage
- class oracle.bali.ewt.wizard.
ImageWizardPage
.
ImageWizardPages make it easy to match the Oracle UI standard for wizard pages.
ImageWizardPage()
- Constructor for class oracle.bali.ewt.wizard.
ImageWizardPage
Creates an empty ImageWizardPage.
ImageWizardPage(Component, Image, String)
- Constructor for class oracle.bali.ewt.wizard.
ImageWizardPage
Creates an ImageWizardPage with the given interactive component, given image, and given label.
invalidateCells(TwoDModelEvent)
- Method in interface oracle.bali.ewt.model.
TwoDModelListener
The data in the given cells has changed.
invalidateCells(TwoDModelEvent)
- Method in class oracle.bali.ewt.model.
TwoDModelAdapter
The data in the given cells has changed.
invalidateColumns(TwoDModelEvent)
- Method in interface oracle.bali.ewt.model.
TwoDModelListener
The data has changed in the given columns.
invalidateColumns(TwoDModelEvent)
- Method in class oracle.bali.ewt.model.
TwoDModelAdapter
The data has changed in the given columns.
invalidateItems(OneDModelEvent)
- Method in interface oracle.bali.ewt.model.
OneDModelListener
invalidateRows(TwoDModelEvent)
- Method in interface oracle.bali.ewt.model.
TwoDModelListener
The data has changed in the given rows.
invalidateRows(TwoDModelEvent)
- Method in class oracle.bali.ewt.model.
TwoDModelAdapter
The data has changed in the given rows.
isAutomaticAllowed()
- Method in class oracle.bali.ewt.chooser.color.
ColorChoice
Returns true if a toggle button is displayed when the color grid is dropped down that allows users to choose the automatic option.
isAutomaticSelected()
- Method in class oracle.bali.ewt.chooser.color.
ColorChoice
Return true if the user has chosen the automatic mode.
isCalculatingPreferred()
- Method in class oracle.bali.ewt.text.
WrappedText
Returns true if the TextWrapper should wrap optimally, false if it should try to force the words to fit in the wrap width.
isCalculatingPreferred()
- Method in interface oracle.bali.ewt.text.
WrapInfo
Returns true if the TextWrapper should wrap optimally, false if it should try to force the words to fit in the wrap width.
isCancelled()
- Method in class oracle.bali.ewt.wizard.
WizardDialog
Returns true if the dialog was cancelled from its last run.
isCancelled()
- Method in class oracle.bali.ewt.wizard.
WizardFrame
Returns true if the frame was cancelled in its last run.
isCancelled()
- Method in interface oracle.bali.ewt.event.
Cancelable
Tests whether the event has been cancelled.
isCancelled()
- Method in class oracle.bali.ewt.dialog.
JEWTDialog
Returns true if the dialog was cancelled from its last run.
isColorInPalette(TwoDModel, Color)
- Static method in class oracle.bali.ewt.chooser.color.
ColorChoice
Return true if the given color is in the given palette.
isColorNameVisible()
- Method in class oracle.bali.ewt.chooser.color.
ColorChooserPane
Get if the color name text field is visible.
isColorNameVisible()
- Method in class oracle.bali.ewt.chooser.color.
ColorPalettePane
Get if the color name label is visible.
isCustomColorSelected()
- Method in class oracle.bali.ewt.chooser.color.
ColorChoice
Returns true if the currently selected color is in the custom palette.
isCustomColorSelected()
- Method in class oracle.bali.ewt.chooser.color.
ColorPalettePane
Returns true if the currently selected color is in the custom palette.
isCustomColorsVisible()
- Method in class oracle.bali.ewt.chooser.color.
ColorPalettePane
Get if the custom color grid is displayed or not.
isDecimal()
- Method in class oracle.bali.ewt.text.
NumberTextField
Get if the NumberTextField allows the decimal separator.
isDefaultAllowed()
- Method in class oracle.bali.ewt.chooser.color.
ColorChoice
Returns true if a button is displayed when the color grid is dropped down that allows users to choose the default color.
isDefaultSelected()
- Method in class oracle.bali.ewt.chooser.color.
ColorChoice
Return true if the user has chosen the default color.
isDialogClosingEvent(PropertyChangeEvent)
- Static method in class oracle.bali.ewt.dialog.
JEWTDialog
Utility method to determine if the
PropertyChangeEvent
is the event used in validation.
isEditAllowed()
- Method in class oracle.bali.ewt.chooser.color.
ColorChoice
Returns true if a button is displayed when the color grid is dropped down that allows users to change the color palette shown in the ColorChoice.
isEditVisible()
- Method in class oracle.bali.ewt.chooser.color.
ColorPalettePane
Get if the edit button is visible or not.
isEnabled()
- Method in class oracle.bali.ewt.wizard.
WizardPage
Checks if the page is enabled.
isFinishPageIncluded()
- Method in class oracle.bali.ewt.wizard.
WizardDialog
Get if a finish page is included in the set of wizard pages in the wizard.
isFullyJustified()
- Method in class oracle.bali.ewt.text.
MultiLineLabel
Returns whether the MultiLineLabel is being displayed with full justification.
isHelpAvailable()
- Method in class oracle.bali.ewt.wizard.
BaseWizard
Checks whether the wizard has a help button.
isHScrollable()
- Method in class oracle.bali.ewt.text.
MultiLineLabel
Override ScrollableComponent.isHScrollable to return true, since MultiLineLabels support horizontal scrolling.
isOKButtonEnabled()
- Method in class oracle.bali.ewt.dialog.
JEWTDialog
Get the enabled state of the OK button
isSelected()
- Method in class oracle.bali.ewt.wizard.
WizardPage
Checks if the page is selected.
isShowNextTime()
- Method in class oracle.bali.ewt.wizard.
WelcomeWizardPage
Get if the welcome page should be displayed the next time the wizard is invoked.
isSigned()
- Method in class oracle.bali.ewt.text.
NumberTextField
Does the NumberTextField allow + and - signs?
isTransparentAllowed()
- Method in class oracle.bali.ewt.chooser.color.
ColorChoice
Returns true if a toggle button is displayed when the color grid is dropped down that allows users to choose a transparent color (no color).
isVisible()
- Method in class oracle.bali.ewt.wizard.
WizardPage
Checks if the page is visible.
isVScrollable()
- Method in class oracle.bali.ewt.text.
MultiLineLabel
Override ScrollableComponent.isVScrollable to return true, since MultiLineLabels support vertical scrolling.
isWelcomePageIncluded()
- Method in class oracle.bali.ewt.wizard.
WizardDialog
Get if a welcome page is included in the set of wizard pages in the wizard.
ITEMS_ADDED
- Static variable in class oracle.bali.ewt.model.
OneDModelEvent
ITEMS_INVALID
- Static variable in class oracle.bali.ewt.model.
OneDModelEvent
ITEMS_REMOVED
- Static variable in class oracle.bali.ewt.model.
OneDModelEvent
itemsAdded(OneDModelEvent)
- Method in interface oracle.bali.ewt.model.
OneDModelListener
itemsRemoved(OneDModelEvent)
- Method in interface oracle.bali.ewt.model.
OneDModelListener
Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle JEWT 4.2.10
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W