public interface Widget
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SofiagraphicsPackage.getWidget()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Widget> |
getChild()
Returns the value of the 'Child' containment reference list.
|
Dimension |
getDim()
Returns the value of the 'Dim' containment reference.
|
Widget |
getParent()
Returns the value of the 'Parent' container reference.
|
float |
getPortYPosition()
Returns the value of the 'Port YPosition' attribute.
|
Point |
getPos()
Returns the value of the 'Pos' containment reference.
|
Style |
getStyle()
Returns the value of the 'Style' reference.
|
boolean |
isGestureOnly()
Returns the value of the 'Gesture Only' attribute.
|
void |
setDim(Dimension value)
Sets the value of the '
Dim' containment reference. |
void |
setGestureOnly(boolean value)
Sets the value of the '
Gesture Only' attribute. |
void |
setParent(Widget value)
Sets the value of the '
Parent' container reference. |
void |
setPortYPosition(float value)
Sets the value of the '
Port YPosition' attribute. |
void |
setPos(Point value)
Sets the value of the '
Pos' containment reference. |
void |
setStyle(Style value)
Sets the value of the '
Style' reference. |
Widget getParent()
Child'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(Widget),
SofiagraphicsPackage.getWidget_Parent(),
getChild()void setParent(Widget value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()Style getStyle()
If the meaning of the 'Style' reference isn't clear, there really should be more of a description here...
setStyle(Style),
SofiagraphicsPackage.getWidget_Style()void setStyle(Style value)
Style' reference.
value - the new value of the 'Style' reference.getStyle()org.eclipse.emf.common.util.EList<Widget> getChild()
Widget.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Child' containment reference list isn't clear, there really should be more of a description here...
SofiagraphicsPackage.getWidget_Child(),
getParent()Point getPos()
If the meaning of the 'Pos' containment reference isn't clear, there really should be more of a description here...
setPos(Point),
SofiagraphicsPackage.getWidget_Pos()void setPos(Point value)
Pos' containment reference.
value - the new value of the 'Pos' containment reference.getPos()Dimension getDim()
If the meaning of the 'Dim' containment reference isn't clear, there really should be more of a description here...
setDim(Dimension),
SofiagraphicsPackage.getWidget_Dim()void setDim(Dimension value)
Dim' containment reference.
value - the new value of the 'Dim' containment reference.getDim()boolean isGestureOnly()
If the meaning of the 'Gesture Only' attribute isn't clear, there really should be more of a description here...
setGestureOnly(boolean),
SofiagraphicsPackage.getWidget_GestureOnly()void setGestureOnly(boolean value)
Gesture Only' attribute.
value - the new value of the 'Gesture Only' attribute.isGestureOnly()float getPortYPosition()
If the meaning of the 'Port YPosition' attribute isn't clear, there really should be more of a description here...
setPortYPosition(float),
SofiagraphicsPackage.getWidget_PortYPosition()void setPortYPosition(float value)
Port YPosition' attribute.
value - the new value of the 'Port YPosition' attribute.getPortYPosition()Copyright © 2018. All rights reserved.