C# Class MetaGeta.Browser.Browser

显示文件 Open project: anyoun/metageta

Private Properties

Property Type Description
Browser System
UpdateCurrent void

Public Methods

Method Description
GetCurrentView ( ) : TagView
GetFileView ( ) : FileView
Pop ( ) : void
Push ( MGTag tag ) : void

Private Methods

Method Description
Browser ( MGDataStore ds, string path ) : System
UpdateCurrent ( ) : void

Method Details

GetCurrentView() public method

public GetCurrentView ( ) : TagView
return TagView

GetFileView() public method

public GetFileView ( ) : FileView
return FileView

Pop() public method

public Pop ( ) : void
return void

Push() public method

public Push ( MGTag tag ) : void
tag MGTag
return void