com.tssap.util.ui
Interface IDisplayable

All Superinterfaces:
ILabel
All Known Subinterfaces:
IDisplayableCategory, IDisplayablePathElement, IExtendedDisplayableCategory

public interface IDisplayable
extends ILabel

Since:
07.08.2002 Extends @see ILable with additional information. This information may be used in different contexts like tooltips or status lines.
It should/can provide more detailed information than @see com.tssap.util.ui.ILabel#getName()

Method Summary
 java.lang.String getInfo()
          Additional display information
 
Methods inherited from interface com.tssap.util.ui.ILabel
getImage, getName
 

Method Detail

getInfo

public java.lang.String getInfo()
Additional display information
Returns:
 


Copyright © 2005 SAP AG. All Rights Reserved.