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 classDefaultToolTipManagerA default implementation of theToolTipManagerinterface.Methods in net.sf.jguiraffe.gui.builder.components that return ToolTipManager Modifier and Type Method Description protected ToolTipManagerComponentBuilderData. createToolTipManager()Creates theToolTipManager.ToolTipManagerComponentBuilderData. getToolTipManager()Returns theToolTipManagerassociated with this object.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type ToolTipManager Modifier and Type Method Description voidComponentBuilderData. setToolTipManager(ToolTipManager toolTipManager)Sets theToolTipManagerfor this object.
-