public abstract class ALcyHelpManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HELP_ID_KEY
This string can be used as a key for storing help id's.
|
Constructor and Description |
---|
ALcyHelpManager() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getHelpIDString(java.awt.Component aComponent)
Returns a previously registered help id for the given component
|
abstract void |
putHelpIDString(java.awt.Component aComponent,
java.lang.String aHelpID)
Registers a help identifier to a component.
|
public static final java.lang.String HELP_ID_KEY
public abstract java.lang.String getHelpIDString(java.awt.Component aComponent)
aComponent
- The component to retrieve the help id fromputHelpIDString(java.awt.Component, java.lang.String)
public abstract void putHelpIDString(java.awt.Component aComponent, java.lang.String aHelpID)
aComponent
- The component to associate the help id withaHelpID
- The help id to associate to the given componentgetHelpIDString(java.awt.Component)