com.intellij.openapi.ui
Class LabeledComponent.TextWithMnemonic

java.lang.Object
  extended by com.intellij.openapi.ui.LabeledComponent.TextWithMnemonic
Enclosing class:
LabeledComponent<Comp extends javax.swing.JComponent>

public static class LabeledComponent.TextWithMnemonic
extends java.lang.Object


Constructor Summary
LabeledComponent.TextWithMnemonic(java.lang.String text, int mnemoniIndex)
           
 
Method Summary
static LabeledComponent.TextWithMnemonic fromLabel(javax.swing.JLabel label)
           
static LabeledComponent.TextWithMnemonic fromTextWithMnemonic(java.lang.String textWithMnemonic)
           
 java.lang.String getTextWithMnemonic()
           
 void setToLabel(javax.swing.JLabel label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabeledComponent.TextWithMnemonic

public LabeledComponent.TextWithMnemonic(java.lang.String text,
                                         int mnemoniIndex)
Method Detail

setToLabel

public void setToLabel(javax.swing.JLabel label)

getTextWithMnemonic

public java.lang.String getTextWithMnemonic()

fromTextWithMnemonic

public static LabeledComponent.TextWithMnemonic fromTextWithMnemonic(java.lang.String textWithMnemonic)

fromLabel

public static LabeledComponent.TextWithMnemonic fromLabel(javax.swing.JLabel label)