|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jhotdraw.util.UndoableAdapter
org.jhotdraw.figures.TextTool.UndoActivity
org.jhotdraw.figures.ConnectedTextTool.UndoActivity
public static class ConnectedTextTool.UndoActivity
Constructor Summary | |
---|---|
ConnectedTextTool.UndoActivity(DrawingView newDrawingView,
java.lang.String newOriginalText)
|
Method Summary | |
---|---|
Figure |
getConnectedFigure()
|
boolean |
redo()
Redo the activity |
void |
setConnectedFigure(Figure newConnectedFigure)
|
boolean |
undo()
Undo the activity |
Methods inherited from class org.jhotdraw.figures.TextTool.UndoActivity |
---|
getBackupText, getOriginalText, setBackupText, setOriginalText |
Methods inherited from class org.jhotdraw.util.UndoableAdapter |
---|
getAffectedFigures, getAffectedFiguresCount, getAffectedFiguresReversed, getDrawingView, isRedoable, isUndoable, release, setAffectedFigures, setRedoable, setUndoable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectedTextTool.UndoActivity(DrawingView newDrawingView, java.lang.String newOriginalText)
Method Detail |
---|
public boolean undo()
UndoableAdapter
undo
in interface Undoable
undo
in class TextTool.UndoActivity
public boolean redo()
UndoableAdapter
redo
in interface Undoable
redo
in class TextTool.UndoActivity
public void setConnectedFigure(Figure newConnectedFigure)
public Figure getConnectedFigure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |