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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 539 private PropertyEditor m_activeEditor;
556 m_activeEditor = editor;
590 if (m_activeEditor != null) {
591 PropertyEditor activeEditor = m_activeEditor;
592 m_activeEditor = null;
603 if (m_activeEditor != null) {
621 PropertyEditorPresentation presentation = m_activeEditor.getPresentation();
635 m_activeEditor.setBounds(bounds);
955 return m_activeEditor;
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 415 milliseconds