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).
|
processStoreEventgetStatus, stop, updateStatuspublic static final IFactoryInstantiator<EditTitleCommandFactory> INSTANTIATOR
public IFactoryInstantiator<?> getInstantiator()
public void start(Object requester)
ICommandFactorystart in interface ICommandFactorystart in class CommandFactoryBaserequester - The object requesting this command to startprotected ICommand createCommand(SVGElementModel model, Map<String,Object> changes)
createCommand in class EditCommandFactoryBaseCopyright © 2018. All Rights Reserved.