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, updateStatus
public static final IFactoryInstantiator<RemoveElementsCommandFactory> INSTANTIATOR
public IFactoryInstantiator<?> getInstantiator()
getInstantiator
in interface ICommandFactory
public void start(Object requester)
ICommandFactory
start
in interface ICommandFactory
start
in class CommandFactoryBase
requester
- The object requesting this command to startpublic boolean processSelectionChanged(com.extjs.gxt.ui.client.event.SelectionChangedEvent<SVGElementModel> se)
SelectionChangedProcessor
processSelectionChanged
in interface SelectionChangedProcessor<SVGElementModel>
Copyright © 2018. All Rights Reserved.