C# Class X.Browser.Views.MainLayout

显示文件 Open project: liquidboy/X

Public Methods

Method Description
CloseExtension ( Guid extGuid ) : void
InitExtensions ( ) : Task
LaunchExtension ( Guid extGuid ) : void
MainLayout ( ) : CoreLib.Extensions
OnPaneLoad ( ) : void
OnPaneUnload ( ) : void
ProcessArguments ( string arguments, string tileId ) : void
RecieveMessage ( object message ) : void
SetSelectedTab ( string tileId ) : void
UnInitExtensions ( ) : void

Private Methods

Method Description
AddTab_DoSearch ( object sender, System e ) : void
AddTab_LoadCompleted ( object sender, System e ) : void
CanvasInvalidate ( ) : void
HideOnebox ( HideOnebox message ) : void
InitOneBox ( ) : void
InitTabs ( ) : void
SetAddTabSearchBoxFocus ( SetAddTabSearchBoxFocus message ) : void
ShowHideOneBox ( bool show ) : void
ShowOnebox ( ShowOnebox message ) : void
ctrlModernUri_PointerReleased ( object sender, Windows e ) : void
grid_PointerEntered ( object sender, Windows e ) : void
header_PointerEntered ( object sender, Windows e ) : void
tlMainTabs_TabPointerEntered ( object sender, Windows e ) : void
tlMainTabs_TabPointerExited ( object sender, Windows e ) : void
wvMain_SendMessage ( object sender, System e ) : void

Method Details

CloseExtension() public method

public CloseExtension ( Guid extGuid ) : void
extGuid Guid
return void

InitExtensions() public method

public InitExtensions ( ) : Task
return Task

LaunchExtension() public method

public LaunchExtension ( Guid extGuid ) : void
extGuid Guid
return void

MainLayout() public method

public MainLayout ( ) : CoreLib.Extensions
return CoreLib.Extensions

OnPaneLoad() public method

public OnPaneLoad ( ) : void
return void

OnPaneUnload() public method

public OnPaneUnload ( ) : void
return void

ProcessArguments() public method

public ProcessArguments ( string arguments, string tileId ) : void
arguments string
tileId string
return void

RecieveMessage() public method

public RecieveMessage ( object message ) : void
message object
return void

SetSelectedTab() public method

public SetSelectedTab ( string tileId ) : void
tileId string
return void

UnInitExtensions() public method

public UnInitExtensions ( ) : void
return void