C# Class Smrf.NodeXL.ExcelTemplate.OpenPajekFileDialog

Represents a dialog box for opening a Pajek file.
Call ShowDialogAndOpenPajekFile to allow the user to open a Pajek file from a location of his choice.
Inheritance: Smrf.AppLib.OpenFileDialog2
ファイルを表示 Open project: 2014-sed-team3/term-project

Public Methods

Method Description
AssertValid ( ) : void
OpenPajekFileDialog ( ) : System

Initializes a new instance of the OpenPajekFileDialog class.

ShowDialogAndOpenPajekFile ( IGraph &graph ) : DialogResult

Protected Methods

Method Description
GetDialogTitle ( ) : String
GetFilter ( ) : String
OpenObject ( String sFileName, Object &oObject ) : void

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

GetDialogTitle() protected method

protected GetDialogTitle ( ) : String
return String

GetFilter() protected method

protected GetFilter ( ) : String
return String

OpenObject() protected method

protected OpenObject ( String sFileName, Object &oObject ) : void
sFileName String
oObject Object
return void

OpenPajekFileDialog() public method

Initializes a new instance of the OpenPajekFileDialog class.
public OpenPajekFileDialog ( ) : System
return System

ShowDialogAndOpenPajekFile() public method

public ShowDialogAndOpenPajekFile ( IGraph &graph ) : DialogResult
graph IGraph
return DialogResult