Package one.empty3.gui
Class History
java.lang.Object
one.empty3.gui.History
Created by manue on 17-07-19.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
back()
void
clear()
get
(int i) int
void
next()
void
setCurrent
(int current) void
setHistory
(List<RPropertyDetailsRow> history)
-
Constructor Details
-
History
public History()
-
-
Method Details
-
getHistory
-
clear
public void clear() -
addToHistory
-
setHistory
-
getCurrent
public int getCurrent() -
setCurrent
public void setCurrent(int current) -
next
public void next() -
back
public void back() -
getCurrentRow
-
get
-