C# 클래스 Uiml.FrontEnd.UimlFrontEnd

Main application class; serves as a comand-line front-end for the uiml.net library
파일 보기 프로젝트 열기: jozilla/Uiml.net

보호된 프로퍼티들

프로퍼티 타입 설명
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