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 IEditorActionActorProviderEditorJavaActionActor. ACTION_ACTOR_PROVIDERThe 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 IEditorActionActorProviderEditorDatabaseActionActor. ACTION_ACTOR_PROVIDERThe 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 voidPluginDescriptor. 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 IEditorActionActorProviderEditorTerminalActionActor. ACTION_ACTOR_PROVIDERThe 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 IEditorActionActorProviderEditorHistoryBackward. ACTION_ACTOR_PROVIDERThe Action Actor provider.static IEditorActionActorProviderEditorHistoryForward. ACTION_ACTOR_PROVIDERThe Action Actor provider.static IEditorActionActorProviderEditorSetFocus. ACTION_ACTOR_PROVIDERThe Action Actor provider.static IEditorActionActorProviderEditorSetSourceFieldValue. ACTION_ACTOR_PROVIDERThe Action Actor provider.static IEditorActionActorProviderEditorSetTargetFieldValue. ACTION_ACTOR_PROVIDERThe Action Actor provider.static IEditorActionActorProviderEditorTransportField. ACTION_ACTOR_PROVIDERThe 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 IEditorActionActorProviderEditorWebServiceActionActor. ACTION_ACTOR_PROVIDERThe Action Actor provider.