com.cyc.tool.subl.util
Class SubLCommandHistory

java.lang.Object
  extended by com.cyc.tool.subl.util.SubLCommandHistory

public class SubLCommandHistory
extends java.lang.Object


Constructor Summary
SubLCommandHistory()
          Creates a new instance of SubLCommandHistory.
 
Method Summary
 void add(SubLCommandHistoryItem item)
           
 void clearHistory()
           
static void main(java.lang.String[] args)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubLCommandHistory

public SubLCommandHistory()
Creates a new instance of SubLCommandHistory.

Method Detail

clearHistory

public void clearHistory()

size

public int size()

add

public void add(SubLCommandHistoryItem item)

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments