Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.ui.AbstractUIElement
| 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 AbstractUIElement in org.eclipse.gmt.modisco.omg.kdm.ui
Subinterfaces of AbstractUIElement 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'.interfaceUIActionA representation of the model object 'UI Action'.interfaceUIDisplayA representation of the model object 'UI Display'.interfaceUIElementA representation of the model object 'UI Element'.interfaceUIEventA representation of the model object 'UI Event'.interfaceUIFieldA representation of the model object 'UI Field'.interfaceUIResourceA representation of the model object 'UI Resource'.Methods in org.eclipse.gmt.modisco.omg.kdm.ui that return AbstractUIElement Modifier and Type Method Description AbstractUIElementUIFlow. getFrom()Returns the value of the 'From' reference.AbstractUIElementUIRelationship. getFrom()Returns the value of the 'From' reference.AbstractUIElementUIFlow. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.ui that return types with arguments of type AbstractUIElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractUIElement>UIModel. getUIElement()Returns the value of the 'UI Element' containment reference list.org.eclipse.emf.common.util.EList<AbstractUIElement>UIResource. getUIElement()Returns the value of the 'UI Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.ui with parameters of type AbstractUIElement Modifier and Type Method Description voidUIFlow. setFrom(AbstractUIElement value)Sets the value of the 'From' reference.voidUIRelationship. setFrom(AbstractUIElement value)Sets the value of the 'From' reference.voidUIFlow. setTo(AbstractUIElement value)Sets the value of the 'To' reference. -
Uses of AbstractUIElement in org.eclipse.gmt.modisco.omg.kdm.ui.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.ui.impl that implement AbstractUIElement Modifier and Type Class Description classReportImplAn implementation of the model object 'Report'.classScreenImplAn implementation of the model object 'Screen'.classUIActionImplAn implementation of the model object 'UI Action'.classUIDisplayImplAn implementation of the model object 'UI Display'.classUIElementImplAn implementation of the model object 'UI Element'.classUIEventImplAn implementation of the model object 'UI Event'.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 AbstractUIElement Modifier and Type Field Description protected AbstractUIElementUIFlowImpl. fromThe cached value of the 'From' reference.protected AbstractUIElementUIRelationshipImpl. fromThe cached value of the 'From' reference.protected AbstractUIElementUIFlowImpl. toThe cached value of the 'To' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.ui.impl with type parameters of type AbstractUIElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AbstractUIElement>UIModelImpl. uiElementThe cached value of the 'UI Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractUIElement>UIResourceImpl. uiElementThe cached value of the 'UI Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.ui.impl that return AbstractUIElement Modifier and Type Method Description AbstractUIElementUIFlowImpl. basicGetFrom()AbstractUIElementUIRelationshipImpl. basicGetFrom()AbstractUIElementUIFlowImpl. basicGetTo()AbstractUIElementUIFlowImpl. getFrom()AbstractUIElementUIRelationshipImpl. getFrom()AbstractUIElementUIFlowImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.ui.impl that return types with arguments of type AbstractUIElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractUIElement>UIModelImpl. getUIElement()org.eclipse.emf.common.util.EList<AbstractUIElement>UIResourceImpl. getUIElement()Methods in org.eclipse.gmt.modisco.omg.kdm.ui.impl with parameters of type AbstractUIElement Modifier and Type Method Description voidUIFlowImpl. setFrom(AbstractUIElement newFrom)voidUIRelationshipImpl. setFrom(AbstractUIElement newFrom)voidUIFlowImpl. setTo(AbstractUIElement newTo) -
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 Modifier and Type Method Description TUiSwitch. caseAbstractUIElement(AbstractUIElement object)Returns the result of interpreting the object as an instance of 'Abstract UI Element'.