0N/A<!ELEMENT defaultsProperty EMPTY>
0N/A<?xml version="1.0" encoding="iso-8859-1"?>
0N/A
0N/A<!--
2362N/A Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved.
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A
0N/A This code is free software; you can redistribute it and/or modify it
0N/A under the terms of the GNU General Public License version 2 only, as
2362N/A published by the Free Software Foundation. Oracle designates this
0N/A particular file as subject to the "Classpath" exception as provided
2362N/A by Oracle in the LICENSE file that accompanied this code.
0N/A
0N/A This code is distributed in the hope that it will be useful, but WITHOUT
0N/A ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A version 2 for more details (a copy is included in the LICENSE file that
0N/A accompanied this code).
0N/A
0N/A You should have received a copy of the GNU General Public License version
0N/A 2 along with this work; if not, write to the Free Software Foundation,
0N/A Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A
2362N/A Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A or visit www.oracle.com if you need additional information or have any
2362N/A questions.
0N/A-->
0N/A
0N/A
0N/A<!ELEMENT synth ((%beansPersistance;) | style | bind | font | color |
0N/A imagePainter | imageIcon | inputMap | defaultsProperty)*>
0N/A<!ATTLIST synth
0N/A version CDATA #IMPLIED
0N/A>
0N/A
0N/A<!ELEMENT style (property | defaultsProperty | state | font |
0N/A graphicsUtils | insets | painter | imagePainter | opaque |
0N/A inputMap | %beansPersistance; | imageIcon)*>
0N/A<!ATTLIST style
0N/A id ID #IMPLIED
0N/A clone IDREF #IMPLIED
0N/A>
0N/A
0N/A<!ELEMENT state (font | color | painter | imagePainter |
0N/A (%beansPersistance;) | property | imageIcon)*>
0N/A<!ATTLIST state
0N/A id ID #IMPLIED
0N/A clone IDREF #IMPLIED
0N/A value CDATA #IMPLIED
0N/A idref IDREF #IMPLIED
0N/A>
0N/A
0N/A<!ELEMENT font EMPTY>
0N/A<!ATTLIST font
0N/A id ID #IMPLIED
0N/A idref IDREF #IMPLIED
0N/A name CDATA #IMPLIED
0N/A style CDATA #IMPLIED
0N/A size CDATA #IMPLIED
0N/A>
0N/A
0N/A<!ELEMENT color EMPTY>
0N/A<!ATTLIST color
0N/A id ID #IMPLIED
0N/A idref IDREF #IMPLIED
0N/A type CDATA #IMPLIED
0N/A value CDATA #IMPLIED
0N/A>
0N/A
0N/A<!ELEMENT property EMPTY>
0N/A<!ATTLIST property
0N/A key CDATA #REQUIRED
0N/A type (idref|boolean|dimension|insets|integer|string) "idref"
0N/A value CDATA #REQUIRED
0N/A>
119N/A
0N/A<!ELEMENT defaultsProperty EMPTY>
0N/A<!ATTLIST defaultsProperty
0N/A key CDATA #REQUIRED
0N/A type (idref|boolean|dimension|insets|integer|string) "idref"
0N/A value CDATA #REQUIRED
0N/A>
0N/A
0N/A<!ELEMENT graphicsUtils EMPTY>
0N/A<!ATTLIST graphicsUtils
0N/A idref IDREF #REQUIRED
0N/A>
0N/A
0N/A<!ELEMENT insets EMPTY>
0N/A<!ATTLIST insets
0N/A id ID #IMPLIED
0N/A idref IDREF #IMPLIED
0N/A top CDATA #IMPLIED
0N/A bottom CDATA #IMPLIED
0N/A left CDATA #IMPLIED
0N/A right CDATA #IMPLIED
0N/A>
0N/A
0N/A<!ELEMENT bind EMPTY>
0N/A<!ATTLIST bind
0N/A style IDREF #REQUIRED
0N/A type (NAME|REGION) "REGION"
0N/A key CDATA #REQUIRED
0N/A>
0N/A
0N/A<!ELEMENT painter EMPTY>
0N/A<!ATTLIST painter
0N/A idref IDREF #IMPLIED
0N/A method CDATA #IMPLIED
0N/A direction (north|south|east|west|top|left|bottom|right|horizontal|vertical|horizontal_split|vertical_split) #IMPLIED
0N/A>
0N/A
0N/A<!ELEMENT imagePainter EMPTY>
0N/A<!ATTLIST imagePainter
0N/A id ID #IMPLIED
0N/A method CDATA #IMPLIED
0N/A direction (north|south|east|west|top|left|bottom|right|horizontal|vertical|horizontal_split|vertical_split) #IMPLIED
0N/A path CDATA #IMPLIED
0N/A sourceInsets CDATA #IMPLIED
0N/A destinationInsets CDATA #IMPLIED
0N/A paintCenter (true|false) "true"
0N/A stretch (true|false) "true"
0N/A center (true|false) "false"
0N/A>
0N/A
0N/A<!ELEMENT imageIcon EMPTY>
0N/A<!ATTLIST imageIcon
0N/A id ID #REQUIRED
0N/A path CDATA #REQUIRED
0N/A>
0N/A
0N/A<!ELEMENT opaque EMPTY>
0N/A<!ATTLIST opaque
0N/A value (true|false) "true"
0N/A>
0N/A
0N/A<!ELEMENT inputMap (bindKey)*>
0N/A<!ATTLIST inputMap
0N/A id ID #REQUIRED
0N/A>
0N/A
0N/A<!ELEMENT bindKey EMPTY>
0N/A<!ATTLIST bindKey
0N/A key CDATA #REQUIRED
0N/A action CDATA #REQUIRED
0N/A>