C# Class Uiml.UimlComposite

Inheritance: IUimlComponent
Mostra file Open project: jozilla/Uiml.net

Public Methods

Method Description
Add ( string pattern, IUimlComponent component ) : void
Aggregate ( ) : UimlDocument
Remove ( IUimlComponent component ) : void
UimlComposite ( UimlDocument acontainer ) : System

Method Details

Add() public method

public Add ( string pattern, IUimlComponent component ) : void
pattern string
component IUimlComponent
return void

Aggregate() public method

public Aggregate ( ) : UimlDocument
return UimlDocument

Remove() public method

public Remove ( IUimlComponent component ) : void
component IUimlComponent
return void

UimlComposite() public method

public UimlComposite ( UimlDocument acontainer ) : System
acontainer UimlDocument
return System