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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 35 protected final PropertyToControlMap m_propertyToControl = new PropertyToControlMap();
54 Control control = m_propertyToControl.remove(propertyTable, property);
68 Control control = m_propertyToControl.get(propertyTable, property);
83 Button button = (Button) m_propertyToControl.get(propertyTable, property);
99 m_propertyToControl.put(propertyTable, property, control);
104 m_propertyToControl.remove(propertyTable, property);
ButtonPropertyEditorPresentationImplMac.java 52 CFlatButton button = (CFlatButton) m_propertyToControl.get(propertyTable, property);

Completed in 27 milliseconds