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

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

public class KeyTipManager.KeyTipChain
extends java.lang.Object


Field Summary
 javax.swing.JComponent chainParentComponent
           
 int keyTipLookupIndex
           
 
Constructor Summary
KeyTipManager.KeyTipChain(javax.swing.JComponent chainParentComponent)
           
 
Method Summary
 void addLink(KeyTipManager.KeyTipLink link)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyTipLookupIndex

public int keyTipLookupIndex

chainParentComponent

public javax.swing.JComponent chainParentComponent
Constructor Detail

KeyTipManager.KeyTipChain

public KeyTipManager.KeyTipChain(javax.swing.JComponent chainParentComponent)
Method Detail

addLink

public void addLink(KeyTipManager.KeyTipLink link)