OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 39 milliseconds