|
Table of contents for Base knowledge for developing Fat-clients |
|
Last
revision of this document: |
This
is document contains the code for Class JSBS_StartFrame.
For easy
'cut and paste' ;-)
This class contains variables and methods used
for all StartFrames (CommandCenter) of application-programs.
As an
example please see JS_ErrDB_CommandCenter,
which inherits this class.
package
js_base.frame;
import
java.awt.*;
import
java.awt.event.*;
import
javax.swing.*;
import
javax.swing.event.DocumentListener;
import
javax.swing.table.*;
import
javax.swing.text.JTextComponent;
import
java.util.*;
import
js_base.bo.JSBS_BO_Services;
import
js_base.connections.JSBS_DB_ConnectionManager;
import
js_base.structures.*;
import
js_base.utilities.JSBS_Formatter;
import
js_base.xml.*;
/**
*
* @author kurt@javascout.biz
*
@date 2006-05-03
*
* @description
* Frame
to be inherited by Start-Frames (usually called 'Command-Center')
of
* Fat-Client-Applications.
*
* This
class contains variables for
* + defining if the
application has direct access to a dabase
* or
is connected to a Java-Application-Server (JAS)
* +
holding the connection to the database or JAS respectively
* +
XML-tree for parameters to access the database or JAS
* +
XML-tree with text-elements in the selected language
* +
a structure with various parameters
* e.g.
selected language, logged on user, TCP/IP-address, etc.
*
* @change-log
*
when who why
*
--------------------------------------------------------
*
*/
public
class JSBS_StartFrame
extends