fr.inria.oadymppac.application
Interface ApplicationProperties

All Known Implementing Classes:
MainApplication

public interface ApplicationProperties

Declares static table of global properties of an application.

Author:
raf

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

APPLICATION

public static final java.lang.String APPLICATION
APPLICATION a reference to the current application instance

See Also:
Constant Field Values

ACCELERATED_FRAME_CLASS

public static final java.lang.String ACCELERATED_FRAME_CLASS
ACCELERATED_FRAME_CLASS indicate if the application uses accelerated frame

See Also:
Constant Field Values

MAIN_FRAME

public static final java.lang.String MAIN_FRAME
MAIN_FRAME a reference to the main JFrame of the application

See Also:
Constant Field Values

APPLICATION_FRAME_DECORATOR

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.

See Also:
Constant Field Values

VISUALIZATION_FRAME_DECORATOR

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.

See Also:
Constant Field Values

PANEL_FACTORY

public static final java.lang.String PANEL_FACTORY
PANEL_FACTORY a reference to the panel Factory of the application

See Also:
Constant Field Values

ACTION_FACTORY

public static final java.lang.String ACTION_FACTORY
ACTION_FACTORY a reference to the action factory of the application

See Also:
Constant Field Values

FILE_MANAGER

public static final java.lang.String FILE_MANAGER
FILE_MANAGER a reference to a file manager of the applicatio

See Also:
Constant Field Values

LOGGER

public static final java.lang.String LOGGER
LOGGER a refernce to the logger of the applcation

See Also:
Constant Field Values

CURRENT_DOCUMENT

public static final java.lang.String CURRENT_DOCUMENT
CURRENT_DOCUMENT a reference to the current document

See Also:
Constant Field Values

CURRENT_VISUALIZATION

public static final java.lang.String CURRENT_VISUALIZATION
CURRENT_VISUALIZATION a refernce to the current visualization (selected)

See Also:
Constant Field Values

XML_VALIDATION

public static final java.lang.String XML_VALIDATION
XML_VALIDATION the current stat of validation (a command line argument)

See Also:
Constant Field Values

HTTP_PROXY

public static final java.lang.String HTTP_PROXY
HTTP_PROXY A refernce to the HTTP proxy server address

See Also:
Constant Field Values

HTTP_PROXYPORT

public static final java.lang.String HTTP_PROXYPORT
HTTP_PROXYPORT a refernce to the HTTP proxy server port

See Also:
Constant Field Values