|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.domain.view.code.UndoOperation
public class UndoOperation
Enables lines of code to be reindented
Constructor Summary | |
---|---|
UndoOperation(CodeLine inCodeLine)
Class constructor. |
|
UndoOperation(java.util.Vector inCodeLines)
Class constructor. |
Method Summary | |
---|---|
java.util.Vector |
getContent()
Returns the Vector of CodeLine objects. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UndoOperation(CodeLine inCodeLine)
inCodeLine
- the CodeLine objectpublic UndoOperation(java.util.Vector inCodeLines)
inCodeLines
- a set of CodeLine objectsMethod Detail |
---|
public java.util.Vector getContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |