C# (CSharp) Uiml 네임스페이스

중첩된 네임스페이스

Uiml.Executing
Uiml.FrontEnd
Uiml.LayoutManagement
Uiml.Peers
Uiml.Rendering
Uiml.Utils

클래스들

이름 설명
CascadeTemplateResolver This class resolves a template using the ``cascade'' method
Content Represents the content element: <!ELEMENT content (constant*)> <!ATTLIST content id NMTOKEN #IMPLIED source CDATA #IMPLIED how (union|cascade|replace) "replace" export (hidden|optional|required) "optional">
Head Implementation for the head element <!ELEMENT head (meta*)> <!ELEMENT meta EMPTY> <!ATTLIST meta name NMTOKEN #REQUIRED content CDATA #REQUIRED>
Logic
MappingNotFoundException
Param
Presentation
Style
TemplateRepository
UimlAttributes Holds 4 common attributes of UIML tags: id, source, how and export
UimlComposite
UimlContainerDocument Helper class that allows to insert a document in a container UIML document that contains placeholders a placeholder is defined in the part tree as follows: <part class="HBox" name="container" > </part>
UnionTemplateResolver This class resolves a template using the ``union'' method.