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.KeyTipListenerJRibbonFrame. 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. listenerListMethods in org.pushingpixels.radiance.component.internal.utils with parameters of type KeyTipManager.KeyTipListener Modifier and Type Method Description voidKeyTipManager. addKeyTipListener(KeyTipManager.KeyTipListener keyTipListener)voidKeyTipManager. removeKeyTipListener(KeyTipManager.KeyTipListener keyTipListener)
-