Class Msf::Ui::Gtk2::SkeletonBrowser
In: lib/msf/ui/gtk2/dialog/skeleton_browser.rb
Parent: Gtk::Window

Implement a basic window

Methods

Included Modules

Msf::Ui::Gtk2::MyControls

Constants

COL_PIXBUF = (0..5).to_a
DOWNLOAD_TARGET_TABLE = ["DOWNLOAD", Gtk::Drag::TARGET_SAME_APP, 0]
UPLOAD_TARGET_TABLE = ["UPLOAD", Gtk::Drag::TARGET_SAME_APP, 0]

Attributes

file_pixbuf  [R] 
folder_pixbuf  [R] 
local_path  [RW] 
model_local  [RW] 
model_remote  [RW] 
parent_local  [RW] 
parent_remote  [RW] 
remote_path  [RW] 

Public Class methods

Public Instance methods

Dummy function for download method

Dummy function for upload method

Parsing for local entry

Parsing for remote entry

Parsing for remote entry (up button)

Return files widgets specified by the given directory on the local machine

Build a toolbar menu

Return files widgets specified by the given directory on the remote machine

Return an array containing all the selected widgets

Drag stuff for local view

Drag stuff for remote view

[Validate]