edu.cs.ai.kreator.ui.cli.wordcompletion
Class ConsoleCompletor

java.lang.Object
  extended by edu.cs.ai.kreator.ui.cli.wordcompletion.Completor
      extended by edu.cs.ai.kreator.ui.cli.wordcompletion.ChoiceCompletor
          extended by edu.cs.ai.kreator.ui.cli.wordcompletion.ConsoleCompletor

public class ConsoleCompletor
extends ChoiceCompletor


Field Summary
static org.apache.log4j.Logger LOG
           
 
Fields inherited from class edu.cs.ai.kreator.ui.cli.wordcompletion.ChoiceCompletor
completors
 
Fields inherited from class edu.cs.ai.kreator.ui.cli.wordcompletion.Completor
parentCompletor
 
Constructor Summary
ConsoleCompletor(javax.swing.JEditorPane parentEditor)
           
 
Method Summary
 
Methods inherited from class edu.cs.ai.kreator.ui.cli.wordcompletion.ChoiceCompletor
add, add, complete, toString
 
Methods inherited from class edu.cs.ai.kreator.ui.cli.wordcompletion.Completor
complete, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.log4j.Logger LOG
Constructor Detail

ConsoleCompletor

public ConsoleCompletor(javax.swing.JEditorPane parentEditor)