com.raelity.jvi.swing
Class WindowCmdEntry

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

public class WindowCmdEntry
extends CommandLine.CommandLineEntry

This class provides a floating CommandLine entry widget. A separate window must be allocated for each browser. The window close button is disabled. or must be used to dismiss it.


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
WindowCmdEntry(int type)
           
 
Method Summary
 void finishActivate()
          Position the dialog and start taking input.
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

WindowCmdEntry

public WindowCmdEntry(int type)
Method Detail

finishActivate

public void finishActivate()
Position the dialog and start taking input.

Specified by:
finishActivate in class CommandLine.CommandLineEntry

prepareShutdown

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