Class IterateHistory

java.lang.Object
org.jpass.database.IterateHistory

public class IterateHistory extends Object
Iterate through history
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Move down in history - copy the command to clipboard The index i is incremented
    static void
    up()
    Move up in history - copy the command to clipboard The index i is decremented
    static void
    Update history - get history from config
    static void
    Update index

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IterateHistory

      public IterateHistory()
  • Method Details

    • up

      public static void up()
      Move up in history - copy the command to clipboard The index i is decremented
    • down

      public static void down()
      Move down in history - copy the command to clipboard The index i is incremented
    • updateHistory

      public static void updateHistory()
      Update history - get history from config
    • updateIndex

      public static void updateIndex()
      Update index