|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UIConfig
An interface to hold configuration data for a certain runtime context.
Method Summary | |
---|---|
DataManager |
getDataManager(DataScheme scheme)
Returns the DataManager to be used by all
components. |
MainModel |
getMainModel()
Returns the main model of the application. |
MainView |
getMainView()
Returns the main view of the application. |
MetaDataManager |
getMetaDataManager(MetaScheme scheme)
Returns the MetaDataManager to be used by all
components. |
MetaSchemeTableModel[] |
getMetaSchemeTableModels()
Returns the MetaDataManager to be used by all
components. |
java.lang.String |
getOption(java.lang.String key)
Returns the value for a certain option. |
java.lang.String |
getResource(java.lang.String key)
Returns a resource value. |
Method Detail |
---|
MainView getMainView()
MainModel getMainModel()
MetaDataManager getMetaDataManager(MetaScheme scheme) throws java.io.IOException
MetaDataManager
to be used by all
components.
MetaDataManager
to access data
java.io.IOException
MetaSchemeTableModel[] getMetaSchemeTableModels()
MetaDataManager
to be used by all
components.
MetaDataManager
to access datajava.lang.String getResource(java.lang.String key)
key
- the key to access the data
DataManager getDataManager(DataScheme scheme) throws java.io.IOException
DataManager
to be used by all
components.
DataManager
to access data
java.io.IOException
java.lang.String getOption(java.lang.String key)
key
- the key for the option
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |