INTRO SPECS TUTORIALS RESOURCES TOOLS ABOUT US CONTACT US
UIML v1.0 UIML v2.0
 

UIML v2.0
Draft Spec
DTD
Examples
Vocabularies

UIML v1.0
Tags
Components
Attributes

UIML Attributes (UIML 1.0)

RENDERING

Allowed Values Meaning
Button, Choice, Label, List, Panel, ScrollPane, TextArea, TextField Inserts a java.awt component into a parent component. The parent component must be rendered as a Frame, Panel, or ScrollPane.
ButtonGroup JRadioButtons nested in a ButtonGroup can be checked with mutual exclusion. The parent component must be rendered as a Frame, Panel, ScrollPane, JFrame, or JPanel.
Checkbox Inserts a Checkbox into a parent component. The parent component must be rendered as a CheckboxGroup, Frame, Panel, or ScrollPane.
CheckboxGroup Transforms Checkboxes into radio buttons. Place Checkboxes inside a CheckboxGroup to convert them to radio buttons. The parent component must be rendered as a Frame, Panel, or ScrollPane.
Frame Inserts a Frame into a parent component. The parent must be an APP tag.
HWrappingLabel Inserts a Harmonia Windowing Toolkit custom component into a parent component. The parent component must be rendered as a frame, panel, scrollpane, JFrame, or JPanel.
JButton, JCheckBox, JLabel, JPanel, JRadioButton, JTable, JToggleButton Inserts a Java Swing component into a parent component. The parent component must be rendered as a frame, panel, scrollpane, JFrame, or JPanel.
JFrame Inserts a JFrame into a parent component. The parent must be an APP tag.
Menu Inserts a Menu into the parent component's menubar. The Menu must be nested one or more levels within a Frame.
MenuItem Inserts a MenuItem into a menu. The parent component must be rendered as a Menu.
None Ignores the RENDERING tag. Useful for removing user interface components without having to modify the user interface definition itself (the .ui file). Note: any components contained within the component rendered as None will still be rendered.
TopPanel Create a Panel that is not contained in any other container. Used as top level container in Active-X version of renderer.

 

© 1999-2000 UIML.org (all rights reserved)