|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.mpEdit.JournalItem
JournalItem is used in the redo/undo queues to track changes to a document.
Field Summary | |
int |
action
No comment provided by developer, please add a comment to improve documentation. |
int |
column
No comment provided by developer, please add a comment to improve documentation. |
int |
ecolumn
No comment provided by developer, please add a comment to improve documentation. |
int |
eline
No comment provided by developer, please add a comment to improve documentation. |
int |
line
No comment provided by developer, please add a comment to improve documentation. |
JournalItem |
next
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
text
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
(package private) |
JournalItem()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public JournalItem next
public java.lang.String text
public int action
public int line
public int column
public int eline
public int ecolumn
Constructor Detail |
JournalItem()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |