IBM Branch Transformation Toolkit Javadoc

Package com.ibm.dse.gui

Interface Summary
CoordinatedEventListener The CoordinatedEventListener interface is the event set listener interface for the DSECoordinationEvent feature.
CoordinatedEventSource The CoordinatedEventSouce interface must be implemented if a class wants fire a DSECoordinationEvents
CoordinatedPanel The CoordinatedPanel interface for all Panel used in Navigation environment
DataChangedListener The DataChangedListener interface is the event set listener interface for the dataChanged feature.
DataExchanger The DataExchanger interface is implemented by any visual bean that holds data.
DataExchangerWithList The DataExchangerWithList interface that is implemented by any visual beans that hold data and needs a list (IndexedCollection or KeyedCollection) from the model.
ErrorMessageGenerator The ErrorMessageGenerator interface that is implemented by any visual bean that holds data that can be in error.
ErrorMessageListener The ErrorMessageListener interface is an event set listener interface for the ErrorMessage feature.
ErrorVisualBean The ErrorVisualBean interface is implemented by any visual bean that shows error messages in a SpPanel.
EuroConvertible The EuroConvertible interface is implemented by components that hold data that can be converted from euro to EMU currency and vice versa.
ExceptionInOperationListener The ExceptionInOperationListener interface is the event set listener interface for the exceptionInOperation feature.
GUIComponent The GUIComponent interface is implemented by any Framework visual bean.
Outsider The Outsider interface that is implemented by non visual beans that hold data.
PanelActions The PanelAction interface that is implemented by any visual beans thet fires a DSECoordinatedEvent and its EventSouceType can be EVENT_SOURCETYPE_CLEAR, EVENT_SOURCETYPE_HELP, EVENT_SOURCETYPE_OK, EVENT_SOURCETYPE_EURO, EVENT_SOURCETYPE_EMU or EVENT_SOURCETYPE_REPEAT.
SpTableModel The SpTableModel interface is implemented by IndexedCollectionTableModel, the model that SpTable uses.
 

