Uses of Interface
com.raelity.jvi.ViCmdEntry

Packages that use ViCmdEntry
com.raelity.jvi This is the main package of the jVi editor; it contains the primary editing engine. 
com.raelity.jvi.swing   
 

Uses of ViCmdEntry in com.raelity.jvi
 

Methods in com.raelity.jvi that return ViCmdEntry
 ViCmdEntry ViFactory.createCmdEntry(int type)
          A command entry object will be created if needed.
 

Methods in com.raelity.jvi with parameters of type ViCmdEntry
 void ViFactory.commandEntryAssist(ViCmdEntry cmdEntry, boolean enable)
           
static void ViManager.startCommandEntry(ViCmdEntry commandEntry, String mode, ViTextView tv, StringBuffer initialString)
          Pass control to indicated ViCmdEntry widget.
 

Uses of ViCmdEntry in com.raelity.jvi.swing
 

Classes in com.raelity.jvi.swing that implement ViCmdEntry
static class CommandLine.CommandLineEntry
          The CommandLine JPanel may be embedded in a Dialog or put on a glass pane; CommandLineEntry is some common handling particularly for the ViCmdEntry interface.
 class InlineCmdEntry
           
 class WindowCmdEntry
          This class provides a floating CommandLine entry widget.
 

Methods in com.raelity.jvi.swing that return ViCmdEntry
 ViCmdEntry DefaultViFactory.createCmdEntry(int type)
           
 

Methods in com.raelity.jvi.swing with parameters of type ViCmdEntry
 void DefaultViFactory.commandEntryAssist(ViCmdEntry cmdEntry, boolean enable)