|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyContainer | |
---|---|
org.eclipse.emf.ecp.view.keyattribute.test.example | |
org.eclipse.emf.ecp.view.keyattribute.test.example.impl | |
org.eclipse.emf.ecp.view.keyattribute.test.example.util |
Uses of KeyContainer in org.eclipse.emf.ecp.view.keyattribute.test.example |
---|
Methods in org.eclipse.emf.ecp.view.keyattribute.test.example that return KeyContainer | |
---|---|
KeyContainer |
ExampleFactory.createKeyContainer()
Returns a new object of class 'Key Container'. |
KeyContainer |
Child.getKey()
Returns the value of the 'Key' containment reference. |
Methods in org.eclipse.emf.ecp.view.keyattribute.test.example with parameters of type KeyContainer | |
---|---|
void |
Child.setKey(KeyContainer value)
Sets the value of the ' Key '
containment reference. |
Uses of KeyContainer in org.eclipse.emf.ecp.view.keyattribute.test.example.impl |
---|
Classes in org.eclipse.emf.ecp.view.keyattribute.test.example.impl that implement KeyContainer | |
---|---|
class |
KeyContainerImpl
An implementation of the model object 'Key Container'. |
Methods in org.eclipse.emf.ecp.view.keyattribute.test.example.impl that return KeyContainer | |
---|---|
KeyContainer |
ExampleFactoryImpl.createKeyContainer()
|
KeyContainer |
ChildImpl.getKey()
|
Methods in org.eclipse.emf.ecp.view.keyattribute.test.example.impl with parameters of type KeyContainer | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ChildImpl.basicSetKey(KeyContainer newKey,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ChildImpl.setKey(KeyContainer newKey)
|
Uses of KeyContainer in org.eclipse.emf.ecp.view.keyattribute.test.example.util |
---|
Methods in org.eclipse.emf.ecp.view.keyattribute.test.example.util with parameters of type KeyContainer | |
---|---|
T |
ExampleSwitch.caseKeyContainer(KeyContainer object)
Returns the result of interpreting the object as an instance of 'Key Container'. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |