Uses of Interface
com.iizigo.actionactor.IEditorActionActorProvider
Packages that use IEditorActionActorProvider Package Description com.iizigo.actionactor com.iizigo.db.actionactor com.iizigo.plugin com.iizigo.term.prop com.iizigo.vs.actor com.iizigo.ws.actionactor Uses of IEditorActionActorProvider in com.iizigo.actionactor
Fields in com.iizigo.actionactor declared as IEditorActionActorProvider Modifier and Type Field Description static IEditorActionActorProvider
EditorJavaActionActor. ACTION_ACTOR_PROVIDER
The Action Actor provider.Uses of IEditorActionActorProvider in com.iizigo.db.actionactor
Fields in com.iizigo.db.actionactor declared as IEditorActionActorProvider Modifier and Type Field Description static IEditorActionActorProvider
EditorDatabaseActionActor. ACTION_ACTOR_PROVIDER
The Action Actor provider.Uses of IEditorActionActorProvider in com.iizigo.plugin
Methods in com.iizigo.plugin that return types with arguments of type IEditorActionActorProvider Modifier and Type Method Description java.util.List<IEditorActionActorProvider>
PluginDescriptor. getActionActorProviders()
Gets the list of Action Actors providers for the plug-in.Methods in com.iizigo.plugin with parameters of type IEditorActionActorProvider Modifier and Type Method Description void
PluginDescriptor. registerActionActorProvider(IEditorActionActorProvider provider)
Registers a new Action Actor provider.Uses of IEditorActionActorProvider in com.iizigo.term.prop
Fields in com.iizigo.term.prop declared as IEditorActionActorProvider Modifier and Type Field Description static IEditorActionActorProvider
EditorTerminalActionActor. ACTION_ACTOR_PROVIDER
The Action Actor provider.Uses of IEditorActionActorProvider in com.iizigo.vs.actor
Fields in com.iizigo.vs.actor declared as IEditorActionActorProvider Modifier and Type Field Description static IEditorActionActorProvider
EditorHistoryBackward. ACTION_ACTOR_PROVIDER
The Action Actor provider.static IEditorActionActorProvider
EditorHistoryForward. ACTION_ACTOR_PROVIDER
The Action Actor provider.static IEditorActionActorProvider
EditorSetFocus. ACTION_ACTOR_PROVIDER
The Action Actor provider.static IEditorActionActorProvider
EditorSetSourceFieldValue. ACTION_ACTOR_PROVIDER
The Action Actor provider.static IEditorActionActorProvider
EditorSetTargetFieldValue. ACTION_ACTOR_PROVIDER
The Action Actor provider.static IEditorActionActorProvider
EditorTransportField. ACTION_ACTOR_PROVIDER
The Action Actor provider.Uses of IEditorActionActorProvider in com.iizigo.ws.actionactor
Fields in com.iizigo.ws.actionactor declared as IEditorActionActorProvider Modifier and Type Field Description static IEditorActionActorProvider
EditorWebServiceActionActor. ACTION_ACTOR_PROVIDER
The Action Actor provider.