1 19 20 package org.netbeans.modules.editor.openide; 21 22 import javax.swing.text.EditorKit ; 23 import org.openide.text.*; 24 25 29 public class InheritedNotifyModifiedTest extends NotifyModifiedOnNbEditorLikeKitTest { 30 31 32 public InheritedNotifyModifiedTest(String methodName) { 33 super(methodName); 34 } 35 36 protected EditorKit createEditorKit() { 37 return new org.netbeans.modules.editor.NbEditorKit(); 38 } 39 40 } 41 | Popular Tags |