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

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImpl.java35 protected final PropertyToControlMap m_propertyToControl = new PropertyToControlMap(); field in class:ButtonPropertyEditorPresentationImpl
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);

Completed in 112 milliseconds