|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.awt
Class HelpFileMapper

java.lang.Objectcom.flexstor.common.awt.HelpFileMapper
- public class HelpFileMapper
- extends java.lang.Object
HelpFileMapper provides functionality to retrieve the help file mapped to an specified help ID through the HelpFileMap.xx file.
| Field Summary | |
private static java.lang.String |
HELP_MAPPING_FILE
The name of the help mapping file |
static java.lang.String |
IDENTIFIER
|
private com.flexstor.common.util.PropertyMapper |
pm
The instance of the Property Mapper object used to access the help mapping file |
| Constructor Summary | |
HelpFileMapper()
|
|
| Method Summary | |
java.lang.String |
getFile(int nHelpID)
Retrieve the name of the file mapped to an specified help ID. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
HELP_MAPPING_FILE
private static final java.lang.String HELP_MAPPING_FILE
- The name of the help mapping file
- See Also:
- Constant Field Values
pm
private com.flexstor.common.util.PropertyMapper pm
- The instance of the Property Mapper object used to access the help mapping file
| Constructor Detail |
HelpFileMapper
public HelpFileMapper()
throws java.io.IOException
| Method Detail |
getFile
public java.lang.String getFile(int nHelpID)
- Retrieve the name of the file mapped to an specified help ID.
|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.flexstor.common.awt.HelpFileMapper