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 |
ImageInformation
INTERNAL: Default implementation of the ImageInformationIF
interface.
|
Modifier and Type | Method and Description |
---|---|
ImageInformationIF |
ActionRegistry.getImage(String imageName) |
ImageInformationIF |
ActionRegistryIF.getImage(String imageName)
INTERNAL: Gets the image information object belonging to the given
image name.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionRegistry.addImage(ImageInformationIF image) |
void |
ActionRegistryIF.addImage(ImageInformationIF image)
INTERNAL: Adds a image to the registry of known image information
map.
|