This class is used by the configuration option for PvxDocs. It is the logic that is used for the NOMADS panels used to configure the tool. |
Author | fmcguirk |
Date | 2007.04.19 16 at 02:47:48 PM EDT |
Outputfile | com.pvx.pvxdoc.configUI.pvc |
Forcelinenumbers | false |
The constructor for this class retrieves the data from the Eclipse Preference store. If the data does not exist, the default values that are hard-coded into this program will be used. |
PROPERTY screen_id$ Initial panel to be loaded for the configuration information |
PROPERTY screen_lib$ The library for the panel definitions |
FUNCTION bt_down() Method that is executed when the 'Cancel' button is pressed. Method that is executed when the 'OK' button is pressed. Method that is executed when the 'Down Arrow' button is pressed to change the order of document sections. | ||
FUNCTION bt_hhc_browse() Method that is executed when the 'Browse' button is pressed to locate the hhc.exe file | ||
FUNCTION bt_up() Method that is executed when the 'Up Arrow' button is pressed to change the order of document sections. | ||
FUNCTION ChangeCB_Author() This method is executed when the check_box for "Author" changes state. | ||
FUNCTION ChangeCB_Date() This method is executed when the check_box for "Date" changes state. | ||
FUNCTION ChangeCB_Ext_Doc_Dir() This method is executed when the check_box for "External PvxDoc Folder" changes state. | ||
FUNCTION ChangeCB_Ext_Doc_SubDir() This method is executed when the check_box for "Create project specific sub-folder" changes state. | ||
FUNCTION ChangeCB_Flags() This method is executed when the check_box for "Flags" changes state. | ||
FUNCTION ChangeCB_Folders() This method is executed when the check_box for "Create folder structure" changes state. | ||
FUNCTION ChangeCB_ForceLineNum() This method is executed when the check_box for "Force Line Numbers" changes state. | ||
FUNCTION ChangeCB_IncludeLocal() This method is executed when the check_box for "Include Local" changes state. | ||
FUNCTION ChangeCB_OutFile() This method is executed when the check_box for "Output File" changes state. | ||
FUNCTION ChangeCB_Owner() This method is executed when the check_box for "Owner" changes state. | ||
FUNCTION ChangeCB_SingleDoc() This method is executed when the check_box for "Single HTML File" changes state. | ||
FUNCTION ChangeRB_CHM_Files() This method is executed when a radio button for "CHM Files" changes state. | ||
FUNCTION ChangeRB_Footer_Logo() This method is executed when a radio button for "Header Logo" changes state. | ||
FUNCTION ChangeRB_Header_Logo() This method is executed when a radio button for "Header Logo" changes state. | ||
FUNCTION ChangeRB_JavaScript() This method is executed when a radio button for "JavaScript" changes state. | ||
FUNCTION ChangeRB_Num_Files() This method is executed when a radio button for "Number of Files" changes state. | ||
FUNCTION DefaultInitialize() The default initialization method for all objects that do not have a specific initialization method. This method is used to set the initial values for all of the check_boxes. | ||
FUNCTION getOption(inKeyword$) This method is used by the PvxDoc generation process to check the options (IncludeLocal, SingleDoc, CreateFolders, ExtDocDir, DispLogo, LogoPlacement). | ||
FUNCTION getSectionOrder$() This method is used by the PvxDoc generation process to get the order of the document sections. | ||
FUNCTION getValue$(inKeyword$) This method is used by the PvxDoc generation process to get the value for the options (ExtDocDir, LogoFile). | ||
FUNCTION InitializeLB_Order() This is the initialization method for the list box that holds the list of sections in the order that they will appear in the generated documentation. | ||
FUNCTION InitializeRB_CHM_Files() This is the initialization method for the radio_button 'CHM Files' | ||
FUNCTION InitializeRB_Footer_Logo() This is the initialization method for the radio_button 'header logo' | ||
FUNCTION InitializeRB_Header_Logo() This is the initialization method for the radio_button 'footer logo' | ||
FUNCTION InitializeRB_JavaScript() This is the initialization method for the radio_button 'JavaScript' | ||
FUNCTION InitializeRB_Num_Files() This is the initialization method for the radio_button 'Number of Files' | ||
FUNCTION onexit() Clean-up required for this panel during exit. | ||
FUNCTION showTag(inTag$) This method is used by the PvxDoc generation process to check if a build information tag value is to be included in the generated document. | ||
|
![]() |