Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.awt
Class HelpFileMapper  view HelpFileMapper download HelpFileMapper.java

java.lang.Object
  extended bycom.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.