Namespace: Consultingwerk.Studio.Proparse.ProcedureConverter.Wizard
Class 
ProcedureConverterWizard Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartComponents.Base.SmartWindowForm
Implements: IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasPrimaryDataSourceAndTarget, IHasSecurityKey, IHasTabDataSourceCount, ISmartToolbarTarget, ISmartWindowForm




Top Method Summary
Options Name Purpose
buttonBack_Click (Object, EventArgs) Handler for the buttonBack Click event
buttonCancel_Click (Object, EventArgs) Handler for the buttonCancel Click event
buttonFinish_Click (Object, EventArgs) Event handler for the buttonFinish Click event
buttonHandle_Click (Object, EventArgs) Handler for the buttonHandle Click event
buttonNext_Click (Object, EventArgs) Handler for the buttonNext Click event
buttonTableModel_Click (Object, EventArgs) Handler for the buttonTableModel Click event
LOGICAL CanFinish () Returns whether required texts are valid
ExitEditMode (UltraTextEditor, logical) Commits or discards the edit mode of an editor before navigating
GetDetails (JPNode) Sets the RoutineDetails for a given JPNode
InitializeComponent ()
OnShown (EventArgs) Raises the Shown event
RefreshTab () Refreshes states of UI elements on the current tab
SelectTabByIndex (integer) Sets the ultraTabControl to the tab with the given index
ultraTabControl1_SelectedTabChanged (Object, SelectedTabChangedEventArgs) Handler for the ultraTabControl1 SelectedTabChangedEvent
ultraTextEditorMethodName_KeyPress (Object, KeyPressEventArgs) Handler for the ultraTextEditorMethodName KeyPress event
ultraTextEditorMethodName_TextChanged (Object, EventArgs) Handler for the ultraTextEditorMethodName TextChanged event
ultraTextEditorParameterDirectory_AfterExitEditMode (Object, EventArgs) Handler for the ultraTextEditorParameterDirectory AfterExitEditMode event
ultraTextEditorParameterDirectory_EditorButtonClick (Object, EditorButtonEventArgs) Handler for the ultraTextEditorParameterDirectory EditorButtonClick event
ultraTextEditorParameterDirectory_KeyPress (Object, KeyPressEventArgs) Handler for the ultraTextEditorParameterDirectory KeyPress event
ultraTextEditorParameterDirectory_TextChanged (Object, EventArgs) Handler for the ultraTextEditorParameterDirectory KeyPress event
ultraTextEditorParameterName_KeyPress (Object, KeyPressEventArgs) Handler for the ultraTextEditorParameterName KeyPress event
ultraTextEditorParameterName_TextChanged (Object, EventArgs) Handler for the ultraTextEditorParameterName TextChanged event
ultraTextEditorResponseDirectory_AfterExitEditMode (Object, EventArgs) Handler for the ultraTextEditorResponseDirectory AfterExitEditMode event
ultraTextEditorResponseDirectory_EditorButtonClick (Object, EditorButtonEventArgs) Handler for the ultraTextEditorResponseDirectory EditorButtonClick event
ultraTextEditorResponseDirectory_KeyPress (Object, KeyPressEventArgs) Handler for the ultraTextEditorResponseDirectory KeyPress event
ultraTextEditorResponseDirectory_TextChanged (Object, EventArgs) Handler for the ultraTextEditorResponseDirectory TextChanged event
ultraTextEditorResponseName_KeyPress (Object, KeyPressEventArgs) Handler for the ultraTextEditorResponseName KeyPress event
ultraTextEditorResponseName_TextChanged (Object, EventArgs) Handler for the ultraTextEditorResponseName TextChanged event
ultraTreeParameters_AfterSelect (Object, SelectEventArgs) Handler for the ultraTreeParameters AfterSelect event

Top Constructor Summary
Options Name Purpose
ProcedureConverterWizard (JPNode) Constructor for the ProcedureConverterWizard class

Top Property Summary
Options Name Purpose
CHARACTER Signature


Method Detail
Top

buttonBack_Click (Object, EventArgs)

Purpose: Handler for the buttonBack Click event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

buttonCancel_Click (Object, EventArgs)

Purpose: Handler for the buttonCancel Click event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

buttonFinish_Click (Object, EventArgs)

Purpose: Event handler for the buttonFinish Click event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

buttonHandle_Click (Object, EventArgs)

Purpose: Handler for the buttonHandle Click event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

buttonNext_Click (Object, EventArgs)

Purpose: Handler for the buttonNext Click event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

buttonTableModel_Click (Object, EventArgs)

Purpose: Handler for the buttonTableModel Click event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

LOGICAL CanFinish ()

