C# Класс Uiml.FrontEnd.UimlFrontEnd

Main application class; serves as a comand-line front-end for the uiml.net library
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
renderer IRenderer
uimlDoc UimlDocument

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

OpenUimlFile() публичный абстрактный Метод

public abstract OpenUimlFile ( ) : void
Результат void

Quit() публичный абстрактный Метод

public abstract Quit ( ) : void
Результат void

Render() публичный Метод

public Render ( ) : void
Результат void

Show() публичный Метод

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.
Результат void

UimlFrontEnd() публичный Метод

public UimlFrontEnd ( ) : Uiml.Peers
Результат Uiml.Peers

UimlFrontEnd() публичный Метод

public UimlFrontEnd ( string frontendFile, string frontendLib ) : Uiml.Peers
frontendFile string
frontendLib string
Результат Uiml.Peers

Version() статический публичный Метод

static public Version ( ) : void
Результат void

Описание свойств

renderer защищенное статическое свойство

protected static IRenderer renderer
Результат IRenderer

uimlDoc защищенное свойство

protected UimlDocument uimlDoc
Результат UimlDocument