The following is the basic syntax of the tabbedpane tag :
<TABBEDPANE name=name orientation= "horizontal"|"vertical">
where name identifies the tabbed pane programmatically.
The tabbedpane tag can be expanded with the following elements:
<TABBEDPANE name=name placement="top"|"bottom"|"left"|"right"> <TITLE>title</TITLE> <LOCATION>location</LOCATION> <PANE resource=resource_name name=panel_name type="tab"> </TABBEDPANE> | ||
ATTRIBUTE | VALUE | DESCRIPTION |
<TITLE> | title | Displays the text
string as the containing tab. Therefore, the tag is only necessary when you
are nesting one tabbed pane within another tabbed pane. Title defines the key for loading the text string from the resource bundle. If the string is not found, the title string will appear as it does in the Panel Definition Markup Language (PDML) source file. |
<LOCATION> | location | Expresses the x- and y-coordinates of the panel's location from the top left corner of the panel in logical units. This tag is only necessary when the tabbed pane is declared within the scope of the panel tag. |
<PANE> name= placement= type= |
|
Identifies the panel for each window. |
When the tabbed pane is displayed, the tabbed panels
appear in the order declared within the tabbedpane tag.