com.jFormTK
Class JDebug

java.lang.Object
  extended by com.jFormTK.JDebug
All Implemented Interfaces:
JConstants

public class JDebug
extends java.lang.Object
implements JConstants

        This class is designed to service the 'jFormTK' ALT/F12 key combinations to provide
        various 'jFormTK' Debug Features. Once the ALT/F12 keys are envoked, a drop down
        menu is produced to select the 'jFormTK' Debug operations...

        Kernel Usage:
        This 'jFormTK' class is not currently used. The class shell is instanced in the
        'jFormTK.BasejFormTK' Class and a "Reference is setup in the 'jFormTK.JFormTKDB' Data
        Base but no 'Alt/F12' bonding has been made and the debug methods are TBD.
 
        NOTE:
        The Debug Menu is currently implemented by setting the 'commercialBannerType'
        'jFormTK.JFormTKDB' parameter to "debug" OR "d". This parameter replaces the
        Commercial Banner area of the 'jFormTK' Framework with a "Debug" Menu
        designed to enable the 'jFormTK' Application developer to see various
        'jFormTK' Kernel Control Tables, state parameters, etc...
 
        

Version:
1.00, 18 Sep 2002
Author:
Jim Crowell
Professional Computer Solutions [PCS]
URL: http://jFormTK.com/
E-Mail: JimCrowell@EMail.com

Copyright (c) 2007 by Professional Computer Solutions [PCS]
All Rights Reserved

Field Summary
 
Fields inherited from interface com.jFormTK.JConstants
__, _AB, _AB_, _AField, _B, _BField, _CField, _CIField, _DField, _EU_, _H, _HEIGHT, _HEIGHT_INV, _HField, _I, _IField, _LField, _MField, _NField, _NotRequired, _PField, _PIField, _QField, _Required, _RField, _TAField, _TField, _WIDTH, _WIDTH_INV, _XField, AB, APP_TRACE_FOCUS, APP_TRACE_GET, APP_TRACE_SET, B_, BAR, BAR_, BB, BH, BI, BREAKPOINT_FOCUS, BREAKPOINT_GET, BREAKPOINT_SET, BVB, C_QUOTE, CLOSE, CLOSE_BRACKET, COLORS_DELIMITER, COMMA, COMMA_, D_ELEMENT, D_ELEMENT_N, D_ELEMENT_N1, D_ELEMENT_N2, D_ELEMENT_N3, D_FIELDS, D_FIELDS_N, D_FIELDS_N1, D_FIELDS_N2, D_FIELDS_N3, D_ITEMS, DASH, DOT, EOL, EOP, EOS, FIELD_TRACE_FOCUS, FIELD_TRACE_GET, FIELD_TRACE_SET, FONT_DELIMITER, H_, HB, HH, HI, I_, IB, IH, II, JLAF_DELIMITER, LF, LISTBRACKET, NO, OPEN, OPEN_BRACKET, pCheckboxGroup, QUOTE, SPACE_, TAB, YES
 
Constructor Summary
JDebug()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDebug

public JDebug()