Class Summary
BeanReactionEditor The BeanReactionEditor class provides an editor for the BeanReaction property defined in SpCheckBox, SpComboBox, SpList, SpPassword, SpButtonGroup, SpTable and SpTextField.
ClearButtonTypeEditor The ClearButtonTypeEditor class is an editor for the dataToClear properties defined in the SpButton.
ColorSettings The ColorSettings class is used by the SpColorEditor to encapsulate the colors.
ColumnFormatter The ColumnFormatter class is used by the SpTable to encapsulate the column properties.
ContextEditorList The ContextEditorList class provides an editor for the contextName property defined in ContextPanel.
Converter The Converter abstract class defines the default validation behavior.
ConverterBeanInfo The bean information class for com.ibm.dse.gui.Converter.
ConverterEditor The ConverterEditor class provides an editor for the formatter property, which is defined in the SpTextField bean and SpTable.
CoordinatedEventMulticaster The CoordinatedEventMulticaster class supports the CoordinatedEventListener interface.
Currency The Currency class is used to store the rate and the number of decimals for a currency.
CurrencyBeanInfo The bean information class for com.ibm.dse.gui.Currency.
DataChangedEvent The DataChangedEvent class represents an event that is sent by data exchangers when some data changes.
DataChangedEventMulticaster Deprecated. (use CoordinatedEventMulticaster())
DataDirectionEditor The DataDirectionEditor class is an editor for the dataDirection properties defined in the SpCheckBox, SpButtonGroup, SpTextField, SpList, SpComboBox and Sptable.
DataNameEditor The DataNameEditor class provides an editor for the dataName property defined in SpButtonGroup, SpCheckBox, SpComboBox, SpLabel, SpList, and SpTextField.
DataNameEditorTable The DataNameEditorTable class provides an editor for the dataNameAndColumn property defined SpTable.
DataNameListEditor The DataNameForListEditor class provides an editor for the dataNameForList property defined in SpComboBox and SpList.
DataNameListKeyedEditor The DataNameListKeyedEditor class provides an editor for the dataName property defined in SpTable.
DataValueInContextEditor The DataValueInContextEditor class is an editor for the valueInContext property defined in SpComboBox and SpList.
DateConverter The DateConverter class is responsible for Date validation and conversion.
DateConverterBeanInfo The bean information class for com.ibm.dse.gui.DateConverter.
DateFormatterPanel This formatter panel edits a dateConverter object.
DefaultSettings Class that holds the values related to font, special keys, SGML lists and color properties for visual beans.
DSECoordinatedPanel The DSECoordinatedPanel implements the navigation interface and provides de common part for OperationPanel and ContextPanel.
DSECoordinatedPanelBeanInfo The bean information class for com.ibm.dse.gui.DSECoordinatedPanel.
DSECoordinationEvent The DSECoordinationEvent class represents an event that is sent by: Data exchangers when some data changes.
DSEPanel The DSEPanel class represents the external panel that should be used in views.
DSEPanelBeanInfo The bean information class for com.ibm.dse.gui.DSEPanel.
EmbeddedPanel The EmbeddedPanel Class is a SpPanel subclass that must be used as composition surface for other user interface components.
EmbeddedPanelBeanInfo The bean information class for com.ibm.dse.gui.EmbeddedPanel.
ErrorMessageEvent The ErrorMessageEvent class represents an event that is sent by data exchangers when some wrong data is entered.
ErrorMessageEventBeanInfo The bean information class for com.ibm.dse.gui.ErrorMessageEvent.
ErrorMessageEventMulticaster The ErrorMessageEventMulticaster class supports the ErrorMessageListenerinterface.
EuroConverter The EuroConverter class is a Bean that provides the functionality to convert any amount into European currency and vice versa.
EuroConverterBeanInfo The bean information class for com.ibm.dse.gui.EuroConverter.
ExceptionInOperationEvent The ExceptionInOperationEvent class represents an event that is sent by the operation panel when an exception happens during the operation execution.
ExceptionInOperationEventMulticaster The ExceptionInOperationEventMulticaster supports the ExceptionInOperationListenerinterface.
FloatConverter The FloatConverter class is responsible for Float validation and conversion.
FloatConverterBeanInfo The bean information class for com.ibm.dse.gui.FloatConverter.
FloatFormatterPanel This formatter panel edits a floatConverter object.
Formatter The Formatter class is an abstract class that defines default formatting behavior.
FormatterPanel The FormatterPanel abstract class defines the default panel behavior for formatters panels in ConverterEditor Class.
IndexedCollectionTableModel The IndexedCollectionTableModel class implements a TableModel for SpTable class.
IntegerConverter The IntegerConverter class is responsible for Integer validation and conversion.
IntegerConverterBeanInfo The bean information class for com.ibm.dse.gui.IntegerConverter.
IntegerFormatterPanel This formatter panel edits an IntegerConverter object.
NavigationParameters The NavigationParameters class is used by the DSECoordinationEvent to encapsulate its parameters.
NavigationParametersEditor The NavigationParametersEditor class provides an editor for the NavigationParameters property defined all DataExchangers, SpButton, SpMenuItem.
NullFormatterPanel This formatter panel edits a null object.
NumericConverter The NumericConverter class is responsible for Numeric validation and conversion.
NumericConverterBeanInfo The bean information class for com.ibm.dse.gui.NumericConverter.
NumericFormatterPanel This formatter panel edits a NumericConverter object.
OperationPanel The OperationPanel class represents the external panel that should be used in views.
OperationPanelBeanInfo The bean information class for com.ibm.dse.gui.OperationPanel.
PanelActionsThread The PanelActionsThread class is executed each time an DSECoordinatedEvent is called in a SpPanel and its EventSourceType is EVENT_SOURCETYPE_CLEAR, EVENT_SOURCETYPE_HELP, EVENT_SOURCETYPE_OK, EVENT_SOURCETYPE_EURO, EVENT_SOURCETYPE_EMU or EVENT_SOURCETYPE_REPEAT
Settings Class that holds the values related to font, special keys, SGML lists and color properties for visual beans.
SpButton The SpButton class is a Bean that provides a push button that the user can select to perform an action.
SpButtonBeanInfo The bean information class for com.ibm.dse.gui.SpButton.
SpButtonFollowMandatoryEditor The SpButtonFollowMandatoryEditor class provides an editor for the followMandatory property, which is defined in the SpButton bean.
SpButtonGroup The SpButtonGroup class is a Bean that provides a set of mutually exclusive choices that appear as radio buttons
SpButtonGroupBeanInfo The bean information class for com.ibm.dse.gui.SpButtonGroup.
SpButtonTypeEditor The SpButtonTypeEditor class provides an editor for the type property, which is defined in the SpButton bean.
SpCheckBox The SpCheckBox class is a Bean that provides a settings choice that has two states, such as on and off.
SpCheckBoxBeanInfo The bean information class for com.ibm.dse.gui.SpCheckBox.
SpColorEditor The SpColorEditor class is an editor for the colors properties defined in the SpTextField, SpComboBox, SpList, and SpTable.
SpComboBox The SpComboBox class is a Bean that provides a selectable drop-down list.
SpComboBoxBeanInfo The bean information class for com.ibm.dse.gui.SpComboBox.
SpComboBoxEditor The SpComboBoxEditor class is an extension of SpTextField to use it as an editor into the SpComboBoxEditor.
SpErrorLabel The SpErrorLabel class (JLabel subclass) is a Bean that provides a error text label.
SpErrorLabelBeanInfo The bean information class for com.ibm.dse.gui.SpErrorLabel.
SpErrorList The SpErrorList class (JScrollPane subclass with a JList) is a Bean that provides a error text list.
SpErrorListBeanInfo The bean information class for com.ibm.dse.gui.SpErrorList.
SpFocusTracker The SpFocusTracker class detects which is the las component of a parent component that had the focus.
SpLabel The SpLabel class is a Bean that provides a text label.
SpLabelBeanInfo The bean information class for com.ibm.dse.gui.SpLabel.
SpList Bean that allows the user to select one object from a list.
SpListBeanInfo The bean information class for com.ibm.dse.gui.SpList.
SpMenu The SpMenu class is a Bean that provides an implementation of a Menu inside SpMenuBar or SpPopupMenu.
SpMenuBar The SpMenuBar class is a Bean that provides an implementation of a MenuBar for JFrame.
SpMenuBarBeanInfo The bean information class for com.ibm.dse.gui.SpMenuBar.
SpMenuBeanInfo The bean information class for com.ibm.dse.gui.SpMenu.
SpMenuItem The SpMenuItem class is a Bean that provides an implementation of a MenuItem for SpMenu or SpPopupMenu.
SpMenuItemBeanInfo The bean information class for com.ibm.dse.gui.SpMenuItem.
SpOperationEditor The SpOperationEditor class provides an editor for the operationName property defined in OperationPanel.
SpPanel The SpPanel class is an abstract class with a common behavior for the CoordinatedPanel and the EmbeddedPanel.
SpPanelBeanInfo The bean information class for com.ibm.dse.gui.SpPanel.
SpPanelEMUEditor The SpPanelEMUEditor class provides an editor for the EMUCurrency property, which is defined in the OperationPanel bean.
SpPasswordField The SpPasswordField class is a Bean that provides a lightweight component that allows the editing of a single line of text where the view indicates something was typed, but does not show the original characters.
SpPasswordFieldBeanInfo The bean information class for com.ibm.dse.gui.SpPasswordField.
SpPopupMenu The SpPopupMenu class is a Bean that provides an implementation of a PopupMenu.
SpPopupMenuBeanInfo The bean information class for com.ibm.dse.gui.SpPopupMenu.
SpRadioButton The SpRadioButton class is a Bean that provides one of a group of mutually exclusive settings choices.
SpRadioButtonBeanInfo The bean information class for com.ibm.dse.gui.SpRadioButton.
SpTabbedPane The SpTabbedPane class is a Bean that provides a tabbed view for other components.
SpTabbedPaneBeanInfo The bean information class for com.ibm.dse.gui.SpTabbedPane.
SpTable The SpTable is a user-interface component that presents data in a two-dimensional table format.
SpTableBeanInfo The bean information class for com.ibm.dse.gui.SpTable.
SpTableCellEditor The SpTableCellEditor class is a Bean that provides a editor for SpTable.
SpTableCellRenderer The SpTableCellRederer class is a Bean that provides rendering (displaying) individual cells in a SpTable.
SpTextField The SpTextField class is a Bean that provides a text entry on a single line.
SpTextFieldBeanInfo The bean information class for com.ibm.dse.gui.SpTextField
SpToggleButton The SpToggleButton class is a Bean that provides a two state push button.
SpToggleButtonBeanInfo The bean information class for com.ibm.dse.gui.SpToggleButton.
TextFieldMinLengthEditor The TextFieldMinLengthEditor class is an editor for the minChars property defined in the SpTextField.
TextFieldMinLengthProperty The TextFieldMinLengthProperty class is used by the TextFieldMinLengthEditor to encapsulate the minimum number char and the error message specified by the user in a SpTexField.
TitledEmbeddedPanel The TitledEmbeddedPanel class is an Embedded Panel subclass with a new attribute that allows you to specify the title you wish to use.
TitledEmbeddedPanelBeanInfo The bean information class for com.ibm.dse.gui.TitledEmbeddedPanel.
ValidationMethodEditor The ValidationMethodEditor class is an editor for the validationMethod properties defined in the OperationPanel.
ValidationMethodFields The ValidationMethodFields class is used by the GlobalValidationEditor to encapsulate the validation method and the error message specified by the user.
VectorEditor The VectorEditor class is used by the SpColorEditor and DataNameEditorTable to encapsulate the colors and column formmaters.
ViewExternalizer This Externalizer reads views.
ViewExternalizerAccessor This class is used to access the view externalizer.
 

Exception Summary
DSEInvalidCurrencyCode The DSEInvalidCurrencyCode class is the exception due to the fact an invalid currency ISO code has been used.
 


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005