HomeSort by relevance Sort by last modified time
    Searched defs:m_activePropertyInfo (Results 1 - 2 of 2) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 284 if (m_activePropertyInfo != null) {
286 Property property = m_activePropertyInfo.getProperty();
288 if (m_activePropertyInfo.isComplex()) {
289 if (!m_activePropertyInfo.isExpanded()
291 m_activePropertyInfo.expand();
295 if (m_activePropertyInfo.isExpanded()
297 m_activePropertyInfo.collapse();
330 int index = m_properties.indexOf(m_activePropertyInfo);
392 Property property = m_activePropertyInfo.getProperty();
443 if (m_activePropertyInfo != null)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 34 milliseconds