public class ShowPropertiesCommandFactory extends CommandFactoryBase
Modifier and Type | Field and Description |
---|---|
static IFactoryInstantiator<ShowPropertiesCommandFactory> |
INSTANTIATOR |
status
Constructor and Description |
---|
ShowPropertiesCommandFactory() |
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, updateStatus
public static final IFactoryInstantiator<ShowPropertiesCommandFactory> 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 startCopyright © 2018. All Rights Reserved.