Uses of Class
com.raelity.jvi.Window

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

Uses of Window in com.raelity.jvi
 

Methods in com.raelity.jvi that return Window
 Window ViTextView.getWindow()
           
 Window ViFactory.lookupWindow(JEditorPane editorPane)
          The factory keeps track of which Window is active when there is a switch.
 

Methods in com.raelity.jvi with parameters of type Window
 void ViTextView.setWindow(Window window)
           
 

Uses of Window in com.raelity.jvi.swing
 

Fields in com.raelity.jvi.swing declared as Window
protected  Window TextView.window
           
 

Methods in com.raelity.jvi.swing that return Window
 Window TextView.getWindow()
           
 Window DefaultViFactory.lookupWindow(JEditorPane editorPane)
           
 

Methods in com.raelity.jvi.swing with parameters of type Window
 void TextView.setWindow(Window window)