C# Class MonoHotDraw.Commands.SelectAllCommand

Inheritance: MonoHotDraw.Commands.AbstractCommand
Mostrar archivo Open project: mono/monohotdraw

Public Methods

Method Description
Execute ( ) : void
SelectAllCommand ( string name, IDrawingEditor editor ) : System

Protected Methods

Method Description
CreateUndoActivity ( ) : IUndoActivity

Method Details

CreateUndoActivity() protected method

protected CreateUndoActivity ( ) : IUndoActivity
return IUndoActivity

Execute() public method

public Execute ( ) : void
return void

SelectAllCommand() public method

public SelectAllCommand ( string name, IDrawingEditor editor ) : System
name string
editor IDrawingEditor
return System