Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 12 of 12) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DPropertyFactory.java54 import org.eclipse.wb.internal.core.model.property.Property;
91 private static final Property[] NO_PROPERTIES = new Property[0];
98 private Map<UiViewElementNode, Property[]> mCache =
99 new WeakHashMap<UiViewElementNode, Property[]>();
126 public Property[] getProperties(List<CanvasViewInfo> items) { in getProperties()
147 private Property[] getProperties(CanvasViewInfo item) { in getProperties()
158 Property[] properties = mCache.get(node); in getProperties()
163 Collection<? extends Property> propertyList = getProperties(node); in getProperties()
165 properties = new Property[0]; in getProperties()
167 properties = propertyList.toArray(new Property[propertyList.size()]); in getProperties()
[all …]
DEnumXmlPropertyEditor.java23 import org.eclipse.wb.internal.core.model.property.Property;
35 protected String getText(Property property) throws Exception { in getText()
41 } else if (value == Property.UNKNOWN_VALUE) { in getText()
48 private String[] getItems(Property property) { in getItems()
57 protected void addItems(Property property, CCombo3 combo) throws Exception { in addItems()
64 protected void selectItem(Property property, CCombo3 combo) throws Exception { in selectItem()
69 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { in toPropertyEx()
74 public void setText(Property property, String text) throws Exception { in setText()
DXmlPropertyComposite.java22 import org.eclipse.wb.internal.core.model.property.Property;
76 for (Property property : mProperties) { in isModified()
88 for (Property property : mProperties) { in getValue()
103 for (Property property : mProperties) { in setValue()
109 public static XmlPropertyComposite create(Property... properties) { in create()
113 Property property = properties[i]; in create()
DBooleanXmlPropertyEditor.java26 import org.eclipse.wb.internal.core.model.property.Property;
50 public void paint(Property property, GC gc, int x, int y, int width, int height) in paint()
84 public boolean activate(PropertyTable propertyTable, Property property, Point location) in activate()
95 public void doubleClick(Property property, Point location) throws Exception { in doubleClick()
102 private void cycleValue(Property property) throws Exception { in cycleValue()
DXmlProperty.java38 import org.eclipse.wb.internal.core.model.property.Property;
50 class XmlProperty extends Property {
54 private Property mParent;
131 protected String getText(Property p) throws Exception { in getAdapter()
246 public Property getComposite(Property[] properties) {
266 public Property getParent() {
270 public void setParent(@Nullable Property parent) {
DStringXmlPropertyDialog.java23 import org.eclipse.wb.internal.core.model.property.Property;
27 StringXmlPropertyDialog(Shell parentShell, Property property) throws Exception { in StringXmlPropertyDialog()
DXmlPropertyEditor.java72 import org.eclipse.wb.internal.core.model.property.Property;
104 protected void onClick(PropertyTable propertyTable, Property property) throws Exception {
115 public String getText(Property property) throws Exception { in getText()
124 protected String getEditorText(Property property) throws Exception { in getEditorText()
129 public void paint(Property property, GC gc, int x, int y, int width, int height) in paint()
316 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText()
380 private static boolean isIdProperty(Property property) { in isIdProperty()
385 private void openDialog(PropertyTable propertyTable, Property property) throws Exception { in openDialog()
531 private static Map<String, Image> getImageCache(@NonNull Property property) { in getImageCache()
DPropertySheetPage.java51 import org.eclipse.wb.internal.core.model.property.Property;
68 private Property mActiveProperty;
282 mActiveProperty = (Property) selection.getFirstElement(); in createActions()
387 mActiveProperty.setValue(Property.UNKNOWN_VALUE); in run()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
DPropertiesTableModel.java26 private List<ViewNode.Property> properties;
27 private List<ViewNode.Property> privateProperties = new ArrayList<ViewNode.Property>();
44 ViewNode.Property property = new ViewNode.Property(); in loadPrivateProperties()
49 property = new ViewNode.Property(); in loadPrivateProperties()
63 ViewNode.Property property; in getValueAt()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewNode.java30 public List<Property> properties = new ArrayList<Property>();
31 public Map<String, Property> namedProperties = new HashMap<String, Property>();
95 Property p = namedProperties.get(name); in getBoolean()
107 Property p = namedProperties.get(name); in getInt()
165 public static class Property { class in ViewNode
183 final Property other = (Property) obj; in equals()
DViewHierarchyLoader.java160 ViewNode.Property property = new ViewNode.Property(); in loadProperties()
182 Collections.sort(node.properties, new Comparator<ViewNode.Property>() { in loadProperties()
183 public int compare(ViewNode.Property source, ViewNode.Property destination) { in loadProperties()
/sdk/eclipse/
Dchanges.txt473 - Updated Property panel for Android project to edit library