C# Class Treefrog.Presentation.ContentInfoArbitrationPresenter

Inheritance: IContentInfoPresenter
Show file Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
ActionUpdateCoordinates ( string coords ) : void
BindInfoPresenter ( IContentInfoPresenter pres ) : void
ContentInfoArbitrationPresenter ( Treefrog.Presentation.EditorPresenter editor ) : System
RefreshContentInfo ( ) : void

Protected Methods

Method Description
OnSyncContentInfoActions ( EventArgs e ) : void
OnSyncStatusInfo ( EventArgs e ) : void
OnSyncZoomLevel ( EventArgs e ) : void

Private Methods

Method Description
SyncContentInfoActionsHandler ( object sender, EventArgs e ) : void
SyncStatusInfoHandler ( object sender, EventArgs e ) : void
SyncZoomLevelHandler ( object sender, EventArgs e ) : void

Method Details

ActionUpdateCoordinates() public method

public ActionUpdateCoordinates ( string coords ) : void
coords string
return void

BindInfoPresenter() public method

public BindInfoPresenter ( IContentInfoPresenter pres ) : void
pres IContentInfoPresenter
return void

ContentInfoArbitrationPresenter() public method

public ContentInfoArbitrationPresenter ( Treefrog.Presentation.EditorPresenter editor ) : System
editor Treefrog.Presentation.EditorPresenter
return System

OnSyncContentInfoActions() protected method

protected OnSyncContentInfoActions ( EventArgs e ) : void
e System.EventArgs
return void

OnSyncStatusInfo() protected method

protected OnSyncStatusInfo ( EventArgs e ) : void
e System.EventArgs
return void

OnSyncZoomLevel() protected method

protected OnSyncZoomLevel ( EventArgs e ) : void
e System.EventArgs
return void

RefreshContentInfo() public method

public RefreshContentInfo ( ) : void
return void