public class EditTitleCommandFactory extends EditCommandFactoryBase
Modifier and Type | Field and Description |
---|---|
static IFactoryInstantiator<EditTitleCommandFactory> |
INSTANTIATOR |
status
Constructor and Description |
---|
EditTitleCommandFactory() |
Modifier and Type | Method and Description |
---|---|
protected ICommand |
createCommand(SVGElementModel model,
Map<String,Object> changes) |
IFactoryInstantiator<?> |
getInstantiator() |
void |
start(Object requester)
Invoked when the user selects this command factory (through
the command toolbar, the context menu, or implicitely by editing
a field in the inspector).
|
processStoreEvent
getStatus, stop, updateStatus
public static final IFactoryInstantiator<EditTitleCommandFactory> INSTANTIATOR
public IFactoryInstantiator<?> getInstantiator()
public void start(Object requester)
ICommandFactory
start
in interface ICommandFactory
start
in class CommandFactoryBase
requester
- The object requesting this command to startprotected ICommand createCommand(SVGElementModel model, Map<String,Object> changes)
createCommand
in class EditCommandFactoryBase
Copyright © 2018. All Rights Reserved.