Searched refs:PropertyFactory (Results 1 – 8 of 8) sorted by relevance
22 import com.android.ide.eclipse.adt.internal.editors.layout.properties.PropertyFactory.SortingMode;93 private PropertyFactory getPropertyFactory() { in getPropertyFactory()335 PropertyFactory factory = getPropertyFactory(); in refreshProperties()381 isAlphabetical ? SortingMode.ALPHABETICAL : PropertyFactory.DEFAULT_MODE); in run()
51 private PropertyFactory mFactory;58 @NonNull PropertyFactory factory, in XmlProperty()68 public PropertyFactory getFactory() { in getFactory()
40 Composite workaround = PropertyFactory.addWorkaround(area); in createDialogArea()
85 Composite workaround = PropertyFactory.addWorkaround(container); in createDialogArea()
81 public class PropertyFactory { class115 public PropertyFactory(GraphicalEditorPart graphicalEditorPart) { in PropertyFactory() method in PropertyFactory
22 import com.android.ide.eclipse.adt.internal.editors.layout.properties.PropertyFactory;146 Composite workaround = PropertyFactory.addWorkaround(top); in createDialogArea()
32 import com.android.ide.eclipse.adt.internal.editors.layout.properties.PropertyFactory;566 Composite workaround = PropertyFactory.addWorkaround(top); in createValueField()
86 import com.android.ide.eclipse.adt.internal.editors.layout.properties.PropertyFactory;291 private PropertyFactory mPropertyFactory;574 public PropertyFactory getPropertyFactory() { in getPropertyFactory()576 mPropertyFactory = new PropertyFactory(this); in getPropertyFactory()