Package peppy :: Package actions :: Module pypefind :: Class ReplaceMinibuffer
[frames] | no frames]

Class ReplaceMinibuffer

       object --+            
                |            
 debug.debugmixin --+        
                    |        
minibuffer.Minibuffer --+    
                        |    
           FindMinibuffer --+
                            |
                           ReplaceMinibuffer

Adapter for PyPE replacebar. Adds stuff specific to the replace features to the stuff already in the FindMinibuffer parent class.

Instance Methods
 
createWindow(self)
Create a window that represents the minibuffer, and set self.win to that window.
 
GetPageCount(self)
 
GetCurrentPage(self)

Inherited from FindMinibuffer: GetWindow1, SetStatusText, Unsplit, focus, getglobal

Inherited from minibuffer.Minibuffer: __init__, close, removeFromParent

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods

Inherited from debug.debugmixin: dprint

Class Variables

Inherited from minibuffer.Minibuffer: error, label

Inherited from debug.debugmixin: debuglevel

Properties

Inherited from object: __class__

Method Details

createWindow(self)

 

Create a window that represents the minibuffer, and set self.win to that window.

Overrides: minibuffer.Minibuffer.createWindow
(inherited documentation)