Top Method Summary
Options Name Purpose
# GetFormNames (JPNode, CharacterList) Recursively parses the given file for FORM statements with named Frame references
# GetFormWidgets (character, JPNode) Parses the given file for the given frame name in FORM statements
+ Consultingwerk.Framework.Collections.CharacterList GetFrameNames (character) Parses the given file and returns a list of FRAME names
+ GetFrameWidgets (character, character, table) Parses the given file for the given frame name and returns a temp-table containing all the widgets found in that frame
# CHARACTER GetQueryBufferNames (ParseUnit, character) Returns a comma delimited list of buffer names from the DEFINE QUERY Statement for the given Query Name
Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
# Initialize () Initializes the Proparse environment
Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
# OnStatusChanged (StatusChangedEventArgs) Raises the StatusChanged
Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
+ CHARACTER ParseListItemPairs (JPNode) Parses the LIST-ITEM-PAIRS Node and returns a CHR(1) delimited list of the LIST-ITEM-PAIRS
Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
+ CHARACTER ParseListItems (JPNode) Parses the LIST-ITEMS Node and returns a CHR(1) delimited list of the LIST-ITEMS
Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
+ CHARACTER ParseRadioButtons (JPNode) Parses the RADIO-BUTTONS Node and returns a CHR(1) delimited list of the RADIO-BUTTONS
Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
# ProcessAppBuilderComments (JPNode) Processes Comments at the top-level for AppBuilder Comments
# ProcessFrameWidgets (JPNode) Parses a DEFINE FRAME or FORM statement node
# PublishStatus (character) Publishes the a status message
Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser

Top Constructor Summary
Options Name Purpose
+ FrameParser () Constructor for the FrameParser class

Top Event Summary
Options Name Purpose
+ StatusChanged (Object, StatusChangedEventArgs) Raised when the status of the class has changed
Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser


Method Detail
Top

PROTECTED GetFormNames (JPNode, CharacterList)

Purpose: Recursively parses the given file for FORM statements with named
Frame references
Notes: Processes nested Block_Nodes and BLOCK_LABEL nodes

Parameters:
poNode org.prorefactor.core.JPNode
The JPNode to process
poList Consultingwerk.Framework.Collections.CharacterList
The list to add the FORM names to
Top

PROTECTED GetFormWidgets (character, JPNode)

Purpose: Parses the given file for the given frame name in FORM statements
Notes:

Parameters:
pcFrameName CHARACTER
The name of the frame to return the widgets for
poNode org.prorefactor.core.JPNode
The JPNode to parse
Top

PUBLIC Consultingwerk.Framework.Collections.CharacterList GetFrameNames (character)

Purpose: Parses the given file and returns a list of FRAME names
Notes:

Parameters:
pcFileName CHARACTER
The name of the file to parse
Returns Consultingwerk.Framework.Collections.CharacterList
The CharacterList of Frame names
Top

PUBLIC GetFrameWidgets (character, character, table)

Purpose: Parses the given file for the given frame name and returns a temp-table
containing all the widgets found in that frame
Notes:

Parameters:
pcFileName CHARACTER
The name of the file to parse
pcFrameName CHARACTER
The name of the frame to return the widgets for
ttFrameWidget TEMP-TABLE ttFrameWidget
OUTPUT TABLE The temp-table with the frame widget information
Top

PROTECTED CHARACTER GetQueryBufferNames (ParseUnit, character)

Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
Purpose: Returns a comma delimited list of buffer names from the DEFINE
QUERY Statement for the given Query Name
Notes:

Parameters:
poParseUnit org.prorefactor.treeparser.ParseUnit
The ParseUnit for the current source
pcQueryName CHARACTER
The name of the query to return the buffer names for
Returns CHARACTER
The comma delimited list of query buffer names
Top

PROTECTED Initialize ()

Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
Purpose: Initializes the Proparse environment
Notes:

Top

PROTECTED OnStatusChanged (StatusChangedEventArgs)

Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
Purpose: Raises the StatusChanged
Notes:

Parameters:
e Consultingwerk.StatusChangedEventArgs
The StatusChangedEventArgs with the data for the event
Top

PUBLIC CHARACTER ParseListItemPairs (JPNode)

Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
Purpose: Parses the LIST-ITEM-PAIRS Node and returns a CHR(1) delimited list
of the LIST-ITEM-PAIRS
Notes:

Parameters:
poViewAsNode org.prorefactor.core.JPNode
The JPNode representing the VIEW-AS Option
Returns CHARACTER
The CHR(1) delimited list of LIST-ITEM-PAIRS
Top

PUBLIC CHARACTER ParseListItems (JPNode)

Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
Purpose: Parses the LIST-ITEMS Node and returns a CHR(1) delimited list
of the LIST-ITEMS
Notes:

Parameters:
poViewAsNode org.prorefactor.core.JPNode
The JPNode representing the VIEW-AS Option
Returns CHARACTER
The CHR(1) delimited list of LIST-ITEMS
Top

PUBLIC CHARACTER ParseRadioButtons (JPNode)

Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
Purpose: Parses the RADIO-BUTTONS Node and returns a CHR(1) delimited list
of the RADIO-BUTTONS
Notes:

Parameters:
poViewAsNode org.prorefactor.core.JPNode
The JPNode representing the VIEW-AS Option
Returns CHARACTER
The CHR(1) delimited list of RADIO-BUTTONS
Top

PROTECTED ProcessAppBuilderComments (JPNode)

Purpose: Processes Comments at the top-level for AppBuilder Comments
Notes: SETTINGS FOR BUTTON ..., SETTINGS FOR FILL-IN ...

Parameters:
poNode org.prorefactor.core.JPNode
The Root Node to process
Top

PROTECTED ProcessFrameWidgets (JPNode)

Purpose: Parses a DEFINE FRAME or FORM statement node
Notes:

Parameters:
poNode org.prorefactor.core.JPNode
The Node to process
Top

PROTECTED PublishStatus (character)

Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
Purpose: Publishes the a status message
Notes:

Parameters:
pcStatus CHARACTER
The status to publish


Constructor Detail
Top

PUBLIC FrameParser ()

Purpose: Constructor for the FrameParser class
Notes:



Event Detail
Top

PUBLIC StatusChanged (Object, StatusChangedEventArgs)

Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
Purpose: Raised when the status of the class has changed
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the StatusChanged event
e Consultingwerk.StatusChangedEventArgs
The StatusChangedEventArgs with the data for the event


Temp-Table Detail

Temp-Table ttFrameWidget

Defined in:


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:15:35