public final class SupportCode
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SupportCode.TextWithMnemonic |
Constructor and Description |
---|
SupportCode() |
Modifier and Type | Method and Description |
---|---|
static SupportCode.TextWithMnemonic |
parseText(java.lang.String textWithMnemonic)
Parses text that might contain mnemonic and returns structure which contains
plain text and index of mnemonic char (if any)
|
static void |
setDisplayedMnemonicIndex(javax.swing.JComponent component,
int index)
For JDK 1.3 compatibility.
|
public static SupportCode.TextWithMnemonic parseText(java.lang.String textWithMnemonic)
public static void setDisplayedMnemonicIndex(javax.swing.JComponent component, int index)