Package one.empty3.gui
Class History
- java.lang.Object
-
- one.empty3.gui.History
-
public class History extends java.lang.Object
Created by manue on 17-07-19.
-
-
Constructor Summary
Constructors Constructor Description History()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToHistory(RPropertyDetailsRow row)
void
back()
void
clear()
RPropertyDetailsRow
get(int i)
int
getCurrent()
java.lang.Object
getCurrentRow()
java.util.List<RPropertyDetailsRow>
getHistory()
void
next()
void
setCurrent(int current)
void
setHistory(java.util.List<RPropertyDetailsRow> history)
-
-
-
Method Detail
-
getHistory
public java.util.List<RPropertyDetailsRow> getHistory()
-
clear
public void clear()
-
addToHistory
public void addToHistory(RPropertyDetailsRow row)
-
setHistory
public void setHistory(java.util.List<RPropertyDetailsRow> history)
-
getCurrent
public int getCurrent()
-
setCurrent
public void setCurrent(int current)
-
next
public void next()
-
back
public void back()
-
getCurrentRow
public java.lang.Object getCurrentRow()
-
get
public RPropertyDetailsRow get(int i)
-
-