Top Method Summary
Options Name Purpose
InitializeComponent ()
OnFormClosing (FormClosingEventArgs) Raises the FormClosing Event
OnLoad (EventArgs) Raises the Load event
OpenJsonInVSCode () Opens the JSON File in VS Code
OpenJsonInWindsurf () Opens the JSON File in Windsurf
ParseAndViewJsonFile (character) Parses and views the provided JSON File
CHARACTER SelectJsonFile () Shows the openFileDialog to let the user select a *.json file
ToolClickHandler (Object, ToolClickEventArgs) Event handler for the ToolClick event of the ToolBar
TreeNodeSelectedHandler (Object, TreeNodeSelectedEventArgs) Event handler for the TreeNodeSelected event of the TreeView
CHARACTER WindowTitle (character) Returns the Title that should be shown in the title bar Business Entity Designer Form

Top Constructor Summary
Options Name Purpose
JsonNavigatorForm () Constructor for the JsonNavigatorForm class
JsonNavigatorForm (character) Constructor for the JsonNavigatorForm class

Top Property Summary
Options Name Purpose
CHARACTER PropertyName
Progress.Json.ObjectModel.JsonObject PropertySchema
Progress.Json.ObjectModel.JsonObject SchemaDocument
CHARACTER SwaggerFileName


Method Detail
Top

InitializeComponent ()


Top

OnFormClosing (FormClosingEventArgs)

Purpose: Raises the FormClosing Event
Notes:

Parameters:
e System.Windows.Forms.FormClosingEventArgs
The FormClosingEventArgs with the data for this event
Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

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

OpenJsonInVSCode ()

Purpose: Opens the JSON File in VS Code
Notes:

Top

OpenJsonInWindsurf ()

Purpose: Opens the JSON File in Windsurf
Notes:

Top

ParseAndViewJsonFile (character)

Purpose: Parses and views the provided JSON File
Notes:

Parameters:
pcFileName CHARACTER
Filename of the file which is parsed into a JsonConstruct
Top

CHARACTER SelectJsonFile ()

Purpose: Shows the openFileDialog to let the user select a *.json file
Notes:

Returns CHARACTER
returns the selected file. Cancel the dialog returns a ?.
Top

ToolClickHandler (Object, ToolClickEventArgs)

Purpose: Event handler for the ToolClick event of the ToolBar
Notes:

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

TreeNodeSelectedHandler (Object, TreeNodeSelectedEventArgs)

Purpose: Event handler for the TreeNodeSelected event of the TreeView
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.Windows.Controls.TreeNodeSelectedEventArgs
The ToolClickEventArgs with the data for this event
Top

CHARACTER WindowTitle (character)

Purpose: Returns the Title that should be shown in the title bar Business Entity Designer Form
Notes:

Parameters:
pcFileName CHARACTER
The currently open file name or ? for "untitled"
Returns CHARACTER
The Title that should be shown in the title bar


Constructor Detail
Top

JsonNavigatorForm ()

Purpose: Constructor for the JsonNavigatorForm class
Notes:

Top

JsonNavigatorForm (character)

Purpose: Constructor for the JsonNavigatorForm class
Notes:

Parameters:
pcFileName CHARACTER
Filename of the file which is parsed into a JsonConstruct and visualized


Property Detail
Top

CHARACTER PropertyName


Returns CHARACTER
Top

Progress.Json.ObjectModel.JsonObject PropertySchema


Returns Progress.Json.ObjectModel.JsonObject
Top

Progress.Json.ObjectModel.JsonObject SchemaDocument


Returns Progress.Json.ObjectModel.JsonObject
Top

CHARACTER SwaggerFileName


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:33:35