public interface ActionRegistryIF
Modifier and Type | Method and Description |
---|---|
void |
addActionGroup(ActionGroupIF actionGroup)
INTERNAL: Adds a principal action group to this registry.
|
void |
addField(FieldInformationIF field)
INTERNAL: Adds a field to the registry of known field information
map.
|
void |
addImage(ImageInformationIF image)
INTERNAL: Adds a image to the registry of known image information
map.
|
ActionGroupIF |
getActionGroup(String groupName)
INTERNAL: Gets the principal action group specified by the action
group name.
|
FieldInformationIF |
getField(String fieldName)
INTERNAL: Gets the field information object belonging to the given
field name.
|
ImageInformationIF |
getImage(String imageName)
INTERNAL: Gets the image information object belonging to the given
image name.
|
boolean |
hasImage(String imageName)
INTERNAL: Checks to see if the receiver has an image information
object registered with the given name.
|
void addActionGroup(ActionGroupIF actionGroup)
ActionGroupIF getActionGroup(String groupName)
void addImage(ImageInformationIF image)
ImageInformationIF getImage(String imageName)
boolean hasImage(String imageName)
void addField(FieldInformationIF field)
FieldInformationIF getField(String fieldName)