Inheritance diagram for RibbonConstants:

Static Public Attributes | |
| static final Font | CATEGORY_LABEL_FONT = new Font("Tahoma", Font.PLAIN, 13) |
| static final Color | HEADER_COLOR = new Color(167, 177, 202) |
| Heading of the tool panels. | |
| static final Font | HEADER_FONT = new Font("Tahoma", Font.PLAIN, 10) |
| static final int | HEADER_HEIGHT = 18 |
| static final Color | NOT_SELECTED_COLOR = new Color(183, 188, 189) |
| static final Color | PANEL_BEGIN_COLOR = new Color(207, 213, 225) |
| static final Color | PANEL_END_COLOR = new Color(193, 200, 216) |
| static final Color | SELECTED_COLOR = new Color(203, 215, 231) |
| static final Color | STRIP_DARK = new Color(180, 183, 202) |
| static final Color | STRIP_LIGHT = new Color(219, 223, 234) |
This software is distributed under the BSD License.
Definition at line 18 of file RibbonConstants.java.
1.4.7