de.uni_paderborn.fujaba.app
Interface FujabaTreeNodeObject


public interface FujabaTreeNodeObject

Classes implementing this interface will show their own icon and tooltip in Fujabas TabProxy.

Version:
$Revision: 1.9 $
Author:
$Author: schneider $

Method Summary
 java.lang.String getHtmlTags()
          Returns Html tags to modify the apperiance of this object.
 javax.swing.ImageIcon getIcon()
          Returns the icon to display for this object.
 java.lang.String getToolTipText()
          Returns the tooltip to display for this object.
 

Method Detail

getIcon

public javax.swing.ImageIcon getIcon()
Returns the icon to display for this object.

Returns:
the icon

getToolTipText

public java.lang.String getToolTipText()
Returns the tooltip to display for this object.

Returns:
the tooltip

getHtmlTags

public java.lang.String getHtmlTags()
Returns Html tags to modify the apperiance of this object. Return null or "" if you want the label unchanged. E.g.: <u><b> let the Text be underlined and bold.

Returns:
the Html tags