Package org.jpass.database
Class IterateHistory
java.lang.Object
org.jpass.database.IterateHistory
Iterate through history
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
down()
Move down in history - copy the command to clipboard The index i is incrementedstatic void
up()
Move up in history - copy the command to clipboard The index i is decrementedstatic void
Update history - get history from configstatic void
Update index
-
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
-