public static class LabeledComponent.TextWithMnemonic
extends java.lang.Object
Constructor and Description |
---|
TextWithMnemonic(java.lang.String text,
int mnemonicIndex) |
Modifier and Type | Method and Description |
---|---|
static LabeledComponent.TextWithMnemonic |
fromLabel(javax.swing.JLabel label) |
static LabeledComponent.TextWithMnemonic |
fromTextWithMnemonic(java.lang.String text) |
java.lang.String |
getTextWithMnemonic() |
void |
setToLabel(javax.swing.JLabel label) |
public TextWithMnemonic(java.lang.String text, int mnemonicIndex)
public void setToLabel(javax.swing.JLabel label)
public java.lang.String getTextWithMnemonic()
public static LabeledComponent.TextWithMnemonic fromTextWithMnemonic(java.lang.String text)
public static LabeledComponent.TextWithMnemonic fromLabel(javax.swing.JLabel label)