Searched refs:m_presentation (Results 1 - 4 of 4) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DTextDialogPropertyEditor.java32 private final PropertyEditorPresentation m_presentation = new ButtonPropertyEditorPresentation() { field in class:TextDialogPropertyEditor
41 return m_presentation;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
H A DStringPropertyEditor.java44 private final PropertyEditorPresentation m_presentation = new ButtonPropertyEditorPresentation() { field in class:StringPropertyEditor
53 return m_presentation;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DComplexProperty.java85 ((ComplexPropertyEditor) getEditor()).m_presentation = presentation;
167 private PropertyEditorPresentation m_presentation; field in class:ComplexProperty.ComplexPropertyEditor
206 return m_presentation;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImpl.java36 private final ButtonPropertyEditorPresentation m_presentation; field in class:ButtonPropertyEditorPresentationImpl
44 m_presentation = presentation;
156 return m_presentation;

Completed in 107 milliseconds