Home | History | Annotate | Download | only in table

Lines Matching defs:m_activeEditor

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;