Package | Description |
---|---|
com.commander4j.app |
The com.commander4j.app package is used to provide application specific functionality whereas com.commander4j.sys is used to provide generic application independent functions.
|
com.commander4j.bar |
The com.commander4j.bar package is used handle barcode related functions
|
com.commander4j.bean |
The com.commander4j.bean package is used to the language translation functions used by both the java swing desktop and the html/javascript web pages.
|
com.commander4j.calendar |
The com.commander4j.calendar package is used to a gui component which allows the user to pick a date/time from a popup calender.
|
com.commander4j.celledit |
The com.commander4j.celledit package is used to provide the customizable table cell components used by the QM Data Entry screen.
|
com.commander4j.cfg |
The com.commander4j.cfg package is dedicated to the database creation and update application
|
com.commander4j.clone |
The com.commander4j.clone package is dedicated to the database cloning function.
|
com.commander4j.db |
The com.commander4j.db package is used to provide database access for the entire application.
|
com.commander4j.email |
The com.commander4j.email package is dedicated to the generation of email alerts from within the interfacing module.
|
com.commander4j.gui |
The com.commander4j.gui package is dedicated to standard gui components used throughout the application and ensures a consistent look and feel.
|
com.commander4j.html |
The com.commander4j.html package is dedicated generating dynamic html strings and is called from the servlet.
|
com.commander4j.interfaces |
The com.commander4j.interfaces package contains all the user screens required to create monitor and update the interface settings.
|
com.commander4j.messages |
The com.commander4j.messages package contains a class for each type of inbound and outbound message.
|
com.commander4j.renderer |
The com.commander4j.renderer package contains all the custom renderers used by the application, mainly for the cell editors within the QM Module.
|
com.commander4j.service |
The com.commander4j.service package is used in conjunction with the Install4j API to allow the application to be run as a service.
|
com.commander4j.servlet |
The com.commander4j.servlet package is used provide the web page used on the wireless barcode scanners.
|
com.commander4j.start |
The com.commander4j.start package contains Init.java which is the default entry point for the application defined within the MANIFEST.MF
|
com.commander4j.sys |
The com.commander4j.sys package contains all system classes, those classes which might be ported to a new application if necessary.
|
com.commander4j.table |
The com.commander4j.table package contains custom jtable class used by the QM data entry screen.
|
com.commander4j.tablemodel |
The com.commander4j.tablemodel package contains all tablemodels within the application.
|
com.commander4j.thread |
The com.commander4j.thread package contains all background theads used mainly by the xml message interfaces.
|
com.commander4j.util |
The com.commander4j.util package contains reusable utility classes
|
com.commander4j.xml |
The com.commander4j.xml package contains all classes required to read/write xml files.
|