Package org.objectstyle.wolips.baseforuiplugins.plist

Examples of org.objectstyle.wolips.baseforuiplugins.plist.PropertyListEditor


  public void createControls(Composite _parent, TabbedPropertySheetPage _tabbedPropertySheetPage) {
    super.createControls(_parent, _tabbedPropertySheetPage);

    Set<String> filteredKeyPaths = new HashSet<String>();
    filteredKeyPaths.add("Root." + UserInfoableEOModelObject.ENTITY_MODELER_KEY);
    _propertyListEditor = new PropertyListEditor(_parent, true, false, filteredKeyPaths);
    _propertyListEditor.setListener(this);
  }
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.baseforuiplugins.plist.PropertyListEditor

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.