App::PFM::Browser::YourCommands
This class is responsible for the browsing functionality that is
specific for browsing through Your commands and selecting one.
- _init(App::PFM::Screen $screen, App::PFM::Config $config, App::PFM::State
$state)
- Initializes new instances. Called from the constructor. Stores the
application's current state internally.
- browselist()
- Getter for the key listing (A, a, B, b, ... Z, z) that is to be
shown.
- cursorcol()
- Getter for the cursor column to be used in this browser.
- currentitem()
- Getter for the Your command at the cursor position.
- list_items()
- List the Your commands from the App::PFM::Config object.
- show_item(int
$which, boolean $highlight)
- Shows one Your command item. Applies highlighting if the highlight
argument is true.
pfm(1), App::PFM::Browser(3pm).