|
| ~Scheme (void) |
| Destroys a Scheme object.
|
|
void | loadResources (void) |
| Loads all resources for this scheme. More...
|
|
void | unloadResources (void) |
| Unloads all resources for this scheme. This should be used very carefully. More...
|
|
bool | resourcesLoaded (void) const |
| Return whether the resources for this Scheme are all loaded. More...
|
|
const String & | getName (void) const |
| Return the name of this Scheme. More...
|
|
void | loadXMLImagesets () |
| Load all XML based imagesets required by the scheme.
|
|
void | loadImageFileImagesets () |
| Load all image file based imagesets required by the scheme.
|
|
void | loadFonts () |
| Load all xml based fonts required by the scheme.
|
|
void | loadLookNFeels () |
| Load all xml looknfeel files required by the scheme.
|
|
void | loadWindowFactories () |
| Register all window factories required by the scheme.
|
|
void | loadWindowRendererFactories () |
| Register all window renderer factories required by the scheme.
|
|
void | loadFactoryAliases () |
| Register all factory aliases required by the scheme.
|
|
void | loadFalagardMappings () |
| Create all falagard mappings required by the scheme.
|
|
void | unloadXMLImagesets () |
| Unload all XML based imagesets created by the scheme.
|
|
void | unloadImageFileImagesets () |
| Unload all image file based imagesets created by the scheme.
|
|
void | unloadFonts () |
| Unload all xml based fonts created by the scheme.
|
|
void | unloadLookNFeels () |
| Unload all xml looknfeel files loaded by the scheme.
|
|
void | unloadWindowFactories () |
| Unregister all window factories registered by the scheme.
|
|
void | unloadWindowRendererFactories () |
| Unregister all window renderer factories registered by the scheme.
|
|
void | unloadFactoryAliases () |
| Unregister all factory aliases created by the scheme.
|
|
void | unloadFalagardMappings () |
| Unregister all falagard mappings created by the scheme.
|
|
bool | areXMLImagesetsLoaded () const |
| Check state of all XML based imagesets created by the scheme.
|
|
bool | areImageFileImagesetsLoaded () const |
| Check state of all image file based imagesets created by the scheme.
|
|
bool | areFontsLoaded () const |
| Check state of all xml based fonts created by the scheme.
|
|
bool | areLookNFeelsLoaded () const |
| Check state of all looknfeel files loaded by the scheme.
|
|
bool | areWindowFactoriesLoaded () const |
| Check state of all window factories registered by the scheme.
|
|
bool | areWindowRendererFactoriesLoaded () const |
| Check state of all window renderer factories registered by the scheme.
|
|
bool | areFactoryAliasesLoaded () const |
| Check state of all factory aliases created by the scheme.
|
|
bool | areFalagardMappingsLoaded () const |
| Check state of all falagard mappings created by the scheme.
|
|
LoadableUIElementIterator | getXMLImagesets () const |
| Retrieves iterator for all references to XML imagesets that are to be loaded with this Scheme.
|
|
LoadableUIElementIterator | getImageFileImagesets () const |
| Retrieves iterator for all references to image file imagesets that are to be loaded with this Scheme.
|
|
LoadableUIElementIterator | getFonts () const |
| Retrieves iterator for all references to font files that are to be loaded with this Scheme.
|
|
LoadableUIElementIterator | getLookNFeels () const |
| Retrieves iterator for all references to LookNFeels files that are to be loaded with this Scheme.
|
|