C# Class ErlangEditor.NavigationHelper

Inheritance: ViewModelBase
ファイルを表示 Open project: xdusongwei/ErlangEditor

Public Properties

Property Type Description
DisableBackward EventHandler
EnableBackward EventHandler
NavigatedTo EventHandler
ShowingErrorMessage EventHandler
ShowingMessage EventHandler
ShowingYesNoMessage EventHandler

Public Methods

Method Description
GoBackward ( ) : void
GoFroward ( System.Windows.Controls.UserControl aUC ) : void
JumpTo ( System.Windows.Controls.UserControl aUC ) : void
JumpToWithFirstFrame ( System.Windows.Controls.UserControl aUC ) : void
ShowErrorMessageBox ( string aMessage ) : void
ShowErrorMessageBox ( string aMessage, string aTitle ) : void
ShowMessageBox ( string aMessage ) : void
ShowMessageBox ( string aMessage, string aTitle ) : void
ShowYesNoBox ( string aMessage ) : void
ShowYesNoBox ( string aMessage, string aTitle ) : void

Private Methods

Method Description
UpdateButtomToolBar ( ) : void

Method Details

GoBackward() public method

public GoBackward ( ) : void
return void

GoFroward() public method

public GoFroward ( System.Windows.Controls.UserControl aUC ) : void
aUC System.Windows.Controls.UserControl
return void

JumpTo() public method

public JumpTo ( System.Windows.Controls.UserControl aUC ) : void
aUC System.Windows.Controls.UserControl
return void

JumpToWithFirstFrame() public method

public JumpToWithFirstFrame ( System.Windows.Controls.UserControl aUC ) : void
aUC System.Windows.Controls.UserControl
return void

ShowErrorMessageBox() public method

public ShowErrorMessageBox ( string aMessage ) : void
aMessage string
return void

ShowErrorMessageBox() public method

public ShowErrorMessageBox ( string aMessage, string aTitle ) : void
aMessage string
aTitle string
return void

ShowMessageBox() public method

public ShowMessageBox ( string aMessage ) : void
aMessage string
return void

ShowMessageBox() public method

public ShowMessageBox ( string aMessage, string aTitle ) : void
aMessage string
aTitle string
return void

ShowYesNoBox() public method

public ShowYesNoBox ( string aMessage ) : void
aMessage string
return void

ShowYesNoBox() public method

public ShowYesNoBox ( string aMessage, string aTitle ) : void
aMessage string
aTitle string
return void

Property Details

DisableBackward public_oe property

public EventHandler DisableBackward
return EventHandler

EnableBackward public_oe property

public EventHandler EnableBackward
return EventHandler

NavigatedTo public_oe property

public EventHandler NavigatedTo
return EventHandler

ShowingErrorMessage public_oe property

public EventHandler ShowingErrorMessage
return EventHandler

ShowingMessage public_oe property

public EventHandler ShowingMessage
return EventHandler

ShowingYesNoMessage public_oe property

public EventHandler ShowingYesNoMessage
return EventHandler