// pass
mValue = value;
TextInputMethod method = TextInputMethod.getEnum(value); if (method != null) { TextInputMethodQualifier qualifier = new TextInputMethodQualifier(); qualifier.mValue = method; config.setTextInputMethodQualifier(qualifier); return true; } return false;
if (qualifier instanceof TextInputMethodQualifier) { return mValue == ((TextInputMethodQualifier)qualifier).mValue; } return false;
return IconFactory.getInstance().getIcon("text_input"); //$NON-NLS-1$
return NAME;
return "Text Input";
if (mValue != null) { return mValue.getDisplayValue(); } return ""; //$NON-NLS-1$
return mValue;
if (mValue != null) { return mValue.hashCode(); } return 0;
return mValue != null;
Returns the string used to represent this qualifier in the folder name. if (mValue != null) { return mValue.getValue(); } return ""; //$NON-NLS-1$
if (mValue != null) { return mValue.getValue(); } return ""; //$NON-NLS-1$