|
|||||||||
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<T>
public abstract class AbstractDomainProvider<T>
Constructor Summary | |
---|---|
AbstractDomainProvider()
|
Method Summary | |
---|---|
java.lang.String |
getElementsTitle()
Return the text to appear above the list of element selections. |
org.eclipse.swt.graphics.Image |
getImage(T element)
Return the Image to display alongside element in the selection list |
java.lang.String |
getLabel(T element)
Return the String to display alongside element in the selection list |
org.eclipse.swt.graphics.Image |
getParentImage(T element)
Return the Image to display alongside element's parent in the parent selection list |
java.lang.String |
getParentLabel(T element)
Return the String to display alongside element's parent in the parent selection list |
java.lang.String |
getParentsTitle()
Return the text to appear above the list of parent selections. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.gmt.umlx.editor.property.domains.IDomainProvider |
---|
getDomain, getNullElement, getTitle |
Constructor Detail |
---|
public AbstractDomainProvider()
Method Detail |
---|
public org.eclipse.swt.graphics.Image getImage(T element)
IDomainProvider
getImage
in interface IDomainProvider<T>
element
- selection
public java.lang.String getElementsTitle()
IDomainProvider
getElementsTitle
in interface IDomainProvider<T>
public java.lang.String getLabel(T element)
IDomainProvider
getLabel
in interface IDomainProvider<T>
element
- selection
public org.eclipse.swt.graphics.Image getParentImage(T element)
IDomainProvider
getParentImage
in interface IDomainProvider<T>
element
- selection
public java.lang.String getParentLabel(T element)
IDomainProvider
getParentLabel
in interface IDomainProvider<T>
element
- selection
public java.lang.String getParentsTitle()
IDomainProvider
getParentsTitle
in interface IDomainProvider<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |