|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionResponseIF | |
---|---|
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). |
Uses of ActionResponseIF in net.ontopia.topicmaps.webed.core |
---|
Methods in net.ontopia.topicmaps.webed.core with parameters of type ActionResponseIF | |
---|---|
void |
ActionIF.perform(ActionParametersIF params,
ActionResponseIF response)
PUBLIC: Performs the action using the values provided by the params parameter. |
Uses of ActionResponseIF in net.ontopia.topicmaps.webed.impl.actions |
---|
Methods in net.ontopia.topicmaps.webed.impl.actions with parameters of type ActionResponseIF | |
---|---|
void |
SetForwardAction.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
DummyAction.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
DeferredAction.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
DefaultAction.perform(ActionParametersIF params,
ActionResponseIF response)
Deprecated. |
void |
AddLogMessageAction.perform(ActionParametersIF params,
ActionResponseIF response)
|
Uses of ActionResponseIF in net.ontopia.topicmaps.webed.impl.actions.association |
---|
Methods in net.ontopia.topicmaps.webed.impl.actions.association with parameters of type ActionResponseIF | |
---|---|
void |
CreateReifiedAssociation.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
AssignUnaryAssociation.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
AssignRolePlayers.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
AssignRolePlayer.perform(ActionParametersIF params,
ActionResponseIF response)
|
Uses of ActionResponseIF in net.ontopia.topicmaps.webed.impl.actions.assocrole |
---|
Methods in net.ontopia.topicmaps.webed.impl.actions.assocrole with parameters of type ActionResponseIF | |
---|---|
void |
SetPlayer.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
RemoveRole.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
RemovePlayer.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
AddRole.perform(ActionParametersIF params,
ActionResponseIF response)
|
Uses of ActionResponseIF in net.ontopia.topicmaps.webed.impl.actions.basename |
---|
Methods in net.ontopia.topicmaps.webed.impl.actions.basename with parameters of type ActionResponseIF | |
---|---|
protected boolean |
SetValueUnique.isUnique(ActionParametersIF params,
ActionResponseIF response,
int typeParamIx)
|
protected boolean |
SetValue.isUnique(ActionParametersIF params,
ActionResponseIF response,
int typeParamIx)
|
void |
SetValueUnique.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
SetValue.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
AddBasename.perform(ActionParametersIF params,
ActionResponseIF response)
|
protected void |
SetValue.setValue(ActionParametersIF params,
ActionResponseIF response,
int typeParamIx)
|
Uses of ActionResponseIF in net.ontopia.topicmaps.webed.impl.actions.occurrence |
---|
Methods in net.ontopia.topicmaps.webed.impl.actions.occurrence with parameters of type ActionResponseIF | |
---|---|
protected boolean |
SetValueUnique.isUnique(ActionParametersIF params,
ActionResponseIF response,
int typeParamIx)
|
protected boolean |
SetValue.isUnique(ActionParametersIF params,
ActionResponseIF response,
int typeParamIx)
|
void |
UploadFile.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
SetValueUnique.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
SetValue2.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
SetValue.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
SetPassword.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
SetLocator2.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
SetLocator.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
LastModifiedAt.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
CreateReifiedOccurrence.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
AddIntOccurrence.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
AddExtOccurrence.perform(ActionParametersIF params,
ActionResponseIF response)
|
protected void |
SetValue.setValue(ActionParametersIF params,
ActionResponseIF response,
int typeParamIx)
|
Uses of ActionResponseIF in net.ontopia.topicmaps.webed.impl.actions.tmobject |
---|
Uses of ActionResponseIF in net.ontopia.topicmaps.webed.impl.actions.topic |
---|
Methods in net.ontopia.topicmaps.webed.impl.actions.topic with parameters of type ActionResponseIF | |
---|---|
void |
SetType.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
SetSubjectLocator.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
SetSubjectIndicator2.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
SetSubjectIndicator.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
RemoveType.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
RemoveSubjectIndicator.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
AddType.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
AddSubjectIndicator.perform(ActionParametersIF params,
ActionResponseIF response)
|
Uses of ActionResponseIF in net.ontopia.topicmaps.webed.impl.actions.topicmap |
---|
Methods in net.ontopia.topicmaps.webed.impl.actions.topicmap with parameters of type ActionResponseIF | |
---|---|
void |
CreateTopic.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
CreateAssoc.perform(ActionParametersIF params,
ActionResponseIF response)
|
Uses of ActionResponseIF in net.ontopia.topicmaps.webed.impl.actions.variant |
---|
Methods in net.ontopia.topicmaps.webed.impl.actions.variant with parameters of type ActionResponseIF | |
---|---|
void |
SetValue.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
SetLocator.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
AddIntVariant.perform(ActionParametersIF params,
ActionResponseIF response)
|
void |
AddExtVariant.perform(ActionParametersIF params,
ActionResponseIF response)
|
Uses of ActionResponseIF in net.ontopia.topicmaps.webed.impl.basic |
---|
Classes in net.ontopia.topicmaps.webed.impl.basic that implement ActionResponseIF | |
---|---|
class |
ActionResponse
INTERNAL: Default implementation of an action response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |