Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.ui.UIResource
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.ui | |
| org.eclipse.gmt.modisco.omg.kdm.ui.impl | |
| org.eclipse.gmt.modisco.omg.kdm.ui.util |
-
Uses of UIResource in org.eclipse.gmt.modisco.omg.kdm.ui
Subinterfaces of UIResource in org.eclipse.gmt.modisco.omg.kdm.ui Modifier and Type Interface Description interfaceReportA representation of the model object 'Report'.interfaceScreenA representation of the model object 'Screen'.interfaceUIDisplayA representation of the model object 'UI Display'.interfaceUIFieldA representation of the model object 'UI Field'.Methods in org.eclipse.gmt.modisco.omg.kdm.ui that return UIResource Modifier and Type Method Description UIResourceUiFactory. createUIResource()Returns a new object of class 'UI Resource'.UIResourceUILayout. getFrom()Returns the value of the 'From' reference.UIResourceDisplays. getTo()Returns the value of the 'To' reference.UIResourceManagesUI. getTo()Returns the value of the 'To' reference.UIResourceReadsUI. getTo()Returns the value of the 'To' reference.UIResourceUILayout. getTo()Returns the value of the 'To' reference.UIResourceWritesUI. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.ui with parameters of type UIResource Modifier and Type Method Description voidUILayout. setFrom(UIResource value)Sets the value of the 'From' reference.voidDisplays. setTo(UIResource value)Sets the value of the 'To' reference.voidManagesUI. setTo(UIResource value)Sets the value of the 'To' reference.voidReadsUI. setTo(UIResource value)Sets the value of the 'To' reference.voidUILayout. setTo(UIResource value)Sets the value of the 'To' reference.voidWritesUI. setTo(UIResource value)Sets the value of the 'To' reference. -
Uses of UIResource in org.eclipse.gmt.modisco.omg.kdm.ui.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.ui.impl that implement UIResource Modifier and Type Class Description classReportImplAn implementation of the model object 'Report'.classScreenImplAn implementation of the model object 'Screen'.classUIDisplayImplAn implementation of the model object 'UI Display'.classUIFieldImplAn implementation of the model object 'UI Field'.classUIResourceImplAn implementation of the model object 'UI Resource'.Fields in org.eclipse.gmt.modisco.omg.kdm.ui.impl declared as UIResource Modifier and Type Field Description protected UIResourceUILayoutImpl. fromThe cached value of the 'From' reference.protected UIResourceDisplaysImpl. toThe cached value of the 'To' reference.protected UIResourceManagesUIImpl. toThe cached value of the 'To' reference.protected UIResourceReadsUIImpl. toThe cached value of the 'To' reference.protected UIResourceUILayoutImpl. toThe cached value of the 'To' reference.protected UIResourceWritesUIImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.ui.impl that return UIResource Modifier and Type Method Description UIResourceUILayoutImpl. basicGetFrom()UIResourceDisplaysImpl. basicGetTo()UIResourceManagesUIImpl. basicGetTo()UIResourceReadsUIImpl. basicGetTo()UIResourceUILayoutImpl. basicGetTo()UIResourceWritesUIImpl. basicGetTo()UIResourceUiFactoryImpl. createUIResource()UIResourceUILayoutImpl. getFrom()UIResourceDisplaysImpl. getTo()UIResourceManagesUIImpl. getTo()UIResourceReadsUIImpl. getTo()UIResourceUILayoutImpl. getTo()UIResourceWritesUIImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.ui.impl with parameters of type UIResource Modifier and Type Method Description voidUILayoutImpl. setFrom(UIResource newFrom)voidDisplaysImpl. setTo(UIResource newTo)voidManagesUIImpl. setTo(UIResource newTo)voidReadsUIImpl. setTo(UIResource newTo)voidUILayoutImpl. setTo(UIResource newTo)voidWritesUIImpl. setTo(UIResource newTo) -
Uses of UIResource in org.eclipse.gmt.modisco.omg.kdm.ui.util
Methods in org.eclipse.gmt.modisco.omg.kdm.ui.util with parameters of type UIResource Modifier and Type Method Description TUiSwitch. caseUIResource(UIResource object)Returns the result of interpreting the object as an instance of 'UI Resource'.