Examples of StringFieldEditor


Examples of org.eclipse.jface.preference.StringFieldEditor

   * restore itself.
   */
  public void createFieldEditors() {

    addField(
      new StringFieldEditor(PreferenceConstants.P_CARDLIST_URL, "URL to Standard Tournament Cardlist:", getFieldEditorParent()));
    addField(
      new StringFieldEditor(PreferenceConstants.P_REGEX_CARD, "Regular Expression to scan for card names:", getFieldEditorParent()));
   
    addField(
        new RestrictedListEditor(PreferenceConstants.P_RESTRICTED_CARDS, "List of restricted cards in this set:", getFieldEditorParent()));
  }
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.