moving packages around

This commit is contained in:
benfry
2005-04-16 20:19:23 +00:00
parent ad57106fff
commit 80d66e5fa5
8 changed files with 46 additions and 216 deletions

View File

@@ -1588,12 +1588,12 @@ public class JEditTextArea extends JComponent
* This is slightly faster than using a KeyListener
* because some Swing overhead is avoided.
*/
public PdeEditorListener editorListener;
public EditorListener editorListener;
/**
* The component that tracks the current line number.
*/
public PdeEditorLineStatus editorLineStatus;
public EditorLineStatus editorLineStatus;
public void processKeyEvent(KeyEvent evt) {