Uses of Interface
com.iizigo.actionactor.IEditorActionActorProvider
Package
Description
Uses of IEditorActionActorProvider in com.iizigo.actionactor
Modifier and TypeFieldDescriptionstatic final IEditorActionActorProvider
EditorJavaActionActor.ACTION_ACTOR_PROVIDER
The Action Actor provider.Uses of IEditorActionActorProvider in com.iizigo.db.actionactor
Modifier and TypeFieldDescriptionstatic final IEditorActionActorProvider
EditorDatabaseActionActor.ACTION_ACTOR_PROVIDER
The Action Actor provider.Uses of IEditorActionActorProvider in com.iizigo.plugin
Modifier and TypeMethodDescriptionPluginDescriptor.getActionActorProviders()
Gets the list of Action Actors providers for the plug-in.Modifier and TypeMethodDescriptionvoid
PluginDescriptor.registerActionActorProvider
(IEditorActionActorProvider provider) Registers a new Action Actor provider.Uses of IEditorActionActorProvider in com.iizigo.term.prop
Modifier and TypeFieldDescriptionstatic final IEditorActionActorProvider
EditorTerminalActionActor.ACTION_ACTOR_PROVIDER
The Action Actor provider.Uses of IEditorActionActorProvider in com.iizigo.vs.actor
Modifier and TypeFieldDescriptionstatic final IEditorActionActorProvider
EditorHistoryBackward.ACTION_ACTOR_PROVIDER
The Action Actor provider.static final IEditorActionActorProvider
EditorHistoryForward.ACTION_ACTOR_PROVIDER
The Action Actor provider.static final IEditorActionActorProvider
EditorSetFocus.ACTION_ACTOR_PROVIDER
The Action Actor provider.static final IEditorActionActorProvider
EditorSetSourceFieldValue.ACTION_ACTOR_PROVIDER
The Action Actor provider.static final IEditorActionActorProvider
EditorSetTargetFieldValue.ACTION_ACTOR_PROVIDER
The Action Actor provider.static final IEditorActionActorProvider
EditorTransportField.ACTION_ACTOR_PROVIDER
The Action Actor provider.Uses of IEditorActionActorProvider in com.iizigo.ws.actionactor
Modifier and TypeFieldDescriptionstatic final IEditorActionActorProvider
EditorWebServiceActionActor.ACTION_ACTOR_PROVIDER
The Action Actor provider.