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 |
FieldInformation
INTERNAL: Default implementation of the FieldInformationIF
interface.
|
Modifier and Type | Method and Description |
---|---|
FieldInformationIF |
ActionRegistry.getField(String fieldName) |
FieldInformationIF |
ActionRegistryIF.getField(String fieldName)
INTERNAL: Gets the field information object belonging to the given
field name.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionRegistry.addField(FieldInformationIF field) |
void |
ActionRegistryIF.addField(FieldInformationIF field)
INTERNAL: Adds a field to the registry of known field information
map.
|