Class KeyTipManager.KeyTipLink
- java.lang.Object
-
- org.pushingpixels.radiance.component.internal.utils.KeyTipManager.KeyTipLink
-
- Enclosing class:
- KeyTipManager
public static class KeyTipManager.KeyTipLink extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description javax.swing.JComponentcompbooleanenabledjava.lang.StringkeyTipStringprivate java.awt.event.ActionListeneronActivatedjava.awt.PointprefAnchorPointprivate KeyTipManager.KeyTipLinkTraversaltraversal
-
Constructor Summary
Constructors Constructor Description KeyTipLink()
-
-
-
Field Detail
-
keyTipString
public java.lang.String keyTipString
-
comp
public javax.swing.JComponent comp
-
prefAnchorPoint
public java.awt.Point prefAnchorPoint
-
onActivated
private java.awt.event.ActionListener onActivated
-
traversal
private KeyTipManager.KeyTipLinkTraversal traversal
-
enabled
public boolean enabled
-
-