|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ resources overview ] | PREV NEXT | ||||||||
A
- ADMIN_TOOL - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for admin tool gui.
- APPLETALK_VENDOR_LIST - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for apple talk vendor list.
- APPSERVER_ARCHIVE - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for AppServer Archive.
- APPSERVER_GENERAL - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for AppServer.
- APPSERVER_IMPORTPROCESSOR - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for AppServer ImportProcessor.
- APPSERVER_SERVICES - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for AppServer Services.
- ASSET_ROLE_NAMES - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for asset role names.
B
- buildResText(String, boolean, String, String, String, String, String) - Method in class com.flexstor.common.resources.Resources
- Builds the text string for a specified resource.
C
- CLIENT_GUI - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for client buttons, labels, window titles, etc.
- CLIENT_MESSAGES - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for client displayable messages.
- COMMON_MESSAGES - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for common displayable messages.
- caMacroNames - Static variable in interface com.flexstor.common.resources.ResourcesI
- Holds Macro names to be used in resource files.
- cache(ResDataSourceI) - Static method in class com.flexstor.common.resources.Resources
- Caches all resources contained in the specified data source.
- cache(ResourcesSection) - Static method in class com.flexstor.common.resources.Resources
- Caches all resources belonging to the specified section.
- cache(int) - Static method in class com.flexstor.common.resources.Resources
- Caches a specified resource.
- cache(String) - Static method in class com.flexstor.common.resources.Resources
- Caches a specified resource.
- cacheAll() - Static method in class com.flexstor.common.resources.Resources
- Caches all resources from the registered data sources.
- com.flexstor.common.resources - package com.flexstor.common.resources
D
- discard() - Static method in class com.flexstor.common.resources.Resources
- Discards previously cached resources.
E
- EJB_MESSAGES - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for ejb messages.
F
- FileDataSource - class com.flexstor.common.resources.FileDataSource.
- FileDataSource is the implementation of ResDataSourceI for retrieving text resources from a file.
- FileDataSource(String) - Constructor for class com.flexstor.common.resources.FileDataSource
- FileDataSource(FlexXFile) - Constructor for class com.flexstor.common.resources.FileDataSource
- FileDataSource(URL) - Constructor for class com.flexstor.common.resources.FileDataSource
- fillSlots(String, String, String, String, String, String) - Method in class com.flexstor.common.resources.Resources
- Replaces %%x by corresponding optional values.
G
- get(int, boolean) - Static method in class com.flexstor.common.resources.Resources
- Retrieves the resource text for the specified resource ID.
- get(int, boolean, String) - Static method in class com.flexstor.common.resources.Resources
- Retrieves the resource text for the specified resource ID.
- get(int, boolean, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(int, boolean, String, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(int, boolean, String, String, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(int, boolean, String, String, String, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(int) - Static method in class com.flexstor.common.resources.Resources
- Retrieves the resource text for the specified resource ID.
- get(int, String) - Static method in class com.flexstor.common.resources.Resources
- Retrieves the resource text for the specified resource ID.
- get(int, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(int, String, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(int, String, String, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(int, String, String, String, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(String, boolean) - Static method in class com.flexstor.common.resources.Resources
- Retrieves the resource text for the specified resource ID.
- get(String, boolean, String) - Static method in class com.flexstor.common.resources.Resources
- Retrieves the resource text for the specified resource ID.
- get(String, boolean, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(String, boolean, String, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(String, boolean, String, String, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(String, boolean, String, String, String, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(String) - Static method in class com.flexstor.common.resources.Resources
- Retrieves the resource text for the specified resource ID.
- get(String, String) - Static method in class com.flexstor.common.resources.Resources
- Retrieves the resource text for the specified resource ID.
- get(String, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(String, String, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(String, String, String, String, String) - Static method in class com.flexstor.common.resources.Resources
- get(String, String, String, String, String, String) - Static method in class com.flexstor.common.resources.Resources
- getIDs(ResourcesSection) - Static method in class com.flexstor.common.resources.Resources
- Retrieves a list of resources IDs from a specified section.
- getInstance() - Static method in class com.flexstor.common.resources.Resources
- Retrieves the unique instance of Resources.
- getName() - Method in class com.flexstor.common.resources.ResourcesSection
- Retrieves the name for the section defined by this object.
- getPairs(ResourcesSection) - Static method in class com.flexstor.common.resources.Resources
- Retrieves a list of key/values from a specified section.
- getResource(String) - Method in class com.flexstor.common.resources.FileDataSource
- Implementation of interface method
- getResource(String) - Method in interface com.flexstor.common.resources.ResDataSourceI
- Implementations of ResDataSourceI must provide this method to retrieve the value (text string) for a specified resource in the data source.
- getResources(String) - Method in class com.flexstor.common.resources.FileDataSource
- Implementation of interface method
- getResources() - Method in class com.flexstor.common.resources.FileDataSource
- Implementation of interface method
- getResources(String) - Method in interface com.flexstor.common.resources.ResDataSourceI
- Implementations of ResDataSourceI must provide this method to retrieve the resources from a specified section in the data source.
- getResources() - Method in interface com.flexstor.common.resources.ResDataSourceI
- Implementations of ResDataSourceI must provide this method to retrieve all resources from the data source.
- getResourcesIDs(String) - Method in class com.flexstor.common.resources.FileDataSource
- Implementation of interface method
- getResourcesIDs(String) - Method in interface com.flexstor.common.resources.ResDataSourceI
- Implementations of ResDataSourceI must provide this method to retrieve all IDs for the resources in the specified section from the data source.
- getSections() - Method in class com.flexstor.common.resources.FileDataSource
- Implementation of interface method
- getSections() - Method in interface com.flexstor.common.resources.ResDataSourceI
- Implementations of ResDataSourceI must provide this method to retrieve the list of sections in the data source.
H
- htCache - Static variable in class com.flexstor.common.resources.Resources
- Hashtable to keep cached data.
I
- instance - Static variable in class com.flexstor.common.resources.Resources
- The unique instance of the Resources class.
L
- LANGUAGES - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for languages.
- lookUpRes(String) - Method in class com.flexstor.common.resources.Resources
- Executes the search for a specified resource ID within the cached data and data sources to retrieve the corresponding resource text.
P
- PRODUCT_NAME - Static variable in interface com.flexstor.common.resources.ResourcesI
- Macro ID for the name of the Product.
- pr - Variable in class com.flexstor.common.resources.FileDataSource
- A Property Reader instance used to access the file content.
R
- REPORT_DESIGNER - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for report designer.
- RIGHTS_BASED_ON_APPLICATION - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for rights related to an application.
- RIGHTS_BASED_ON_APPLICATION_AND_ASSET_ROLE - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for rights related to an application/asset role.
- RIGHTS_BASED_ON_USER - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for rights not related to an application.
- ResDataSourceI - interface com.flexstor.common.resources.ResDataSourceI.
- ResDataSourceI is the interface to be implemented by all resource data sources.
- Resources - class com.flexstor.common.resources.Resources.
- Resources provides functionality to retrieve text resources from registered data sources.
- Resources() - Constructor for class com.flexstor.common.resources.Resources
- Avoid instantiation of this class from other classes.
- ResourcesI - interface com.flexstor.common.resources.ResourcesI.
- ResourcesI defines constants and macros for Resources.
- ResourcesSection - class com.flexstor.common.resources.ResourcesSection.
- ResourcesSection defines each section in the resources file.
- ResourcesSection(String) - Constructor for class com.flexstor.common.resources.ResourcesSection
- registerDataSource(ResDataSourceI) - Static method in class com.flexstor.common.resources.Resources
- Registers a data source to retrieve resources from.
S
- SHARED_GUI_COMPONENTS - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for shared buttons, labels, window titles, etc.
- sSectionName - Variable in class com.flexstor.common.resources.ResourcesSection
- Holds section name.
- saMacroValues - Static variable in interface com.flexstor.common.resources.ResourcesI
- Holds Macro values to replace macro names.
- setMacro(int, String) - Static method in class com.flexstor.common.resources.Resources
- Changes the default value for a Macro.
T
- TRANSACTIONS_DESCRIPTIONS - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for Transactions descriptions.
- TRANSACTIONS_MESSAGES - Static variable in interface com.flexstor.common.resources.ResourcesI
- Resources section for Transactions messages.
U
- unregisterAll() - Static method in class com.flexstor.common.resources.Resources
- Removes all data sources from the registered data sources list.
- unregisterDataSource(ResDataSourceI) - Static method in class com.flexstor.common.resources.Resources
- Removes a data source from the registered data sources list.
V
- VERSION - Static variable in interface com.flexstor.common.resources.ResourcesI
- Macro ID for the Version of the product.
- vCachedDataSources - Static variable in class com.flexstor.common.resources.Resources
- The list of cached data sources.
- vDataSources - Static variable in class com.flexstor.common.resources.Resources
- The list of registered data sources.
A B C D E F G H I L P R S T U V
|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ resources overview ] | PREV NEXT | ||||||||