1 19 package org.netbeans.modules.xml.multiview.ui; 20 21 26 public abstract class SectionNodeInnerPanel extends SectionInnerPanel { 27 32 public SectionNodeInnerPanel(SectionNodeView sectionNodeView) { 33 super(sectionNodeView); 34 } 35 36 protected void signalUIChange() { 37 ((SectionNodeView)getSectionView()).getModelSynchronizer().requestUpdateData(); 38 } 39 40 public void focusData(Object element) { 41 } 42 } 43 | Popular Tags |