| java.lang.Object jimm.datavision.DataVision
DataVision | public class DataVision (Code) | | This is the DataVision application class. It opens a design window
for each report specified on the command line. If none are specified,
it openes a new design window on a new, empty report.
author: Jim Menard, jimm@io.com |
DEFAULT_CHARACTER_SEPARATOR | final protected static String DEFAULT_CHARACTER_SEPARATOR(Code) | | |
layoutEngineChoice | char layoutEngineChoice(Code) | | |
numReports | int numReports(Code) | | |
dataSourceFromOptions | protected void dataSourceFromOptions(Getopts g)(Code) | | Use the options related to the data source defined in the report XML file.
|
getLayoutEngineChoice | char getLayoutEngineChoice()(Code) | | |
hasLayoutEngine | boolean hasLayoutEngine()(Code) | | |
layoutEngineChoiceFromOptions | void layoutEngineChoiceFromOptions(Getopts g)(Code) | | |
main | public static void main(String[] args)(Code) | | This main application method opens a design window for each report
specified on the command line. If none are specified, it openes a new
design window on a new, empty report.
Parameters: args - command line array; each element is assumed to be a reportfile name. |
startupDialog | static boolean startupDialog()(Code) | | Shows startup dialog and returns true if we should exit
the application.
true if we should exit the application |
swingLayoutEngineClosed | protected void swingLayoutEngineClosed()(Code) | | We arrange this method to be called by a Swing layout engine when
it closes. If appropriate, exit the app.
|
usage | public static void usage(String errMsg)(Code) | | Prints a usage message and an optional extra error message to System.err
and exits.
Parameters: errMsg - string to print; may be null |
usesGUI | boolean usesGUI()(Code) | | |
|
|