Searched defs:propertyInfo (Results 1 - 3 of 3) sorted by relevance

/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/serialization/
H A DMarshalFloat.java31 PropertyInfo propertyInfo)
30 readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo propertyInfo) argument
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapObject.java165 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index);
166 return propertyInfo.getValue().toString();
305 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
306 if (propertyInfo.getType() != SoapObject.class) {
307 return propertyInfo.getValue();
309 propertyInfo = new PropertyInfo();
310 propertyInfo.setType(String.class);
311 propertyInfo.setValue(EMPTY_STRING);
312 propertyInfo.setName(name);
313 return (Object) propertyInfo
420 getPropertyInfo(int index, Hashtable properties, PropertyInfo propertyInfo) argument
433 getPropertyInfo(int index, PropertyInfo propertyInfo) argument
543 addPropertyIfValue(PropertyInfo propertyInfo, Object value) argument
559 addProperty(PropertyInfo propertyInfo) argument
570 addPropertyIfValue(PropertyInfo propertyInfo) argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java421 PropertyInfo propertyInfo = m_properties.get(index);
423 if (isLocationState(propertyInfo, event.x)) {
426 propertyInfo.flip();
497 PropertyInfo propertyInfo = m_properties.get(propertyIndex);
498 Property property = propertyInfo.getProperty();
502 int titleX = getTitleTextX(propertyInfo);
698 private int getTitleX(PropertyInfo propertyInfo) { argument
699 return MARGIN_LEFT + getLevelIndent() * propertyInfo.getLevel();
705 private int getTitleTextX(PropertyInfo propertyInfo) { argument
706 return getTitleX(propertyInfo)
741 isLocationState(PropertyInfo propertyInfo, int x) argument
1242 drawProperty(GC gc, PropertyInfo propertyInfo, int y, int height, int width) argument
[all...]

Completed in 92 milliseconds