Uses of Class
com.jFormTK.BasejFormTK

Uses of BasejFormTK in com.jFormTK
 

Subclasses of BasejFormTK in com.jFormTK
 class Main
           Main - This Class is designed to initialize a Java Application based on the Java Form Tool Kit [jFormTK] Application using the defaul set of 'jFormTK' Data Base Control Methods...
 

Fields in com.jFormTK declared as BasejFormTK
static BasejFormTK AppDB.userApp
           
 

Methods in com.jFormTK that return BasejFormTK
static BasejFormTK BasejFormTK.getBasejFormTKREF()
           Return a Reference to '*this*BasejFormTK'...
 

Methods in com.jFormTK with parameters of type BasejFormTK
 void JApplicationTAB.doTABPanel(java.lang.String tabTitle, BasejFormTK base)
           Process an "Application" unique TAB panel as a function of the given TAB Title String [tabTitle].
static void AppDB.initialize(BasejFormTK base, java.lang.String root, java.lang.String appFolder, java.lang.String projectSource, java.lang.String separator)
           Initialize the AppDB parameters.
static void AppForms.loadJFormForm(BasejFormTK inBase, java.lang.String from)
           Load the Last Form Unloaded from a Previous 'jFormTK' Appplication Execution OR the First Form in the 'AppForms' Data Base if this is the initial execution of the 'jFormTK' Application...
static void JFormFrame.setFormPanel(BasejFormTK base)
           Method that is used by the 'jFormTK' Kernel to establish the JFormFrame Control Parameters specified in the parameters list of this Constructor...
 

Constructors in com.jFormTK with parameters of type BasejFormTK
BasejFormTK.FormTable(BasejFormTK base, java.awt.Rectangle bounds)