Package org.eclipse.xtext.ui.editor.preferences.fields

Examples of org.eclipse.xtext.ui.editor.preferences.fields.LabelFieldEditor


public class PPPropertiesRootPage extends FieldEditorPreferencePage implements IWorkbenchPropertyPage {

  @Override
  protected void createFieldEditors() {

    addField(new LabelFieldEditor("Properties for Puppet Projects", getFieldEditorParent()));
  }
View Full Code Here

TOP

Related Classes of org.eclipse.xtext.ui.editor.preferences.fields.LabelFieldEditor

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.