Extending : Widget extension : Enabling a customized widget in the XUI editor : Defining a widget : The <figure> tag
  
The <figure> tag
By specifying the displaying class, the <figure> tag defines how a widget is displayed in the XUI editor. There are two types of figures for the implementation classes: draw2d and SWT. For a description of draw2d and SWT, see Displaying a widget in the XUI editor.
Attributes of the <figure> tag
Type
The type of class showing widget in XUI editor. Possible values are draw2d and SWT.
Class
The Class attribute specifies the class that is used to display a widget in the XUI editor.
Style
The Style attribute specifies the style of the widget. This attribute can be used only for the SWT type figure.
Go up to
Defining a widget