|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Declares static table of global properties of an application.
Field Summary | |
static java.lang.String |
ACCELERATED_FRAME_CLASS
ACCELERATED_FRAME_CLASS indicate if the application uses accelerated frame |
static java.lang.String |
ACTION_FACTORY
ACTION_FACTORY a reference to the action factory of the application |
static java.lang.String |
APPLICATION
APPLICATION a reference to the current application instance |
static java.lang.String |
APPLICATION_FRAME_DECORATOR
APPLICATION_FRAME_DECORATOR a reference to the JFrame decorator
The main decorator will add the main menus. |
static java.lang.String |
CURRENT_DOCUMENT
CURRENT_DOCUMENT a reference to the current document |
static java.lang.String |
CURRENT_VISUALIZATION
CURRENT_VISUALIZATION a refernce to the current visualization (selected) |
static java.lang.String |
FILE_MANAGER
FILE_MANAGER a reference to a file manager of the applicatio |
static java.lang.String |
HTTP_PROXY
HTTP_PROXY A refernce to the HTTP proxy server address |
static java.lang.String |
HTTP_PROXYPORT
HTTP_PROXYPORT a refernce to the HTTP proxy server port |
static java.lang.String |
LOGGER
LOGGER a refernce to the logger of the applcation |
static java.lang.String |
MAIN_FRAME
MAIN_FRAME a reference to the main JFrame of the application |
static java.lang.String |
PANEL_FACTORY
PANEL_FACTORY a reference to the panel Factory of the application |
static java.lang.String |
VISUALIZATION_FRAME_DECORATOR
VISUALIZATION_FRAME_DECORATOR a reference to the visualization frame decorator
The visualization decorator will add the visualization features. |
static java.lang.String |
XML_VALIDATION
XML_VALIDATION the current stat of validation (a command line argument) |
Field Detail |
public static final java.lang.String APPLICATION
APPLICATION
a reference to the current application instance
public static final java.lang.String ACCELERATED_FRAME_CLASS
ACCELERATED_FRAME_CLASS
indicate if the application uses accelerated frame
public static final java.lang.String MAIN_FRAME
MAIN_FRAME
a reference to the main JFrame of the application
public static final java.lang.String APPLICATION_FRAME_DECORATOR
APPLICATION_FRAME_DECORATOR
a reference to the JFrame decorator
The main decorator will add the main menus.
public static final java.lang.String VISUALIZATION_FRAME_DECORATOR
VISUALIZATION_FRAME_DECORATOR
a reference to the visualization frame decorator
The visualization decorator will add the visualization features.
public static final java.lang.String PANEL_FACTORY
PANEL_FACTORY
a reference to the panel Factory of the application
public static final java.lang.String ACTION_FACTORY
ACTION_FACTORY
a reference to the action factory of the application
public static final java.lang.String FILE_MANAGER
FILE_MANAGER
a reference to a file manager of the applicatio
public static final java.lang.String LOGGER
LOGGER
a refernce to the logger of the applcation
public static final java.lang.String CURRENT_DOCUMENT
CURRENT_DOCUMENT
a reference to the current document
public static final java.lang.String CURRENT_VISUALIZATION
CURRENT_VISUALIZATION
a refernce to the current visualization (selected)
public static final java.lang.String XML_VALIDATION
XML_VALIDATION
the current stat of validation (a command line argument)
public static final java.lang.String HTTP_PROXY
HTTP_PROXY
A refernce to the HTTP proxy server address
public static final java.lang.String HTTP_PROXYPORT
HTTP_PROXYPORT
a refernce to the HTTP proxy server port
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |