Méthode | Description | |
---|---|---|
AddContentController ( |
||
CloseContent ( System.Guid uid ) : void | ||
ContentWorkspacePresenter ( Treefrog.Presentation.EditorPresenter editor ) : System | ||
Dispose ( ) : void | ||
GetContent ( System.Guid uid ) : |
||
IsContentOpen ( System.Guid uid ) : bool | ||
IsContentValid ( System.Guid uid ) : bool | ||
OpenContent ( System.Guid uid ) : void | ||
RemoveContentController ( |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnContentClosed ( |
||
OnContentModified ( |
||
OnContentOpened ( |
||
OnProjectReset ( |
Méthode | Description | |
---|---|---|
BindProject ( |
||
CommandCanOpenLevel ( object param ) : bool | ||
CommandOpenLevel ( object param ) : void | ||
ControllerContentClosedHandler ( object sender, |
||
ControllerContentOpenedHandler ( object sender, |
||
EditorSyncCurrentProject ( object sender, Treefrog.Presentation.SyncProjectEventArgs e ) : void | ||
InitializeCommandManager ( ) : void |
public AddContentController ( |
||
controller | ||
Résultat | void |
public CloseContent ( System.Guid uid ) : void | ||
uid | System.Guid | |
Résultat | void |
public ContentWorkspacePresenter ( Treefrog.Presentation.EditorPresenter editor ) : System | ||
editor | Treefrog.Presentation.EditorPresenter | |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetContent ( System.Guid uid ) : |
||
uid | System.Guid | |
Résultat |
public IsContentOpen ( System.Guid uid ) : bool | ||
uid | System.Guid | |
Résultat | bool |
public IsContentValid ( System.Guid uid ) : bool | ||
uid | System.Guid | |
Résultat | bool |
protected OnContentClosed ( |
||
e | ||
Résultat | void |
protected OnContentModified ( |
||
e | ||
Résultat | void |
protected OnContentOpened ( |
||
e | ||
Résultat | void |
protected OnProjectReset ( |
||
e | ||
Résultat | void |
public OpenContent ( System.Guid uid ) : void | ||
uid | System.Guid | |
Résultat | void |
public RemoveContentController ( |
||
controller | ||
Résultat | void |