Purpose: Returns whether required texts are valid
Notes:

Returns LOGICAL
Whether required texts are valid
Top

ExitEditMode (UltraTextEditor, logical)

Purpose: Commits or discards the edit mode of an editor before navigating
Notes: Does nothing when the editor is not in edit mode. The pending value
is accepted only when plAcceptIfFilled is TRUE and the editor is not
empty, otherwise the pending value is discarded

Parameters:
poEditor Infragistics.Win.UltraWinEditors.UltraTextEditor
The editor to take out of edit mode
plAcceptIfFilled LOGICAL
Whether a non-empty pending value should be accepted
Top

GetDetails (JPNode)

Purpose: Sets the RoutineDetails for a given JPNode
Notes:

Parameters:
poNode org.prorefactor.core.JPNode
The given JPNode
Top

InitializeComponent ()


Top

OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

RefreshTab ()

Purpose: Refreshes states of UI elements on the current tab
Notes:

Top

SelectTabByIndex (integer)

Purpose: Sets the ultraTabControl to the tab with the given index
Notes:

Parameters:
piIdx INTEGER
The index of the tab to select
Top

ultraTabControl1_SelectedTabChanged (Object, SelectedTabChangedEventArgs)

Purpose: Handler for the ultraTabControl1 SelectedTabChangedEvent
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventArgs
The Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventArgs with the data for this event
Top

ultraTextEditorMethodName_KeyPress (Object, KeyPressEventArgs)

Purpose: Handler for the ultraTextEditorMethodName KeyPress event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyPressEventArgs
The KeyPressEventArgs with the data for this event
Top

ultraTextEditorMethodName_TextChanged (Object, EventArgs)

Purpose: Handler for the ultraTextEditorMethodName TextChanged event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraTextEditorParameterDirectory_AfterExitEditMode (Object, EventArgs)

Purpose: Handler for the ultraTextEditorParameterDirectory AfterExitEditMode event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraTextEditorParameterDirectory_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Handler for the ultraTextEditorParameterDirectory EditorButtonClick event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
The EditorButtonEventArgs with the data for this event
Top

ultraTextEditorParameterDirectory_KeyPress (Object, KeyPressEventArgs)

Purpose: Handler for the ultraTextEditorParameterDirectory KeyPress event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyPressEventArgs
The KeyPressEventArgs with the data for this event
Top

ultraTextEditorParameterDirectory_TextChanged (Object, EventArgs)

Purpose: Handler for the ultraTextEditorParameterDirectory KeyPress event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraTextEditorParameterName_KeyPress (Object, KeyPressEventArgs)

Purpose: Handler for the ultraTextEditorParameterName KeyPress event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyPressEventArgs
The KeyPressEventArgs with the data for this event
Top

ultraTextEditorParameterName_TextChanged (Object, EventArgs)

Purpose: Handler for the ultraTextEditorParameterName TextChanged event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraTextEditorResponseDirectory_AfterExitEditMode (Object, EventArgs)

Purpose: Handler for the ultraTextEditorResponseDirectory AfterExitEditMode event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraTextEditorResponseDirectory_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Handler for the ultraTextEditorResponseDirectory EditorButtonClick event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
The EditorButtonEventArgs with the data for this event
Top

ultraTextEditorResponseDirectory_KeyPress (Object, KeyPressEventArgs)

Purpose: Handler for the ultraTextEditorResponseDirectory KeyPress event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyPressEventArgs
The KeyPressEventArgs with the data for this event
Top

ultraTextEditorResponseDirectory_TextChanged (Object, EventArgs)

Purpose: Handler for the ultraTextEditorResponseDirectory TextChanged event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The KeyPressEventArgs with the data for this event
Top

ultraTextEditorResponseName_KeyPress (Object, KeyPressEventArgs)

Purpose: Handler for the ultraTextEditorResponseName KeyPress event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyPressEventArgs
The KeyPressEventArgs with the data for this event
Top

ultraTextEditorResponseName_TextChanged (Object, EventArgs)

Purpose: Handler for the ultraTextEditorResponseName TextChanged event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The KeyPressEventArgs with the data for this event
Top

ultraTreeParameters_AfterSelect (Object, SelectEventArgs)

Purpose: Handler for the ultraTreeParameters AfterSelect event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinTree.SelectEventArgs
The SelectEventArgs with the data for this event


Constructor Detail
Top

ProcedureConverterWizard (JPNode)

Purpose: Constructor for the ProcedureConverterWizard class
Notes:

Parameters:
poNode org.prorefactor.core.JPNode
JPNode of type PROCEDURE OR FUNCTION


Property Detail
Top

CHARACTER Signature


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       01.06.2026 09:18:36