// pass
mValue = touchValue;
TouchScreenType type = TouchScreenType.getEnum(value); if (type != null) { TouchScreenQualifier qualifier = new TouchScreenQualifier(); qualifier.mValue = type; config.setTouchTypeQualifier(qualifier); return true; } return false;
if (qualifier instanceof TouchScreenQualifier) { return mValue == ((TouchScreenQualifier)qualifier).mValue; } return false;
return IconFactory.getInstance().getIcon("touch"); //$NON-NLS-1$
return NAME;
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$