Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.ui.UIResource

Packages that use UIResource
org.eclipse.gmt.modisco.omg.kdm.ui   
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
 interface Report
          A representation of the model object 'Report'.
 interface Screen
          A representation of the model object 'Screen'.
 interface UIDisplay
          A representation of the model object 'UI Display'.
 interface UIField
          A representation of the model object 'UI Field'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.ui that return UIResource
 UIResource UiFactory.createUIResource()
          Returns a new object of class 'UI Resource'.
 UIResource UILayout.getFrom()
          Returns the value of the 'From' reference.
 UIResource Displays.getTo()
          Returns the value of the 'To' reference.
 UIResource ManagesUI.getTo()
          Returns the value of the 'To' reference.
 UIResource ReadsUI.getTo()
          Returns the value of the 'To' reference.
 UIResource UILayout.getTo()
          Returns the value of the 'To' reference.
 UIResource WritesUI.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.ui with parameters of type UIResource
 void UILayout.setFrom(UIResource value)
          Sets the value of the 'From' reference.
 void Displays.setTo(UIResource value)
          Sets the value of the 'To' reference.
 void ManagesUI.setTo(UIResource value)
          Sets the value of the 'To' reference.
 void ReadsUI.setTo(UIResource value)
          Sets the value of the 'To' reference.
 void UILayout.setTo(UIResource value)
          Sets the value of the 'To' reference.
 void WritesUI.setTo(UIResource value)
          Sets the value of the 'To' reference.
 

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
 T UiSwitch.caseUIResource(UIResource object)
          Returns the result of interpreting the object as an instance of 'UI Resource'.