public interface IltDecorationSource
It defines methods which are used in the interactions treatment, for instance, to show the tooltip over a certain decoration.
Modifier and Type | Method and Description |
---|---|
String |
getToolTipText(IlpContext context,
IltObject obj)
Returns the tooltip text displayed for the given decoration in
the given application context.
|
String |
getToolTipText(IltObject obj)
Deprecated.
Please use the method which is aware of the application context.
|
@Deprecated String getToolTipText(IltObject obj)
String getToolTipText(IlpContext context, IltObject obj)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.