C# Class Uiml.FrontEnd.UimlFrontEnd

Main application class; serves as a comand-line front-end for the uiml.net library
Afficher le fichier Open project: jozilla/Uiml.net

Protected Properties

Свойство Type Description
renderer IRenderer
uimlDoc UimlDocument

Méthodes publiques

Méthode Description
OpenUimlFile ( ) : void
Quit ( ) : void
Render ( ) : void
Show ( string file, bool replace ) : void

Displays a new UIML dialog. Will render it if necessary, otherwise just try to bring it to the front.

UimlFrontEnd ( ) : Uiml.Peers
UimlFrontEnd ( string frontendFile, string frontendLib ) : Uiml.Peers
Version ( ) : void

Private Methods

Méthode Description
FileToDictionaryKey ( string file ) : string
LoadFrontEnd ( ) : void
Render ( string file ) : void
SetupFrontEndFiles ( string frontendFile, string frontendLib ) : void
UimlDocument_Activated ( object sender, EventArgs e ) : void
UimlDocument_Closed ( object sender, EventArgs e ) : void

Method Details

OpenUimlFile() public abstract méthode

public abstract OpenUimlFile ( ) : void
Résultat void

Quit() public abstract méthode

public abstract Quit ( ) : void
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

Show() public méthode

Displays a new UIML dialog. Will render it if necessary, otherwise just try to bring it to the front.
public Show ( string file, bool replace ) : void
file string The UIML file to display (or render)
replace bool Indicates whether Uiml.net should hide the current window when displaying the new one.
Résultat void

UimlFrontEnd() public méthode

public UimlFrontEnd ( ) : Uiml.Peers
Résultat Uiml.Peers

UimlFrontEnd() public méthode

public UimlFrontEnd ( string frontendFile, string frontendLib ) : Uiml.Peers
frontendFile string
frontendLib string
Résultat Uiml.Peers

Version() static public méthode

static public Version ( ) : void
Résultat void

Property Details

renderer protected_oe static_oe property

protected static IRenderer renderer
Résultat IRenderer

uimlDoc protected_oe property

protected UimlDocument uimlDoc
Résultat UimlDocument