C# Class FlatRedBall.Glue.Plugins.ExportedImplementations.CommandInterfaces.RefreshCommands

Inheritance: IRefreshCommands
显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
RefreshDirectoryTreeNodes ( ) : void
RefreshGlobalContent ( ) : void
RefreshPropertyGrid ( ) : void
RefreshSelection ( ) : void
RefreshUi ( IElement element ) : void
RefreshUiForSelectedElement ( ) : void

Private Methods

Method Description
RefreshSelectionInternal ( object sender, EventArgs e ) : void

Method Details

RefreshDirectoryTreeNodes() public method

public RefreshDirectoryTreeNodes ( ) : void
return void

RefreshGlobalContent() public method

public RefreshGlobalContent ( ) : void
return void

RefreshPropertyGrid() public method

public RefreshPropertyGrid ( ) : void
return void

RefreshSelection() public method

public RefreshSelection ( ) : void
return void

RefreshUi() public method

public RefreshUi ( IElement element ) : void
element IElement
return void

RefreshUiForSelectedElement() public method

public RefreshUiForSelectedElement ( ) : void
return void