C# Class IPATools.PlistEditor.MainController

Afficher le fichier Open project: shootsoft/PListEditor Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public CreateNew ( FarsiLibrary tabStrip ) : void
tabStrip FarsiLibrary
Résultat void

MainController() public méthode

public MainController ( Form frm ) : System
frm System.Windows.Forms.Form
Résultat System

Open() public méthode

public Open ( FarsiLibrary faTabStripMain, string path = "" ) : void
faTabStripMain FarsiLibrary
path string
Résultat void