Searched refs:Property (Results 1 – 3 of 3) sorted by relevance
26 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()
30 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 ViewNode183 final Property other = (Property) obj; in equals()
160 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()