Class PersistableActionFactory
java.lang.Object
com.e1c.langtool.ui.common.memento.PersistableActionFactory
- All Implemented Interfaces:
IPersistableComponentFactory<PersistantAction,org.eclipse.jface.action.IAction>
public class PersistableActionFactory
extends Object
implements IPersistableComponentFactory<PersistantAction,org.eclipse.jface.action.IAction>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(PersistantAction annotation, org.eclipse.jface.action.IAction component)
-
Constructor Details
-
PersistableActionFactory
public PersistableActionFactory()
-
-
Method Details
-
create
public IPersistableComponent create(PersistantAction annotation, org.eclipse.jface.action.IAction component) - Specified by:
createin interfaceIPersistableComponentFactory<PersistantAction,org.eclipse.jface.action.IAction>
-