Component Properties
Version 2.1


General Container Properties Component Properties
Introduction Frame Button
Application Root Properties Panel ButtonGroup
Common Object Properties Button Group Panel Checkbox
Card Panel Combobox
Card ComboCellEditor
Tab Panel Label
Tab Listbox
MiscContainer List Item
Internal Frame Container Menubar
Menu
Menu Item
MsgHandler
Passwordfield
ProgressBar
RadioButton
Spinner
Table
Textarea
TextCellEditor
Textfield
Textpane
ToggleButton
Toolbar
Tree
Tree Node



Introduction

The container and component objects used to design user interfaces have a variety of properties that are different for each object class. This document lists the properties that can be used with each object, including comments and examples. These properties are accessed on the Attributes panel in the Properties Panel in the Design Window of Jargon Writer.

All properties in the Attributes panel are shown in a 2-column table as "Property" and "Value" pairs. The Value can be selected or entered in several ways, depending on the type of Property. These Value types are listed below after the name of each property. The possible value types are:

Application "Root" Properties

The "root" node of an application contains properties that apply to the application as a whole, not necessarily to any one container or component. Note that several properties such as HostURL and Script name that were "root" properties in Version 1 are now specified in the external "system/preferences.ini" file in Version 2.

Common Object Properties
Many container and component objects have the following properties, which are listed here once rather than repeating them under each type of object. (All objects have the "name" property).



Container Properties

Frame

Panel Button Group Panel
(same properties as Panel above)


Card Panel

(no special properties; see Common Object Properties)


Card (one of the panels in a card panel)

Tab Panel Tab (one of the panels in a tab panel) MiscContainer (nonvisual container for miscellaneous objects)
(no special properties; see Common Object Properties)


InternalFrameContainer (nonvisual container for "child" frames)

(no special properties; see Common Object Properties)

 


Component Properties

Button

ButtonGroup Checkbox Combobox ComboCellEditor


Label

Listbox List Item Menubar
(no special properties; see Common Object Properties)
Menu Menu Item
(same properties as Menu object)
MsgHandler (nonvisual object)
(no special properties; see Common Object Properties)
Passwordfield Progressbar
(no special properties; see Common Object Properties)
Radio Button
(Same properties as Checkbox).
Spinner


Table

Textarea


TextCellEditor


Textfield

Textpane ToggleButton Toolbar


Tree


TreeNode




 

Up to Top      Return to Help Index