org.pushingpixels.flamingo.internal.utils
Class KeyTipManager.KeyTipLink

java.lang.Object
  extended by org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipLink
Enclosing class:
KeyTipManager

public class KeyTipManager.KeyTipLink
extends java.lang.Object


Field Summary
 javax.swing.JComponent comp
           
 boolean enabled
           
 java.lang.String keyTipString
           
 java.awt.event.ActionListener onActivated
           
 java.awt.Point prefAnchorPoint
           
 KeyTipManager.KeyTipLinkTraversal traversal
           
 
Constructor Summary
KeyTipManager.KeyTipLink()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyTipString

public java.lang.String keyTipString

comp

public javax.swing.JComponent comp

prefAnchorPoint

public java.awt.Point prefAnchorPoint

onActivated

public java.awt.event.ActionListener onActivated

traversal

public KeyTipManager.KeyTipLinkTraversal traversal

enabled

public boolean enabled
Constructor Detail

KeyTipManager.KeyTipLink

public KeyTipManager.KeyTipLink()