Package org.eclipse.jface.preference

Examples of org.eclipse.jface.preference.FontFieldEditor


    addField(new BooleanFieldEditor(ClientPlugin.PREF_USE_CHAT_WINDOW,
        Messages.ClientPreferencePage_USE_CHAT_WINDOW_FIELD_TEXT,
        getFieldEditorParent()));
    addField(new BooleanFieldEditor(ClientPlugin.PREF_DISPLAY_TIMESTAMP,
        Messages.ClientPreferencePage_SHOW_TIME_FOR_CHAT_FIELD, getFieldEditorParent()));
    addField(new FontFieldEditor(ClientPlugin.PREF_CHAT_FONT,
        Messages.ClientPreferencePage_CHAT_WINDOW_FONT_FIELD, getFieldEditorParent()));
    // addField(new
    // BooleanFieldEditor(ClientPlugin.PREF_CONFIRM_FILE_RECEIVE, "Confirm
    // before receiving file.", getFieldEditorParent()));
    // addField(new SpacerFieldEditor(
View Full Code Here

TOP

Related Classes of org.eclipse.jface.preference.FontFieldEditor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.