|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.inria.oadymppac.application.MainApplication
The main application class
Field Summary |
Fields inherited from interface fr.inria.oadymppac.application.ApplicationProperties |
ACCELERATED_FRAME_CLASS, ACTION_FACTORY, APPLICATION, APPLICATION_FRAME_DECORATOR, CURRENT_DOCUMENT, CURRENT_VISUALIZATION, FILE_MANAGER, HTTP_PROXY, HTTP_PROXYPORT, LOGGER, MAIN_FRAME, PANEL_FACTORY, VISUALIZATION_FRAME_DECORATOR, XML_VALIDATION |
Constructor Summary | |
MainApplication()
Default Constructor |
Method Summary | |
int |
getBuildVersion()
|
FileManager |
getFileManager()
|
static javax.swing.JFrame |
getFrame()
|
java.lang.String |
getInternalVersion()
|
int |
getMajorVersion()
|
int |
getMinorVersion()
|
PanelFactory |
getPanelFactory()
|
Properties |
getProperties()
|
java.lang.Object |
getProperty(java.lang.String property)
|
void |
initApplication()
init all the sub part of the application |
void |
setFileManager(FileManager fileManager)
|
void |
setProperties(Properties properties)
set the property table of the application |
void |
setProperty(java.lang.String property,
java.lang.Object value)
Set a given property |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MainApplication()
Method Detail |
public void initApplication()
public static javax.swing.JFrame getFrame()
public FileManager getFileManager()
public PanelFactory getPanelFactory()
public void setFileManager(FileManager fileManager)
fileManager
- The fileManager to set.public Properties getProperties()
getProperties
in interface Properties
public java.lang.Object getProperty(java.lang.String property)
getProperty
in interface Properties
property
- the property name
public void setProperties(Properties properties)
setProperties
in interface Properties
properties
- to setpublic void setProperty(java.lang.String property, java.lang.Object value)
setProperty
in interface Properties
property
- the propety namevalue
- the value for the propertypublic int getBuildVersion()
public java.lang.String getInternalVersion()
public int getMajorVersion()
public int getMinorVersion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |