72 | | |
| 72 | * style: |
| 73 | {{{ |
| 74 | |
| 75 | <style id="arrowButtonStyle"> |
| 76 | |
| 77 | <state> |
| 78 | |
| 79 | <imagePainter method="arrowButtonForeground" path="resources/sbv_up_arrow_normal.png" center="true" direction="north" /> |
| 80 | |
| 81 | <imagePainter method="arrowButtonForeground" path="resources/sbv_down_arrow_normal.png" center="true" direction="south" /> |
| 82 | |
| 83 | <imagePainter method="arrowButtonForeground" path="resources/sbh_up_arrow_normal.png" center="true" direction="west" /> |
| 84 | |
| 85 | <imagePainter method="arrowButtonForeground" path="resources/sbh_down_arrow_normal.png" center="true" direction="east" /> |
| 86 | |
| 87 | </state> |
| 88 | |
| 89 | <state value="PRESSED"> |
| 90 | |
| 91 | <imagePainter method="arrowButtonForeground" path="resources/sbv_up_arrow_down.png" center="true" direction="north" /> |
| 92 | |
| 93 | <imagePainter method="arrowButtonForeground" path="resources/sbv_down_arrow_down.png" center="true" direction="south" /> |
| 94 | |
| 95 | <imagePainter method="arrowButtonForeground" path="resources/sbh_up_arrow_down.png" center="true" direction="west" /> |
| 96 | |
| 97 | <imagePainter method="arrowButtonForeground" path="resources/sbh_down_arrow_down.png" center="true" direction="east" /> |
| 98 | |
| 99 | </state> |
| 100 | |
| 101 | <state value="MOUSE_OVER"> |
| 102 | |
| 103 | <imagePainter method="arrowButtonForeground" path="resources/sbv_up_arrow_over.png" center="true" direction="north" /> |
| 104 | |
| 105 | <imagePainter method="arrowButtonForeground" path="resources/sbv_down_arrow_over.png" center="true" direction="south" /> |
| 106 | |
| 107 | <imagePainter method="arrowButtonForeground" path="resources/sbh_up_arrow_over.png" center="true" direction="west" /> |
| 108 | |
| 109 | <imagePainter method="arrowButtonForeground" path="resources/sbh_down_arrow_over.png" center="true" direction="east" /> |
| 110 | |
| 111 | </state> |
| 112 | |
| 113 | <state value="DISABLED"> |
| 114 | |
| 115 | <imagePainter method="arrowButtonForeground" path="resources/sbv_up_arrow_disabled.png" center="true" direction="north" /> |
| 116 | |
| 117 | <imagePainter method="arrowButtonForeground" path="resources/sbv_down_arrow_disabled.png" center="true" direction="south" /> |
| 118 | |
| 119 | <imagePainter method="arrowButtonForeground" path="resources/sbh_up_arrow_disabled.png" center="true" direction="west" /> |
| 120 | |
| 121 | <imagePainter method="arrowButtonForeground" path="resources/sbh_down_arrow_disabled.png" center="true" direction="east" /> |
| 122 | |
| 123 | </state> |
| 124 | |
| 125 | |
| 126 | </style> |
| 127 | |
| 128 | }}} |
| 129 | |