Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:sttartediting [2023/04/05 04:32] – ↷ Links adapted because of a move operation seanpr_methods:sttartediting [2023/05/03 04:54] (current) sean
Line 1: Line 1:
-{{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) 
Line 7: Line 7:
  
 ===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 ''[[docs:3500: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.|
  • Last modified: 2023/04/05 04:32