org.eclipse.gmt.modisco.infra.browser.uicore
Class Message

java.lang.Object
  extended by 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)
           
 
Method Summary
 Color getBackground()
           
 java.util.List<?> getChildren()
           
 Font getFont()
           
 Color getForeground()
           
 Image getImage()
           
 java.lang.String getText()
           
 ITreeElement getTreeParent()
           
 boolean hasChildren()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message(java.lang.String message)
Method Detail

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()