C# Class Poderosa.Commands.PasteToTerminalCommand

Inheritance: IPoderosaCommand
Show file Open project: poderosaproject/poderosa

Public Methods

Method Description
CanExecute ( ICommandTarget target ) : bool
GetAdapter ( Type adapter ) : IAdaptable
InternalExecute ( ICommandTarget target ) : CommandResult
PasteToTerminalCommand ( ) : System

Private Methods

Method Description
GetClipboardText ( ) : string
GetViewAndSession ( ICommandTarget target, IPoderosaView &view, ITerminalSession &session ) : bool

Method Details

CanExecute() public method

public CanExecute ( ICommandTarget target ) : bool
target ICommandTarget
return bool

GetAdapter() public method

public GetAdapter ( Type adapter ) : IAdaptable
adapter System.Type
return IAdaptable

InternalExecute() public method

public InternalExecute ( ICommandTarget target ) : CommandResult
target ICommandTarget
return CommandResult

PasteToTerminalCommand() public method

public PasteToTerminalCommand ( ) : System
return System