Method | Description | |
---|---|---|
CompactSWFRenderer ( ) : System | ||
GetValue ( Part part, System.Property prop ) : |
This is the implementation of the method specified in the IPropertySetter Interface For now it is implemented in the rendering engine itself, but when it becomes too complex the IPropertySetter implementation will be isolated from this rendering class. If part==null, the property will be retrieved fro the first matching part found starting from the top-part in first-order. |
|
PreRender ( UimlDocument uimlDoc ) : IRenderedInstance | ||
Render ( Part uiPart, |
This is the ``core'' rendering method. It will recursively descend into the Part hierarchy and using the .net reflection mechanisms to create the appropriate widgets
|
Method | Description | |
---|---|---|
LoadAdHocProperties ( System &uiObject, Part part, |
Applies several properties to an individual concrete widget instance relying on hard-coded knowledge about the widgets
|
public GetValue ( Part part, System.Property prop ) : |
||
part | Part | |
prop | System.Property | |
return |
protected LoadAdHocProperties ( System &uiObject, Part part, |
||
uiObject | System | |
part | Part | |
s | ||
return |
public PreRender ( UimlDocument uimlDoc ) : IRenderedInstance | ||
uimlDoc | UimlDocument | |
return | IRenderedInstance |
public Render ( Part uiPart, |
||
uiPart | Part | |
uiStyle | ||
return |