|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmt.umlx.editor.property.domains.AbstractDomainProvider<E2DirectedAssociation>
org.eclipse.gmt.umlx.mm.editor.regimes.E2AssociationDomainProvider
public class E2AssociationDomainProvider
Constructor Summary | |
---|---|
E2AssociationDomainProvider(UClassVariable source,
UClassVariable target)
|
Method Summary | |
---|---|
java.util.Collection<E2DirectedAssociation> |
getDomain()
Return the elements that define the domain. |
java.lang.String |
getElementsTitle()
Return the text to appear above the list of element selections. |
org.eclipse.swt.graphics.Image |
getImage(E2DirectedAssociation element)
Return the Image to display alongside element in the selection list |
java.lang.String |
getLabel(E2DirectedAssociation element)
Return the String to display alongside element in the selection list |
E2DirectedAssociation |
getNullElement()
Return the element used to denote a null element |
java.lang.String |
getParentLabel(E2DirectedAssociation element)
Return the String to display alongside element's parent in the parent selection list |
java.lang.String |
getTitle()
Return a descriptive title for the doamin selection |
Methods inherited from class org.eclipse.gmt.umlx.editor.property.domains.AbstractDomainProvider |
---|
getParentImage, getParentsTitle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public E2AssociationDomainProvider(UClassVariable source, UClassVariable target)
Method Detail |
---|
public java.util.Collection<E2DirectedAssociation> getDomain()
IDomainProvider
public java.lang.String getElementsTitle()
IDomainProvider
getElementsTitle
in interface IDomainProvider<E2DirectedAssociation>
getElementsTitle
in class AbstractDomainProvider<E2DirectedAssociation>
public org.eclipse.swt.graphics.Image getImage(E2DirectedAssociation element)
IDomainProvider
getImage
in interface IDomainProvider<E2DirectedAssociation>
getImage
in class AbstractDomainProvider<E2DirectedAssociation>
element
- selection
public java.lang.String getLabel(E2DirectedAssociation element)
IDomainProvider
getLabel
in interface IDomainProvider<E2DirectedAssociation>
getLabel
in class AbstractDomainProvider<E2DirectedAssociation>
element
- selection
public E2DirectedAssociation getNullElement()
IDomainProvider
public java.lang.String getParentLabel(E2DirectedAssociation element)
IDomainProvider
getParentLabel
in interface IDomainProvider<E2DirectedAssociation>
getParentLabel
in class AbstractDomainProvider<E2DirectedAssociation>
element
- selection
public java.lang.String getTitle()
IDomainProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |