C# Class Stetic.WidgetDesignerFrontend

Inheritance: System.MarshalByRefObject
Show file Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
InitializeLifetimeService ( ) : object
NotifyBindField ( ) : void
NotifyChanged ( ) : void
NotifyModifiedChanged ( ) : void
NotifyRootWidgetChanged ( ) : void
NotifyRootWidgetChanging ( ) : void
WidgetDesignerFrontend ( WidgetDesigner designer ) : System

Private Methods

Method Description
NotifySelectionChanged ( object ob, bool canCut, bool canCopy, bool canPaste, bool canDelete ) : void

Method Details

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

NotifyBindField() public method

public NotifyBindField ( ) : void
return void

NotifyChanged() public method

public NotifyChanged ( ) : void
return void

NotifyModifiedChanged() public method

public NotifyModifiedChanged ( ) : void
return void

NotifyRootWidgetChanged() public method

public NotifyRootWidgetChanged ( ) : void
return void

NotifyRootWidgetChanging() public method

public NotifyRootWidgetChanging ( ) : void
return void

WidgetDesignerFrontend() public method

public WidgetDesignerFrontend ( WidgetDesigner designer ) : System
designer WidgetDesigner
return System