| Both sides previous revision Previous revision Next revision | Previous revision |
| pr_methods:sttartediting [2023/04/04 07:06] – ↷ Page moved from progref:0400_adding_custom_channels:0430_implementing_channel_settings_editor:sttartediting to pr_methods:sttartediting sean | pr_methods:sttartediting [2023/05/03 04:54] (current) – sean |
|---|
| {{tag>Programmers_Reference Methods IChannelSettingsEditor IChannelSettingsEditor_Methods StartEditing}} | {{tag>index Programmers_Reference Methods IChannelSettingsEditor StartEditing}} |
| ====startEditing (int, java.awt.Component, Properties, boolean)==== | ====startEditing (int, java.awt.Component, Properties, boolean)==== |
| <code java>public Properties startEditing (int intelligenceType, java.awt.Component parent, Properties initialSettings, boolean viewOnly) | <code java>public Properties startEditing (int intelligenceType, java.awt.Component parent, Properties initialSettings, boolean viewOnly) |
| |
| ===Parameters=== | ===Parameters=== |
| |''intelligenceType''|the intelligence type of the business object for which the channel is configured. Possible values are specified in the [[pr_methods:getintelligencetypeapplicability|getIntelligenceTypeApplicability]] method of the ''[[progref:0400_adding_custom_channels:0420_implementing_channel_type_component|IChannelType]]'' interface.| | |''intelligenceType''|the intelligence type of the business object for which the channel is configured. Possible values are specified in the [[pr_methods:getintelligencetypeapplicability|getIntelligenceTypeApplicability]] method of the ''[[docs:3500:0400:0420|IChannelType]]'' interface.| |
| |''parent''|GUI component that should be the parent of the dialog invoked by this method.| | |''parent''|GUI component that should be the parent of the dialog invoked by this method.| |
| |''initialSetting''|the current values of the channel settings. When the Configuration Tool is started they are initialized with the values returned by the [[pr_methods:getdefaultchannelsettings|getDefaultChannelSettings]] method of the ''IChannelType'' interface and then they are set to the return of this method in each editing session.| | |''initialSetting''|the current values of the channel settings. When the Configuration Tool is started they are initialized with the values returned by the [[pr_methods:getdefaultchannelsettings|getDefaultChannelSettings]] method of the ''IChannelType'' interface and then they are set to the return of this method in each editing session.| |