HomeSort by relevance Sort by last modified time
    Searched refs:PropertyFactory (Results 1 - 9 of 9) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
StringXmlPropertyDialog.java 40 Composite workaround = PropertyFactory.addWorkaround(area);
XmlProperty.java 51 private PropertyFactory mFactory;
58 @NonNull PropertyFactory factory,
68 public PropertyFactory getFactory() {
PropertySheetPage.java 22 import com.android.ide.eclipse.adt.internal.editors.layout.properties.PropertyFactory.SortingMode;
93 private PropertyFactory getPropertyFactory() {
335 PropertyFactory factory = getPropertyFactory();
381 isAlphabetical ? SortingMode.ALPHABETICAL : PropertyFactory.DEFAULT_MODE);
FlagXmlPropertyDialog.java 85 Composite workaround = PropertyFactory.addWorkaround(container);
PropertyFactory.java 73 * The {@link PropertyFactory} creates (and caches) the set of {@link Property}
81 public class PropertyFactory {
115 public PropertyFactory(GraphicalEditorPart graphicalEditorPart) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 22 import com.android.ide.eclipse.adt.internal.editors.layout.properties.PropertyFactory;
146 Composite workaround = PropertyFactory.addWorkaround(top);
ResourceChooser.java 32 import com.android.ide.eclipse.adt.internal.editors.layout.properties.PropertyFactory;
566 Composite workaround = PropertyFactory.addWorkaround(top);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 86 import com.android.ide.eclipse.adt.internal.editors.layout.properties.PropertyFactory;
291 private PropertyFactory mPropertyFactory;
574 public PropertyFactory getPropertyFactory() {
576 mPropertyFactory = new PropertyFactory(this);
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 557 milliseconds