public class RemoveElementsCommandFactory extends CommandFactoryBase implements SelectionChangedProcessor<SVGElementModel>
| Modifier and Type | Field and Description |
|---|---|
static IFactoryInstantiator<RemoveElementsCommandFactory> |
INSTANTIATOR |
status| Constructor and Description |
|---|
RemoveElementsCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
IFactoryInstantiator<?> |
getInstantiator() |
boolean |
processSelectionChanged(com.extjs.gxt.ui.client.event.SelectionChangedEvent<SVGElementModel> se)
Processes a selection change event
|
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).
|
getStatus, stop, updateStatuspublic static final IFactoryInstantiator<RemoveElementsCommandFactory> INSTANTIATOR
public IFactoryInstantiator<?> getInstantiator()
getInstantiator in interface ICommandFactorypublic void start(Object requester)
ICommandFactorystart in interface ICommandFactorystart in class CommandFactoryBaserequester - The object requesting this command to startpublic boolean processSelectionChanged(com.extjs.gxt.ui.client.event.SelectionChangedEvent<SVGElementModel> se)
SelectionChangedProcessorprocessSelectionChanged in interface SelectionChangedProcessor<SVGElementModel>Copyright © 2018. All Rights Reserved.