Package x2go :: Module mimeboxactions :: Class X2GoMIMEboxActionOPENWITH
[frames] | no frames]

type X2GoMIMEboxActionOPENWITH

source code

       object --+    
                |    
X2GoMIMEboxAction --+
                    |
                   X2GoMIMEboxActionOPENWITH

MIME box action that calls the system's ,,Open with...'' dialog on incoming files. Currently only properly implementable on Windows platforms.

Instance Methods
 
__init__(self, client_instance=None, logger=None, loglevel=56)
This is a meta class and has no functionality as such.
source code

Inherited from X2GoMIMEboxAction: do_process

Class Variables
  __name__ = 'OPENWITH'
  __decription__ = 'Evoke ,,Open with...\'\' dialog on incoming ...

Inherited from X2GoMIMEboxAction: __description__

Properties

Inherited from X2GoMIMEboxAction: description, name

Method Details

__init__(self, client_instance=None, logger=None, loglevel=56)
(Constructor)

source code 

This is a meta class and has no functionality as such. It is used as parent class by »real« X2Go MIME box actions.

Parameters:
Overrides: X2GoMIMEboxAction.__init__

Class Variable Details

__decription__

Value:
'Evoke ,,Open with...\'\' dialog on incoming MIME box files.'