Package com.iizigo.db.actionactor
Class EditorDatabaseActionActor
- java.lang.Object
- com.iizix.db.actionactor.DatabaseActionActor
- com.iizigo.db.actionactor.EditorDatabaseActionActor
- All Implemented Interfaces:
IEditorActionActor<DatabaseActionActor.Settings,EditorDatabaseActionActor.Settings>
,IActionActor<DatabaseActionActor.Settings>
public class EditorDatabaseActionActor extends DatabaseActionActor implements IEditorActionActor<DatabaseActionActor.Settings,EditorDatabaseActionActor.Settings>
Custom Java-based Action Actor as provided by a user class.- Author:
- Christopher Mindus
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EditorDatabaseActionActor.Settings
Settings property container.static class
EditorDatabaseActionActor.Setup
Setup for the database action actor.
Field Summary
Fields Modifier and Type Field Description static IEditorActionActorProvider
ACTION_ACTOR_PROVIDER
The Action Actor provider.
Constructor Summary
Constructors Constructor Description EditorDatabaseActionActor(EditorVSAction action)
Creates a new instance.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditorDatabaseActionActor.Settings
createSettings()
Create the Editor version of the settings container withAtom.SETTINGS
name.org.eclipse.swt.graphics.Image
getImage()
Gets the image to use in the Designer Action panel for new items.Methods inherited from class com.iizix.db.actionactor.DatabaseActionActor
doesModifyVirtualSpace, getDefaultDescription, getDescription, getEnabledState, getVSAction, newTXPNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.iizix.actionactor.IActionActor
delegateNewTXPNode, doesModifyVirtualSpace, getDefaultDescription, getDescription, getEnabledState, newTXPNode
Field Detail
ACTION_ACTOR_PROVIDER
public static final IEditorActionActorProvider ACTION_ACTOR_PROVIDER
The Action Actor provider.
Constructor Detail
EditorDatabaseActionActor
public EditorDatabaseActionActor(EditorVSAction action)
Creates a new instance.- Parameters:
action
- The action initiator.
Method Detail
createSettings
public EditorDatabaseActionActor.Settings createSettings()
Create the Editor version of the settings container withAtom.SETTINGS
name.- Specified by:
createSettings
in interfaceIEditorActionActor<DatabaseActionActor.Settings,EditorDatabaseActionActor.Settings>
getImage
public org.eclipse.swt.graphics.Image getImage()
Gets the image to use in the Designer Action panel for new items.- Specified by:
getImage
in interfaceIEditorActionActor<DatabaseActionActor.Settings,EditorDatabaseActionActor.Settings>