![JAR search and dependency download from the Maven repository](/logo.png)
com.alee.skin.web.resources.collapsiblepane.xml Maven / Gradle / Ivy
The newest version!
<skin xmlns="http://weblookandfeel.com/XmlSkin"> <!-- com.alee.extended.panel.WebCollapsiblePane --> <!-- Collapsible pane --> <style type="panel" id="collapsiblepane" extends="focusable"> <!-- Header panel --> <style type="panel" id="header" extends="decorated"> <painter> <decorations> <decoration> <WebShape round="0" /> <WebShadow type="outer" width="0" /> <GradientBackground> <color>white</color> <color>223,223,223</color> </GradientBackground> </decoration> <decoration states="left"> <GradientBackground from="0,0" to="1,0" /> </decoration> <decoration states="right"> <GradientBackground from="0,0" to="1,0" /> </decoration> <decoration states="top,expanded"> <WebShape sides="0,0,1,0" /> </decoration> <decoration states="left,expanded"> <WebShape sides="0,0,0,1" /> </decoration> <decoration states="right,expanded"> <WebShape sides="0,1,0,0" /> </decoration> <decoration states="bottom,expanded"> <WebShape sides="1,0,0,0" /> </decoration> <decoration states="collapsed"> <WebShape sides="0,0,0,0" /> </decoration> </decorations> </painter> </style> <!-- Title label --> <style type="label" id="title" extends="shadow"> <component> <horizontalAlignment>10</horizontalAlignment> </component> </style> <style type="label" id="title-top" extends="title" padding="2,4,2,4" /> <style type="label" id="title-left" extends="title" padding="4,2,4,2"> <painter> <decorations> <decoration> <LabelLayout> <LabelText rotation="counterClockwise" /> </LabelLayout> </decoration> </decorations> </painter> </style> <style type="label" id="title-bottom" extends="title" padding="2,4,2,4" /> <style type="label" id="title-right" extends="title" padding="4,2,4,2"> <painter> <decorations> <decoration> <LabelLayout> <LabelText rotation="clockwise" /> </LabelLayout> </decoration> </decorations> </painter> </style> <!-- Expand button --> <style type="button" id="expand" padding="5"> <painter> <decorations> <decoration visible="false" /> </decorations> </painter> </style> <!-- Content panel --> <style type="panel" id="content"> <component> <background>white</background> </component> </style> </style> </skin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy