|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | Format () |
Formats the current editor content |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
# | InitializeTimer () |
Initializes the Timer Component |
|
# | OpenFile () |
Opens a json file |
|
# | SaveAs () |
Saves the current editor content to a json file |
|
# | StartTimer () |
Activates the Validation Timer Component |
|
- | ultraTextEditor1_KeyPress (Object, KeyPressEventArgs) |
Event Handler for the KeyPress event of the ultraTextEditor |
|
- | ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs) |
Handler for the ToolClick event of the toolbar |
|
# | ValidateEditorContent () |
Parses the current content of the editor, error messages are displayed in the label. |
|
# | ValidationTimerTick (Object, EventArgs) |
Event Handler for the Tick event of the Validation Timer Component |
Options | Name | Purpose | |
---|---|---|---|
+ | JsonEditorControl () |
Constructor for the JsonEditorControl class |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER EditorText |
|
|
+ | Progress.Json.ObjectModel.JsonConstruct Json |
|
|
+ | Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ToolbarManger |
|
|
+ | Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ToolbarsManager |
|
|
+ | INTEGER ValidationTimerDelay |
|
|
+ | LOGICAL ValidationTimerDisabled |
|
Top
PROTECTED Format ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PRIVATE InitializeComponent ()
|
||||||||||||||||||||
PROTECTED InitializeTimer ()
|
||||||||||||||||||||
PROTECTED OpenFile ()
|
||||||||||||||||||||
PROTECTED SaveAs ()
|
||||||||||||||||||||
PROTECTED StartTimer ()
|
||||||||||||||||||||
PRIVATE ultraTextEditor1_KeyPress (Object, KeyPressEventArgs)
|
||||||||||||||||||||
PRIVATE ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs)
|
||||||||||||||||||||
PROTECTED ValidateEditorContent ()
|
||||||||||||||||||||
PROTECTED ValidationTimerTick (Object, EventArgs)
|
PUBLIC JsonEditorControl ()
|
---|
PUBLIC CHARACTER EditorText
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC Progress.Json.ObjectModel.JsonConstruct Json
|
|||||||||
PUBLIC Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ToolbarManger
|
|||||||||
PUBLIC Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ToolbarsManager
|
|||||||||
PUBLIC INTEGER ValidationTimerDelay
|
|||||||||
PUBLIC LOGICAL ValidationTimerDisabled
|