public class CommandsFactoryImpl extends EFactoryImpl implements MCommandsFactory
| Modifier and Type | Field and Description |
|---|---|
static CommandsFactoryImpl |
eINSTANCE
The singleton instance of the factory
|
INSTANCE| Constructor and Description |
|---|
CommandsFactoryImpl()
Creates an instance of the factory
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertToString(EDataType eDataType,
java.lang.Object instanceValue) |
EObject |
create(EClass eClass) |
MBindingContext |
createBindingContext() |
MBindingTable |
createBindingTable() |
MCategory |
createCategory() |
MCommand |
createCommand() |
MCommandParameter |
createCommandParameter() |
java.lang.Object |
createFromString(EDataType eDataType,
java.lang.String initialValue) |
MHandler |
createHandler() |
MKeyBinding |
createKeyBinding() |
MParameter |
createParameter() |
CommandsPackageImpl |
getCommandsPackage() |
static CommandsFactoryImpl |
init()
Creates the default factory implementation
|
public static final CommandsFactoryImpl eINSTANCE
public CommandsFactoryImpl()
public static CommandsFactoryImpl init()
public EObject create(EClass eClass)
public java.lang.Object createFromString(EDataType eDataType,
java.lang.String initialValue)
public java.lang.String convertToString(EDataType eDataType,
java.lang.Object instanceValue)
public MBindingContext createBindingContext()
createBindingContext in interface MCommandsFactorypublic MBindingTable createBindingTable()
createBindingTable in interface MCommandsFactorypublic MCommand createCommand()
createCommand in interface MCommandsFactorypublic MCommandParameter createCommandParameter()
createCommandParameter in interface MCommandsFactorypublic MHandler createHandler()
createHandler in interface MCommandsFactorypublic MKeyBinding createKeyBinding()
createKeyBinding in interface MCommandsFactorypublic MParameter createParameter()
createParameter in interface MCommandsFactorypublic MCategory createCategory()
createCategory in interface MCommandsFactorypublic CommandsPackageImpl getCommandsPackage()