Public Member Functions | |
| RibbonCategoryLabel (String categoryName, RibbonToolbar toolbar) | |
| void | setCardLayoutInfo (CardLayout cardLayout, JPanel tools) |
| void | setSelected (boolean selected) |
Protected Member Functions | |
| void | paintComponent (Graphics g) |
| Paints a nice gradient like in Office 12. | |
This software is distributed under the BSD License.
Definition at line 31 of file RibbonCategoryLabel.java.
| RibbonCategoryLabel | ( | String | categoryName, | |
| RibbonToolbar | toolbar | |||
| ) |
| void paintComponent | ( | Graphics | g | ) | [protected] |
Paints a nice gradient like in Office 12.
=)
Definition at line 77 of file RibbonCategoryLabel.java.
| void setCardLayoutInfo | ( | CardLayout | cardLayout, | |
| JPanel | tools | |||
| ) |
| cardLayout | ||
| tools |
Definition at line 100 of file RibbonCategoryLabel.java.
Referenced by RibbonToolbar.addCategory().
| void setSelected | ( | boolean | selected | ) |
| selected |
Definition at line 109 of file RibbonCategoryLabel.java.
Referenced by RibbonToolbar.addCategory().
1.4.7