Uses of Interface
net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Packages that use ToolTipManager Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components. -
-
Uses of ToolTipManager in net.sf.jguiraffe.gui.builder.components
Classes in net.sf.jguiraffe.gui.builder.components that implement ToolTipManager Modifier and Type Class Description class
DefaultToolTipManager
A default implementation of theToolTipManager
interface.Methods in net.sf.jguiraffe.gui.builder.components that return ToolTipManager Modifier and Type Method Description protected ToolTipManager
ComponentBuilderData. createToolTipManager()
Creates theToolTipManager
.ToolTipManager
ComponentBuilderData. getToolTipManager()
Returns theToolTipManager
associated with this object.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type ToolTipManager Modifier and Type Method Description void
ComponentBuilderData. setToolTipManager(ToolTipManager toolTipManager)
Sets theToolTipManager
for this object.
-