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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextDialogPropertyEditor.java 32 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/
StringPropertyEditor.java 44 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/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 36 private final ButtonPropertyEditorPresentation m_presentation; field in class:ButtonPropertyEditorPresentationImpl
44 m_presentation = presentation;
156 return m_presentation;

Completed in 27 milliseconds