com.raelity.jvi.swing
Class InlineCmdEntry

java.lang.Object
  extended by com.raelity.jvi.swing.CommandLine.CommandLineEntry
      extended by com.raelity.jvi.swing.InlineCmdEntry
All Implemented Interfaces:
ViCmdEntry, ActionListener, EventListener

public class InlineCmdEntry
extends CommandLine.CommandLineEntry


Field Summary
 
Fields inherited from class com.raelity.jvi.swing.CommandLine.CommandLineEntry
commandLine, entryType, initialText, lastCommand, listener, tv
 
Fields inherited from interface com.raelity.jvi.ViCmdEntry
COLON_ENTRY, SEARCH_ENTRY
 
Constructor Summary
InlineCmdEntry()
           
InlineCmdEntry(int type)
           
 
Method Summary
 void finishActivate()
           
protected  void prepareShutdown()
           
 
Methods inherited from class com.raelity.jvi.swing.CommandLine.CommandLineEntry
actionPerformed, activate, activate, addActionListener, append, cancel, fireEvent, getCommand, getTextComponent, positionCommandEntry, removeActionListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineCmdEntry

public InlineCmdEntry()

InlineCmdEntry

public InlineCmdEntry(int type)
Method Detail

finishActivate

public void finishActivate()
Specified by:
finishActivate in class CommandLine.CommandLineEntry

prepareShutdown

protected void prepareShutdown()
Specified by:
prepareShutdown in class CommandLine.CommandLineEntry