Examples of FontFieldEditor


Examples of org.eclipse.jface.preference.FontFieldEditor

   */
  public void createFieldEditors()
    {
    addField(new FileFieldEditor(PrefConst.P_IMG_EDITOR_CMD, "&External Image Editor:", getFieldEditorParent()));

    addField(new FontFieldEditor(PrefConst.P_FNT_FILEBROWSE_STD, "Default Browser Font", getFieldEditorParent()));   

    // addField(new ExtensionListEditor(getFieldEditorParent()));

    addField(new IntegerFieldEditor(PrefConst.P_BRW_MAXFILESIZE, "Max File Size (Bytes)", getFieldEditorParent()));

View Full Code Here

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
Copyright © 2018 www.massapi.com. 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.