|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
de.uni_paderborn.fujaba.uml.actions.EditTextAction
Edit the java text of an increment.
Field Summary |
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
EditTextAction()
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent event)
No comment provided by developer, please add a comment to improve documentation. |
void |
bufferSaved(TextEditor.Buffer buffer)
No comment provided by developer, please add a comment to improve documentation. |
static void |
doParsing(UMLIncrement incr,
java.lang.String text)
parse code to put it into an increment |
java.lang.String |
openTextFile(java.lang.String fileName)
No comment provided by developer, please add a comment to improve documentation. |
void |
processFinished(ProcessEvent event)
No comment provided by developer, please add a comment to improve documentation. |
TextEditor.Buffer |
useTextEditor(UMLIncrement umlIncr)
This method uses the text editor to edit text. |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EditTextAction()
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed
in interface java.awt.event.ActionListener
event
- No description providedpublic TextEditor.Buffer useTextEditor(UMLIncrement umlIncr)
umlIncr
- what to be edited (the source of this increment)
public void processFinished(ProcessEvent event)
processFinished
in interface ProcessListener
event
- No description providedpublic void bufferSaved(TextEditor.Buffer buffer)
bufferSaved
in interface TextEditor.BufferOwner
buffer
- No description providedpublic java.lang.String openTextFile(java.lang.String fileName)
fileName
- No description provided
public static void doParsing(UMLIncrement incr, java.lang.String text)
incr
- where to put the parsed informationtext
- to be parsed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |