public Properties startEditing (int intelligenceType, java.awt.Component parent, Properties initialSettings, boolean viewOnly) 
throws Exception

This method is called when the user presses the Settings button to start editing the settings specific to the channel. The method is supposed to invoke the user interface (for example, a dialog) that would show the initial values of the channel settings and let the user edit these settings.

Parameters

intelligenceTypethe intelligence type of the business object for which the channel is configured. Possible values are specified in the getIntelligenceTypeApplicability method of the IChannelType interface.
parentGUI component that should be the parent of the dialog invoked by this method.
initialSettingthe current values of the channel settings. When the Configuration Tool is started they are initialized with the values returned by the getDefaultChannelSettings method of the IChannelType interface and then they are set to the return of this method in each editing session.
viewOnlyif this flag is true the editor is not supposed to let the user modify any of the settings – all values must be read-only.

Returns

Channel settings after they have been edited by the editor.

  • Last modified: 2023/05/03 04:54