Package | Description |
---|---|
net.ontopia.topicmaps.webed.impl.basic |
The basic implementation of the core interfaces belonging to
Ontopia's web editor framework, except the classes related to the
to the implementation of actions (which are in their own package
structure).
|
Modifier and Type | Class and Description |
---|---|
class |
ActionGroup
INTERNAL: Basic implementation of ActionGroupIF interface, for
storing a set of action objects belonging to a common group.
|
Modifier and Type | Method and Description |
---|---|
ActionGroupIF |
ActionRegistry.getActionGroup(String groupName) |
ActionGroupIF |
ActionRegistryIF.getActionGroup(String groupName)
INTERNAL: Gets the principal action group specified by the action
group name.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionRegistry.addActionGroup(ActionGroupIF actionGroup) |
void |
ActionRegistryIF.addActionGroup(ActionGroupIF actionGroup)
INTERNAL: Adds a principal action group to this registry.
|