|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.flamingo.utils.KeyTipManager
public class KeyTipManager
Nested Class Summary | |
---|---|
static interface |
KeyTipManager.HasNextKeyTipChain
Annotation to mark a command button that shows UI content with associated keytips on clicking its action area. |
class |
KeyTipManager.KeyTipChain
|
static class |
KeyTipManager.KeyTipEvent
|
class |
KeyTipManager.KeyTipLink
|
static interface |
KeyTipManager.KeyTipLinkTraversal
|
static interface |
KeyTipManager.KeyTipListener
|
Method Summary | |
---|---|
void |
addKeyTipListener(KeyTipManager.KeyTipListener keyTipListener)
|
static KeyTipManager |
defaultManager()
|
KeyTipManager.KeyTipChain |
getCurrentlyShownKeyTipChain()
|
java.util.Collection<KeyTipManager.KeyTipLink> |
getCurrentlyShownKeyTips()
|
void |
handleKeyPress(char keyChar)
|
void |
hideAllKeyTips()
|
boolean |
isShowingKeyTips()
|
void |
removeKeyTipListener(KeyTipManager.KeyTipListener keyTipListener)
|
void |
showPreviousChain()
|
void |
showRootKeyTipChain(JRibbonFrame ribbonFrame)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static KeyTipManager defaultManager()
public boolean isShowingKeyTips()
public void hideAllKeyTips()
public void showRootKeyTipChain(JRibbonFrame ribbonFrame)
public java.util.Collection<KeyTipManager.KeyTipLink> getCurrentlyShownKeyTips()
public KeyTipManager.KeyTipChain getCurrentlyShownKeyTipChain()
public void showPreviousChain()
public void handleKeyPress(char keyChar)
public void addKeyTipListener(KeyTipManager.KeyTipListener keyTipListener)
public void removeKeyTipListener(KeyTipManager.KeyTipListener keyTipListener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |