The following is the basic syntax of the deckpane tag :
<DECKPANE name=name orientation= "horizontal"|"vertical">
where name identifies the split pane programmatically.
The deckpane tag can be expanded with the following elements:
<DECKPANE name=name orientation="horizontal"|"vertical"> <TITLE>title<TITLE> <LOCATION>location<LOCATION> <PANE resource=resource_name name=panel_name type="deck"> </DECKPANE> | ||
ATTRIBUTE | VALUE | DESCRIPTION |
<TITLE> | title | Displays the text
string as the contained tab. Therefore, the title tag is only needed when
this subpanel is nested within a 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. The tag is required when the deck pane tag is declared within the scope of the panel tag. |
<PANE> source= name= type= |
|
Identifies the panel for each window |