|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionIF | |
---|---|
net.ontopia.topicmaps.webed.core | The core interfaces of the Web Editor Framework; the main interfaces used to build Web Editor applications. |
net.ontopia.topicmaps.webed.impl.actions | The implementation of the action interfaces belonging to Ontopia's web editor framework. |
net.ontopia.topicmaps.webed.impl.actions.association | The implementation of the action interfaces belonging to Ontopia's web editor framework related to the execution of atomic modifications of association objects. |
net.ontopia.topicmaps.webed.impl.actions.assocrole | |
net.ontopia.topicmaps.webed.impl.actions.basename | Web editor action classes dealing with base names. |
net.ontopia.topicmaps.webed.impl.actions.occurrence | Web editor action classes dealing with occurrences. |
net.ontopia.topicmaps.webed.impl.actions.tmobject | Web editor action classes dealing with more than one kind of topic map object. |
net.ontopia.topicmaps.webed.impl.actions.topic | The implementation of the action interfaces belonging to Ontopia's web editor framework related to the execution of atomic modifications of topic objects. |
net.ontopia.topicmaps.webed.impl.actions.topicmap | The implementation of the action interfaces belonging to Ontopia's web editor framework related to the execution of modifications of the topic map. |
net.ontopia.topicmaps.webed.impl.actions.variant | Web editor action classes dealing with variant names. |
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 |
Uses of ActionIF in net.ontopia.topicmaps.webed.core |
---|
Subinterfaces of ActionIF in net.ontopia.topicmaps.webed.core | |
---|---|
interface |
OSLSchemaAwareIF
INTERNAL: The interface is implemented by actions which use schema information to perform their tasks. |
Uses of ActionIF in net.ontopia.topicmaps.webed.impl.actions |
---|
Classes in net.ontopia.topicmaps.webed.impl.actions that implement ActionIF | |
---|---|
class |
AddLogMessageAction
PUBLIC: This action does nothing. |
class |
DefaultAction
Deprecated. |
class |
DeferredAction
PUBLIC: This action sets the 'deferredAction' parameter for the next request to the string given, which should be an action ID. |
class |
DummyAction
PUBLIC: This action does nothing. |
class |
SetForwardAction
PUBLIC: This action sets the forward page. |
Uses of ActionIF in net.ontopia.topicmaps.webed.impl.actions.association |
---|
Classes in net.ontopia.topicmaps.webed.impl.actions.association that implement ActionIF | |
---|---|
class |
AssignRolePlayer
PUBLIC: Action for setting a player of an association. |
class |
AssignRolePlayers
INTERNAL: Action for setting up a Ternary association. |
class |
AssignUnaryAssociation
PUBLIC: Action for setting up a unary association. |
class |
CreateReifiedAssociation
PUBLIC: Action for creating a new association with one topic playing a given role. |
Uses of ActionIF in net.ontopia.topicmaps.webed.impl.actions.assocrole |
---|
Classes in net.ontopia.topicmaps.webed.impl.actions.assocrole that implement ActionIF | |
---|---|
class |
AddRole
PUBLIC: Action for adding a role to an association; does nothing if no role player is selected. |
class |
RemovePlayer
PUBLIC: Action for removing the role player from an association role. |
class |
RemoveRole
PUBLIC: Action for removing an association role. |
class |
SetPlayer
PUBLIC: Action for adding role player to an association role. |
Uses of ActionIF in net.ontopia.topicmaps.webed.impl.actions.basename |
---|
Classes in net.ontopia.topicmaps.webed.impl.actions.basename that implement ActionIF | |
---|---|
class |
AddBasename
PUBLIC: Action for adding a topic name to a topic. |
class |
SetValue
PUBLIC: Action for setting the string value of a topic name. |
class |
SetValueUnique
PUBLIC: Action for setting the string value of a topic name. |
Uses of ActionIF in net.ontopia.topicmaps.webed.impl.actions.occurrence |
---|
Classes in net.ontopia.topicmaps.webed.impl.actions.occurrence that implement ActionIF | |
---|---|
class |
AddExtOccurrence
PUBLIC: Action for adding an external occurrence to a topic. |
class |
AddIntOccurrence
PUBLIC: Action for adding an internal occurrence to a topic. |
class |
CreateReifiedOccurrence
PUBLIC: Action for adding an occurrence to a topic. |
class |
LastModifiedAt
PUBLIC: Action that sets a timestamp on the topic passed to it as an internal occurrence using the last-modified-at PSI as the occurrence type. |
class |
SetLocator
PUBLIC: Action for setting the locator of an external occurrence. |
class |
SetLocator2
PUBLIC: Action for setting the locator of an external occurrence. |
class |
SetPassword
PUBLIC: Action that sets the password of a user, confirming it against another field in the form to ensure that it was typed correctly by the user. |
class |
SetValue2
PUBLIC: Action for setting the value of an internal occurrence. |
class |
UploadFile
INTERNAL: Action for uploading a file as an external occurrence. |
Uses of ActionIF in net.ontopia.topicmaps.webed.impl.actions.tmobject |
---|
Classes in net.ontopia.topicmaps.webed.impl.actions.tmobject that implement ActionIF | |
---|---|
class |
AddSourceLocator
PUBLIC: Action for adding a source locator to an object. |
class |
AddTheme
PUBLIC: Action for adding a theme to a scoped object. |
class |
Delete
PUBLIC: Action for deleting a topic map object. |
class |
EvaluateLTM
PUBLIC: Action for adding information to a topic map by evaluating an LTM fragment. |
class |
OSLValidate
PUBLIC: Action for deleting a topic map object. |
class |
RemoveSourceLocator
PUBLIC: Action for removing a source locator from an object. |
class |
RemoveTheme
PUBLIC: Action for removing a theme from a scoped object. |
class |
RemoveType
Deprecated. |
class |
SetObject
PUBLIC: Action for setting the ID of the object on the next page. |
class |
SetScope
PUBLIC: Action for setting the scope of a tmobject. |
class |
SetSourceLocator
PUBLIC: Action for setting the specified value of locator address to the related source locator. |
class |
SetType
PUBLIC: Action for setting the type of a typed object. |
class |
TologDelete
PUBLIC: Action for deleting objects from a topic map by doing a tolog query to find them. |
class |
TologDeleteFixed
PUBLIC: Action for deleting objects from a topic map by doing tolog queries to find them. |
Uses of ActionIF in net.ontopia.topicmaps.webed.impl.actions.topic |
---|
Classes in net.ontopia.topicmaps.webed.impl.actions.topic that implement ActionIF | |
---|---|
class |
AddSubjectIndicator
PUBLIC: Action for adding a subject indicator to a topic. |
class |
AddType
PUBLIC: Action for adding a type to a topic. |
class |
RemoveSubjectIndicator
PUBLIC: Action for removing a subject indicator from an object. |
class |
SetSubjectIndicator
PUBLIC: Action for setting the locator address of a subject indicator. |
class |
SetSubjectIndicator2
PUBLIC: Action for setting the locator address of a subject indicator. |
class |
SetSubjectLocator
PUBLIC: Action for setting the locator address of the topics subject locator. |
Uses of ActionIF in net.ontopia.topicmaps.webed.impl.actions.topicmap |
---|
Classes in net.ontopia.topicmaps.webed.impl.actions.topicmap that implement ActionIF | |
---|---|
class |
AbstractTopicMapAction
PUBLIC: Base action class which is used by actions on the topic map level (for example creation of new topic or association objects). |
class |
CreateAssoc
PUBLIC: Action for creating a new association. |
class |
CreateTopic
PUBLIC: Action for creating a new topic. |
Uses of ActionIF in net.ontopia.topicmaps.webed.impl.actions.variant |
---|
Classes in net.ontopia.topicmaps.webed.impl.actions.variant that implement ActionIF | |
---|---|
class |
AddExtVariant
PUBLIC: Action for adding an external variant to a topic. |
class |
AddIntVariant
PUBLIC: Action for adding an internal variant to a topic. |
Uses of ActionIF in net.ontopia.topicmaps.webed.impl.basic |
---|
Methods in net.ontopia.topicmaps.webed.impl.basic that return ActionIF | |
---|---|
ActionIF |
ActionInGroup.getAction()
|
Constructors in net.ontopia.topicmaps.webed.impl.basic with parameters of type ActionIF | |
---|---|
ActionInGroup(ActionIF action,
java.lang.String name,
boolean exclusive)
|
Uses of ActionIF in net.ontopia.topicmaps.webed.impl.utils |
---|
Methods in net.ontopia.topicmaps.webed.impl.utils with parameters of type ActionIF | |
---|---|
void |
ActionSignature.validateArguments(ActionParametersIF params,
ActionIF action)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |