|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| org.eclipse.mtj.api.devices | |
| org.eclipse.mtj.api.devices.impl | |
| org.eclipse.mtj.api.devices.util | |
| Uses of Configuration in org.eclipse.mtj.api.devices |
|---|
| Methods in org.eclipse.mtj.api.devices that return Configuration | |
|---|---|
Configuration |
DevicesFactory.createConfiguration()
Returns a new object of class 'Configuration'. |
Configuration |
DevicePlatform.getConfiguration()
Returns the value of the 'Configuration' containment reference. |
Configuration |
Device.getConfiguration()
Returns the value of the 'Configuration' containment reference. |
| Methods in org.eclipse.mtj.api.devices with parameters of type Configuration | |
|---|---|
void |
DevicePlatform.setConfiguration(Configuration value)
Sets the value of the ' Configuration' containment reference. |
void |
Device.setConfiguration(Configuration value)
Sets the value of the ' Configuration' containment reference. |
| Uses of Configuration in org.eclipse.mtj.api.devices.impl |
|---|
| Classes in org.eclipse.mtj.api.devices.impl that implement Configuration | |
|---|---|
class |
ConfigurationImpl
An implementation of the model object 'Configuration'. |
| Methods in org.eclipse.mtj.api.devices.impl that return Configuration | |
|---|---|
Configuration |
DevicesFactoryImpl.createConfiguration()
|
Configuration |
DevicePlatformImpl.getConfiguration()
|
Configuration |
DeviceImpl.getConfiguration()
|
| Methods in org.eclipse.mtj.api.devices.impl with parameters of type Configuration | |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
DevicePlatformImpl.basicSetConfiguration(Configuration newConfiguration,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
DeviceImpl.basicSetConfiguration(Configuration newConfiguration,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
DevicePlatformImpl.setConfiguration(Configuration newConfiguration)
|
void |
DeviceImpl.setConfiguration(Configuration newConfiguration)
|
| Uses of Configuration in org.eclipse.mtj.api.devices.util |
|---|
| Methods in org.eclipse.mtj.api.devices.util with parameters of type Configuration | |
|---|---|
java.lang.Object |
DevicesSwitch.caseConfiguration(Configuration object)
Returns the result of interpretting the object as an instance of 'Configuration'. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||