Uses of Interface
org.pushingpixels.radiance.component.internal.utils.KeyTipManager.KeyTipListener
-
Packages that use KeyTipManager.KeyTipListener Package Description org.pushingpixels.radiance.component.api.ribbon org.pushingpixels.radiance.component.internal.utils -
-
Uses of KeyTipManager.KeyTipListener in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as KeyTipManager.KeyTipListener Modifier and Type Field Description private KeyTipManager.KeyTipListener
JRibbonFrame. keyTipListener
-
Uses of KeyTipManager.KeyTipListener in org.pushingpixels.radiance.component.internal.utils
Fields in org.pushingpixels.radiance.component.internal.utils with type parameters of type KeyTipManager.KeyTipListener Modifier and Type Field Description private java.util.List<KeyTipManager.KeyTipListener>
KeyTipManager. listenerList
Methods in org.pushingpixels.radiance.component.internal.utils with parameters of type KeyTipManager.KeyTipListener Modifier and Type Method Description void
KeyTipManager. addKeyTipListener(KeyTipManager.KeyTipListener keyTipListener)
void
KeyTipManager. removeKeyTipListener(KeyTipManager.KeyTipListener keyTipListener)
-