|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.gui.TextEditAction
Nested Class Summary | |
static interface |
TextEditAction.ClosableDialog
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
TextEditAction(TextEditAction.ClosableDialog dialog,
javax.swing.JTextArea sourceEditor)
create a TextEditAction that will edit the text found in the sourceEditor |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
bufferSaved(TextEditor.Buffer buffer)
called whenever the user chooses to keep the content of the buffer |
void |
setDialog(TextEditAction.ClosableDialog dialog)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextEditAction(TextEditAction.ClosableDialog dialog, javax.swing.JTextArea sourceEditor)
dialog
- which dialog to attach (closed upon edit)sourceEditor
- what to editMethod Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- event that caused the action to be invokedpublic void bufferSaved(TextEditor.Buffer buffer)
TextEditor.BufferOwner
bufferSaved
in interface TextEditor.BufferOwner
buffer
- what has been savedpublic void setDialog(TextEditAction.ClosableDialog dialog)
dialog
- which dialog to attach (closed upon edit)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |