Class History

java.lang.Object
one.empty3.gui.History

public class History extends Object
Created by manue on 17-07-19.
  • Constructor Details

    • History

      public History()
  • Method Details

    • getHistory

      public List<RPropertyDetailsRow> getHistory()
    • clear

      public void clear()
    • addToHistory

      public void addToHistory(RPropertyDetailsRow row)
    • setHistory

      public void setHistory(List<RPropertyDetailsRow> history)
    • getCurrent

      public int getCurrent()
    • setCurrent

      public void setCurrent(int current)
    • next

      public void next()
    • back

      public void back()
    • getCurrentRow

      public Object getCurrentRow()
    • get

      public RPropertyDetailsRow get(int i)