Package peppy :: Package plugins :: Module buffer_list_mode :: Class BufferListPrevious
[frames] | no frames]

Class BufferListPrevious

          object --+    
                   |    
  FlagBackwardsMixin --+
                       |
      object --+       |
               |       |
debug.debugmixin --+   |
                   |   |
actions.SelectAction --+
                       |
                      BufferListPrevious

Instance Methods

Inherited from FlagBackwardsMixin: action

Inherited from actions.SelectAction: __call__, __init__, getMenuItemName, getSubIds, getTooltip, initPostHook, initPreHook, insertIntoMenu, insertIntoToolbar, isEnabled, showEnable

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

Class Methods

Inherited from actions.SelectAction: getHelp, setAcceleratorText, worksWithMajorMode

Inherited from debug.debugmixin: dprint

Class Variables
  alias = 'buffer-list-previous'
This alias holds an emacs style name that is used during M-X processing.
  name = 'Move to Previous Item'
This is the name of the menu entry as it appears in the menu bar.
  tooltip = 'Move the selection to the previous item in the list.'
Tooltip that is displayed when the mouse is hovering over the menu entry.
  default_menu = ('Actions', 101)
The default menu location is specified here as a tuple containing the menu path (separated by / characters) and a number between 1 and 1000 representing the position within the menu.
  key_bindings = {'default': 'P'}
Map of platform to default keybinding.

Inherited from FlagBackwardsMixin: flag

Inherited from actions.SelectAction: default_toolbar, global_id, icon, keyboard, stock_id

Inherited from debug.debugmixin: debuglevel

Properties

Inherited from object: __class__