se.datadosen.jalbum
Interface TextEditor.Editor

Enclosing class:
TextEditor

public static interface TextEditor.Editor


Method Summary
 javax.swing.text.JTextComponent getCurrentEditorComponent()
           
 javax.swing.text.JTextComponent newDocument()
           
 void openDocument(java.io.File f)
           
 

Method Detail

openDocument

void openDocument(java.io.File f)

newDocument

javax.swing.text.JTextComponent newDocument()

getCurrentEditorComponent

javax.swing.text.JTextComponent getCurrentEditorComponent()