public interface MCommandsFactory
| Modifier and Type | Field and Description |
|---|---|
static MCommandsFactory |
INSTANCE
The singleton instance of the factory
|
| Modifier and Type | Method and Description |
|---|---|
MBindingContext |
createBindingContext()
Returns a new object of class 'Binding Context'
|
MBindingTable |
createBindingTable()
Returns a new object of class 'Binding Table'
|
MCategory |
createCategory()
Returns a new object of class 'Category'
|
MCommand |
createCommand()
Returns a new object of class 'Command'
|
MCommandParameter |
createCommandParameter()
Returns a new object of class 'Command Parameter'
|
MHandler |
createHandler()
Returns a new object of class 'Handler'
|
MKeyBinding |
createKeyBinding()
Returns a new object of class 'Key Binding'
|
MParameter |
createParameter()
Returns a new object of class 'Parameter'
|
static final MCommandsFactory INSTANCE
MBindingContext createBindingContext()
MBindingTable createBindingTable()
MCommand createCommand()
MCommandParameter createCommandParameter()
MHandler createHandler()
MKeyBinding createKeyBinding()
MParameter createParameter()
MCategory createCategory()