Oracle JEWT 4.2.10
A B C D E F G H I J L M N O P R S T U V W

C

cancel() - Method in interface oracle.bali.ewt.event.Cancelable
Cancels the event action.
Cancelable - interface oracle.bali.ewt.event.Cancelable.
Some of the EWT components use "validation" events to notify the client of an action that is about to take place and allow the client to prevent the action from occurring.
CANCELED - Static variable in class oracle.bali.ewt.wizard.WizardEvent
Event sent when the user cancels the wizard.
CELLS_INVALID - Static variable in class oracle.bali.ewt.model.TwoDModelEvent
Event sent when cells have been invalidated.
CharacterWrapper - class oracle.bali.ewt.text.CharacterWrapper.
The CharacterWrapper class implements the TextWrapper interface to wrap a paragraph of text at the last full character that can fit on each line.
CharacterWrapper() - Constructor for class oracle.bali.ewt.text.CharacterWrapper
 
chooseSequence() - Method in class oracle.bali.ewt.wizard.dWizard.DynamicSequence
Chooses a sequence.
COLOR_PICKER_CMY - Static variable in class oracle.bali.ewt.chooser.color.ColorChooserPane
The constant used to determine if the CMY color picker is displayed.
COLOR_PICKER_CMYK - Static variable in class oracle.bali.ewt.chooser.color.ColorChooserPane
Deprecated. CMY is now supported instead of CMYK, thus the constant COLOR_PICKER_CMY is more appropriately named.
COLOR_PICKER_HSB - Static variable in class oracle.bali.ewt.chooser.color.ColorChooserPane
The constant used to determine if the HSB color picker is displayed.
COLOR_PICKER_HSL - Static variable in class oracle.bali.ewt.chooser.color.ColorChooserPane
The constant used to determine if the HSL color picker is displayed.
COLOR_PICKER_HTMLHEX - Static variable in class oracle.bali.ewt.chooser.color.ColorChooserPane
The constant used to determine if the HTML Hex color picker is displayed.
COLOR_PICKER_RGB - Static variable in class oracle.bali.ewt.chooser.color.ColorChooserPane
The constant used to determine if the RGB color picker is displayed.
colorChanged(Color) - Method in class oracle.bali.ewt.chooser.color.BaseColorEditor
Update the display of the color.
ColorChoice - class oracle.bali.ewt.chooser.color.ColorChoice.
This class implements a simple color choice.
ColorChoice() - Constructor for class oracle.bali.ewt.chooser.color.ColorChoice
Create a color choice with no label, the default icon, the default palette and no selected color.
ColorChoice(Icon) - Constructor for class oracle.bali.ewt.chooser.color.ColorChoice
Create a color choice with the no label, the given icon, the default palette and no selected color.
ColorChoice(Icon, TwoDModel, Color) - Constructor for class oracle.bali.ewt.chooser.color.ColorChoice
Create a ColorChoice object that look like a button with an icon label.
ColorChoice(String) - Constructor for class oracle.bali.ewt.chooser.color.ColorChoice
Create a color choice with the given label, the default icon, the default palette and no selected color.
ColorChoice(String, TwoDModel, Color) - Constructor for class oracle.bali.ewt.chooser.color.ColorChoice
Create a ColorChoice object that lookl like a button with a text label.
ColorChooserPane - class oracle.bali.ewt.chooser.color.ColorChooserPane.
This class implements a Color Chooser Pane.
ColorChooserPane() - Constructor for class oracle.bali.ewt.chooser.color.ColorChooserPane
Create a ColorChooserPane with the selected color set to black and the RGB, HSB, and HTML HEX color pickers displayed.
ColorChooserPane(Color, int) - Constructor for class oracle.bali.ewt.chooser.color.ColorChooserPane
Create a ColorChooserPane with the given selected color set to black and the given bit mask of color pickers to displayed.
ColorEditor - interface oracle.bali.ewt.chooser.color.ColorEditor.
Simple interface used by the Color Chooser Pane that specifies a component that can render a color value.
ColorPalettePane - class oracle.bali.ewt.chooser.color.ColorPalettePane.
This class implements a simple ColorPalettePane.
ColorPalettePane() - Constructor for class oracle.bali.ewt.chooser.color.ColorPalettePane
Create the color palette pane with the default palette.
ColorPalettePane(TwoDModel) - Constructor for class oracle.bali.ewt.chooser.color.ColorPalettePane
Create the color palette pane with the given palette.
ColorPalettePane(TwoDModel, Color, boolean) - Constructor for class oracle.bali.ewt.chooser.color.ColorPalettePane
Create the color palette pane with the given palette, the given selected color, the given visibility of the edit button, and no custom palette.
ColorPalettePane(TwoDModel, Color, boolean, TwoDModel) - Constructor for class oracle.bali.ewt.chooser.color.ColorPalettePane
Create the color palette pane with the given palette, the given selected color, the given visibility of the edit button, and the given custom palette.
COLUMNS_ADDED - Static variable in class oracle.bali.ewt.model.TwoDModelEvent
Event sent when columns have been added to the TwoDModel.
COLUMNS_INVALID - Static variable in class oracle.bali.ewt.model.TwoDModelEvent
Event sent when the data for the columns has changed.
COLUMNS_REMOVED - Static variable in class oracle.bali.ewt.model.TwoDModelEvent
Event sent when columns have been removed from the TwoDModel.
columnsAdded(TwoDModelEvent) - Method in interface oracle.bali.ewt.model.TwoDModelListener
The TwoDModel has added some columns.
columnsAdded(TwoDModelEvent) - Method in class oracle.bali.ewt.model.TwoDModelAdapter
The TwoDModel has added some columns.
columnsRemoved(TwoDModelEvent) - Method in interface oracle.bali.ewt.model.TwoDModelListener
The TwoDModel has removed some columns.
columnsRemoved(TwoDModelEvent) - Method in class oracle.bali.ewt.model.TwoDModelAdapter
The TwoDModel has removed some columns.
convertNumberToString(Number) - Method in class oracle.bali.ewt.text.NumberTextField
Called to convert the Number object into a String object.
createDefaultModel() - Method in class oracle.bali.ewt.text.NumberTextField
Creates the default implementation of the model to be used at construction if one isn't explicitly given.
createDialog(Component, String, int) - Static method in class oracle.bali.ewt.dialog.JEWTDialog
Use this method to construct a JEWTDialog which automatically parents itself correctly on either a Dialog or Frame.
createMultiLineLabel() - Method in class oracle.bali.ewt.text.MultiLineToolTip
Creates the MultiLineLabel used by this tooltip.
createToolTip() - Method in class oracle.bali.ewt.text.MultiLineLabel
Override to create a MultiLineToolTip by default.

Oracle JEWT 4.2.10
A B C D E F G H I J L M N O P R S T U V W