EchoPoint
2.1.0rc5

echopointng.able
Interface ToolTipable

All Superinterfaces:
Delegateable
All Known Implementing Classes:
AbleComponent, AbleProperties, AutoLookupTextFieldEx, BalloonHelp, ButtonEx, Calculator, CalculatorField, ColorChooser, ComboBox, ContainerEx, ContentPaneEx, DateChooser, DateField, DropDown, EditableLabelEx, ExpandableSection, GroupBox, HttpPaneEx, ImageIcon, ImageMap, LabelEx, ListSection, LiveTable, Menu, MenuBar, MenuButton, MenuItem, PasswordFieldEx, PopUp, ProgressBar, PushButton, Slider, StackedPaneEx, Strut, TabbedPane, TemplatePanel, TextFieldEx, TitleBar, Tree

public interface ToolTipable
extends Delegateable

The ToolTipable interface is used to set tool tip text which is displayed when the mouse cursor is hovered over the ToolTipable.


Field Summary
static String PROPERTY_TOOL_TIP_TEXT
           
 
Method Summary
 String getToolTipText()
          Returns the tool tip text (displayed when the mouse cursor is hovered over the ToolTipable).
 void setToolTipText(String newValue)
          Sets the tool tip text (displayed when the mouse cursor is hovered over the ToolTipable).
 
Methods inherited from interface echopointng.able.Delegateable
getRenderProperty, getRenderProperty
 

Field Detail

PROPERTY_TOOL_TIP_TEXT

static final String PROPERTY_TOOL_TIP_TEXT
See Also:
Constant Field Values
Method Detail

getToolTipText

String getToolTipText()
Returns the tool tip text (displayed when the mouse cursor is hovered over the ToolTipable).

Returns:
the tool tip text

setToolTipText

void setToolTipText(String newValue)
Sets the tool tip text (displayed when the mouse cursor is hovered over the ToolTipable).

Parameters:
newValue - the new tool tip text

EchoPoint
2.1.0rc5