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

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.ConfigurationOptionValueCompletor

public class ConfigurationOptionValueCompletor
extends ChoiceCompletor


Field Summary
 
Fields inherited from class edu.cs.ai.kreator.ui.cli.wordcompletion.ChoiceCompletor
completors, LOG
 
Fields inherited from class edu.cs.ai.kreator.ui.cli.wordcompletion.Completor
parentCompletor
 
Constructor Summary
ConfigurationOptionValueCompletor()
           
 
Method Summary
 java.util.List<Completion> complete(java.lang.String word, int offset)
           
 
Methods inherited from class edu.cs.ai.kreator.ui.cli.wordcompletion.ChoiceCompletor
add, add, 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
 

Constructor Detail

ConfigurationOptionValueCompletor

public ConfigurationOptionValueCompletor()
Method Detail

complete

public java.util.List<Completion> complete(java.lang.String word,
                                           int offset)
Overrides:
complete in class ChoiceCompletor