com.alee.skin.web.resources.collapsiblepane.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weblaf-ui Show documentation
Show all versions of weblaf-ui Show documentation
WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications
<skin> <!-- com.alee.extended.panel.WebCollapsiblePane --> <!-- Collapsible pane --> <style type="panel" id="collapsiblepane" extends="focusable"> <component class="com.alee.extended.panel.WebCollapsiblePane"> <animate>true</animate> <rotateStateIcon>true</rotateStateIcon> <showStateIcon>true</showStateIcon> <stateIconPosition>4</stateIconPosition> <titlePanePosition>1</titlePanePosition> </component> <painter /> <!-- 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="shade" /> <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> <rotation>counterClockwise</rotation> </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> <rotation>clockwise</rotation> </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" extends="white" /> </style> </skin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy