|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.table.appregistry.DesktopTypeXMLReader
public class DesktopTypeXMLReader
Loads the application list from the xml configuration.
Field Summary | |
---|---|
static boolean |
splashScreenEnabled
The splash screen enabled. |
static java.lang.String |
splashScreenResource
The splash screen resource. |
static java.lang.String |
TABLE_MODE_CLIENT
The Constant TABLE_MODE_CLIENT. |
static java.lang.String |
TABLE_MODE_CONTROLLER
The Constant TABLE_MODE_CONTROLLER. |
static java.lang.String |
TABLE_MODE_PROJECTOR
The Constant TABLE_MODE_PROJECTOR. |
static java.lang.String |
tableMode
The table mode. |
Constructor Summary | |
---|---|
DesktopTypeXMLReader()
|
Method Summary | |
---|---|
static void |
loadFromConfiguration(java.io.InputStream configXMLInputStream)
Load from configuration. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean splashScreenEnabled
public static java.lang.String splashScreenResource
public static final java.lang.String TABLE_MODE_CLIENT
public static final java.lang.String TABLE_MODE_CONTROLLER
public static final java.lang.String TABLE_MODE_PROJECTOR
public static java.lang.String tableMode
Constructor Detail |
---|
public DesktopTypeXMLReader()
Method Detail |
---|
public static void loadFromConfiguration(java.io.InputStream configXMLInputStream) throws org.xml.sax.SAXException, java.io.IOException, javax.xml.parsers.ParserConfigurationException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.ClassNotFoundException
configXMLInputStream
- the config xml input stream
org.xml.sax.SAXException
- the SAX exception
java.io.IOException
- Signals that an I/O exception has occurred.
javax.xml.parsers.ParserConfigurationException
- the parser configuration exception
java.lang.InstantiationException
- the instantiation exception
java.lang.IllegalAccessException
- the illegal access exception
java.lang.ClassNotFoundException
- the class not found exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |