The Miscellaneous components include the following:
Name
Icon
Description
Sound
A sound component that can be played programmatically in a General Interface application.
Sound Button
A button that plays a sound when pressed.
Table
A lightweight table component for fast, read-only rendering of large data sets. Because this is a lightweight component designed for fast performance, it has some but not all of the features of jsx3.gui.Matrix. Use the Matrix component for more complex behaviors, such as editable data, rendering models, and paging models. For more information, see Using the Table Component.
Tree
A hierarchical tree control with custom icons. Trees are hierarchical structures with nodes that can be expanded or collapsed. Items are XML elements (CDF format) referenced by the XML Cache Id, XML String, or XML URL property. Use this lightweight component for simple trees that aren't deeply nested and all data is painted on loading. Use the Matrix tree for a more robust component and faster rendering. The Matrix tree supports dynamically loaded data, as well as drag and drop.