org.eclipse.gmt.modisco.infra.browser.uicore
Class Message
java.lang.Object
org.eclipse.gmt.modisco.infra.browser.uicore.Message
public class Message
- extends java.lang.Object
A message that appears instead of model elements, for example when the list is empty or the input
is null
.
Constructor Summary |
Message(java.lang.String message)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Message
public Message(java.lang.String message)
getText
public java.lang.String getText()
getImage
public Image getImage()
getTreeParent
public ITreeElement getTreeParent()
hasChildren
public boolean hasChildren()
getChildren
public java.util.List<?> getChildren()
getForeground
public Color getForeground()
getBackground
public Color getBackground()
getFont
public Font getFont()