|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.carma.ui.action.custom.CustomActionHelpContextIdRegistry
public class CustomActionHelpContextIdRegistry
Registry of help context ID's for custom actions. The registry can be
populated using the registerContextHelpId(java.lang.String, java.lang.String, java.lang.String) method. The help context
ID for a particular action can be retrieved using the getContextHelpId(java.lang.String, java.lang.String)
method. The registry is used to populate the context help of the
CustomActionInputDialog.
| Field Summary | |
|---|---|
static java.lang.String |
COPYRIGHT
|
| Method Summary | |
|---|---|
java.lang.String |
getContextHelpId(java.lang.String ramUniqueId,
java.lang.String actionId)
Returns the registered context help ID for the given RAM and action. |
static CustomActionHelpContextIdRegistry |
getRegistry()
Returns the help context ID registry. |
void |
registerContextHelpId(java.lang.String ramUniqueId,
java.lang.String actionId,
java.lang.String contextHelpId)
Registers the action's context help ID for the given RAM. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COPYRIGHT
| Method Detail |
|---|
public static CustomActionHelpContextIdRegistry getRegistry()
public void registerContextHelpId(java.lang.String ramUniqueId,
java.lang.String actionId,
java.lang.String contextHelpId)
ramUniqueId - the RAM's unique IDactionId - the action's three-digit IDcontextHelpId - the context help ID for the action
public java.lang.String getContextHelpId(java.lang.String ramUniqueId,
java.lang.String actionId)
ramUniqueId - the RAM's unique IDactionId - the action's three-digit ID
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||