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).
|
net.ontopia.topicmaps.webed.impl.utils |
Class and Description |
---|
ActionContextIF
INTERNAL: Stores parameters (key-value pairs: where key is the name
of the parameter and value is a String objects)
|
ActionForwardPageIF
INTERNAL: Interface for the description of a forward page assigned
to an action.
|
ActionGroupIF
INTERNAL: The interface is implemented by objects representing
action groups that handle and provide access to a collection of
actions.
|
ActionInGroup
INTERNAL: Represents an action given a name inside an action group.
|
ActionRegistryIF
INTERNAL: Interface for storing the application main registry
providing access to individual action groups.
|
ConfigurationObserverIF
INTERNAL: A class implementing this interface most likely wants to
react on the observed event.
|
FieldInformationIF
INTERNAL: Container for storing information about an input field used for
displaying an form as part of the user interface.
|
ImageInformationIF
INTERNAL: Container for storing information about an image used to
display a graphical button.
|
ParamRuleIF
INTERNAL: A class implementing this interface specifies a
transformation rule to modify the forward URL.
|
Class and Description |
---|
ActionDataSet
INTERNAL: Container for all the ActionData carriers produced for
one HTML form.
|
ActionForwardPageIF
INTERNAL: Interface for the description of a forward page assigned
to an action.
|
ActionInGroup
INTERNAL: Represents an action given a name inside an action group.
|
ActionRegistryIF
INTERNAL: Interface for storing the application main registry
providing access to individual action groups.
|
ConfigurationObservableIF
INTERNAL: Classes implementing this interface may want to inform
the subscribed observers that a specific configuration event has
happend (like for example a new configuration element was
found).
|
ConfigurationObserverIF
INTERNAL: A class implementing this interface most likely wants to
react on the observed event.
|