public class ToolTipController extends Object
Constructor and Description |
---|
ToolTipController(PDResources resources)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getToolTip(int offset,
JTextComponent textComponent)
Returns the tooltip text for the operator.
|
public ToolTipController(PDResources resources)
resources
- PDResources instance.public String getToolTip(int offset, JTextComponent textComponent)
offset
- The position of the mouse in the text component.textComponent
- JTextComponent instance.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.