C# Class IPATools.PlistEditor.MainController

Show file Open project: shootsoft/PListEditor Class Usage Examples

Public Methods

Method Description
CreateNew ( FarsiLibrary tabStrip ) : void
MainController ( Form frm ) : System
Open ( FarsiLibrary faTabStripMain, string path = "" ) : void

Private Methods

Method Description
BindSystem ( ) : void
Close ( TabStripItemClosingEventArgs e = null ) : bool
CloseTab ( FATabStripItem tab, bool goClose ) : void
CreateTab ( FarsiLibrary tabStrip, string title, PlistInfo p = null ) : PlistEditControl
EditRedo ( ) : void
EditUndo ( ) : void
Exit ( FormClosingEventArgs e = null ) : void
FormatXml ( ) : void
OpenPath ( ) : void
Save ( PlistEditControl edit = null, bool saveAs = false, bool isBinaryFormat = false ) : void
SetActivate ( FATabStripItem tab ) : void
drop_DropNotice ( object sender, DropFileEventArgs e ) : void

Method Details

CreateNew() public method

public CreateNew ( FarsiLibrary tabStrip ) : void
tabStrip FarsiLibrary
return void

MainController() public method

public MainController ( Form frm ) : System
frm System.Windows.Forms.Form
return System

Open() public method

public Open ( FarsiLibrary faTabStripMain, string path = "" ) : void
faTabStripMain FarsiLibrary
path string
return void