public class AddGroupCommandFactory extends CommandFactoryBase
| Modifier and Type | Field and Description |
|---|---|
static IFactoryInstantiator<AddGroupCommandFactory> |
INSTANTIATOR |
status| Constructor and Description |
|---|
AddGroupCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
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).
|
getStatus, stop, updateStatuspublic static final IFactoryInstantiator<AddGroupCommandFactory> INSTANTIATOR
public IFactoryInstantiator<?> getInstantiator()
public void start(Object requester)
ICommandFactorystart in interface ICommandFactorystart in class CommandFactoryBaserequester - The object requesting this command to startCopyright © 2018. All Rights Reserved.