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

Packages that use AbstractUIElement
org.eclipse.gmt.modisco.omg.kdm.ui   
org.eclipse.gmt.modisco.omg.kdm.ui.util   
 

Uses of AbstractUIElement in org.eclipse.gmt.modisco.omg.kdm.ui
 

Subinterfaces of AbstractUIElement 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 UIAction
          A representation of the model object 'UI Action'.
 interface UIDisplay
          A representation of the model object 'UI Display'.
 interface UIElement
          A representation of the model object 'UI Element'.
 interface UIEvent
          A representation of the model object 'UI Event'.
 interface UIField
          A representation of the model object 'UI Field'.
 interface UIResource
          A representation of the model object 'UI Resource'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.ui that return AbstractUIElement
 AbstractUIElement UIFlow.getFrom()
          Returns the value of the 'From' reference.
 AbstractUIElement UIRelationship.getFrom()
          Returns the value of the 'From' reference.
 AbstractUIElement UIFlow.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.ui with parameters of type AbstractUIElement
 void UIFlow.setFrom(AbstractUIElement value)
          Sets the value of the 'From' reference.
 void UIRelationship.setFrom(AbstractUIElement value)
          Sets the value of the 'From' reference.
 void UIFlow.setTo(AbstractUIElement value)
          Sets the value of the 'To' reference.
 

Uses of AbstractUIElement in org.eclipse.gmt.modisco.omg.kdm.ui.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.ui.util with parameters of type AbstractUIElement
 T UiSwitch.caseAbstractUIElement(AbstractUIElement object)
          Returns the result of interpreting the object as an instance of 'Abstract UI Element'.