C# Class Treefrog.Presentation.PropertyListPresenter

Inheritance: Presenter
ファイルを表示 Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
ActionAddCustomProperty ( ) : void
ActionEditSelectedProperty ( string value ) : void
ActionRemoveSelectedProperty ( ) : void
ActionRenameSelectedProperty ( string name ) : void
ActionSelectProperty ( string name ) : void
PropertyListPresenter ( ) : System
RefreshPropertyList ( ) : void

Protected Methods

Method Description
InitializeCore ( ) : void
OnSyncPropertyActions ( EventArgs e ) : void
OnSyncPropertyContainer ( EventArgs e ) : void
OnSyncPropertyList ( EventArgs e ) : void
OnSyncPropertySelection ( EventArgs e ) : void

Private Methods

Method Description
FindDefaultPropertyName ( ) : string
PropertyProvider_PropertyProviderNameChanged ( object sender, EventArgs e ) : void

Method Details

ActionAddCustomProperty() public method

public ActionAddCustomProperty ( ) : void
return void

ActionEditSelectedProperty() public method

public ActionEditSelectedProperty ( string value ) : void
value string
return void

ActionRemoveSelectedProperty() public method

public ActionRemoveSelectedProperty ( ) : void
return void

ActionRenameSelectedProperty() public method

public ActionRenameSelectedProperty ( string name ) : void
name string
return void

ActionSelectProperty() public method

public ActionSelectProperty ( string name ) : void
name string
return void

InitializeCore() protected method

protected InitializeCore ( ) : void
return void

OnSyncPropertyActions() protected method

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

OnSyncPropertyContainer() protected method

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

OnSyncPropertyList() protected method

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

OnSyncPropertySelection() protected method

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

PropertyListPresenter() public method

public PropertyListPresenter ( ) : System
return System

RefreshPropertyList() public method

public RefreshPropertyList ( ) : void
return void