C# 클래스 Uiml.Rendering.CompactSWF.CompactSWFEventLinker

Links the events from the concrete widget set with the behavior specified in a UIML document
파일 보기 프로젝트 열기: jozilla/Uiml.net

공개 메소드들

메소드 설명
CompactSWFEventLinker ( IRenderer renderer ) : System
Link ( Structure uiStruct, Behavior uiBehavior ) : void

Links the different rules in the behavior with the parts of the structure. This method uses link(Rule, Part) for each rule that is available in the behavior section.

보호된 메소드들

메소드 설명
link ( Rule r, Part p ) : void
link ( Rule r, Part p, CompactSWFEventLink sel ) : void

Searches the parts that are used in the condition of Rule r. Events of a certain type emitted by thow parts are connected to the condition of Rule r so it can be evaluated if such an event occurs

메소드 상세

CompactSWFEventLinker() 공개 메소드

public CompactSWFEventLinker ( IRenderer renderer ) : System
renderer IRenderer
리턴 System

Link() 공개 메소드

Links the different rules in the behavior with the parts of the structure. This method uses link(Rule, Part) for each rule that is available in the behavior section.
public Link ( Structure uiStruct, Behavior uiBehavior ) : void
uiStruct Structure
uiBehavior Behavior
리턴 void

link() 보호된 메소드

protected link ( Rule r, Part p ) : void
r Rule
p Part
리턴 void

link() 보호된 메소드

Searches the parts that are used in the condition of Rule r. Events of a certain type emitted by thow parts are connected to the condition of Rule r so it can be evaluated if such an event occurs
protected link ( Rule r, Part p, CompactSWFEventLink sel ) : void
r Rule The rule with a condition and action
p Part A part where p itself or one of it subparts will emit events that are of interest ///for the condition of Rule r
sel CompactSWFEventLink
리턴 void