Inheritance diagram for RibbonPanel:

Public Member Functions | |
| RibbonPanel (String name) | |
| Component | add (Component comp) |
| Re-directs the call to the toolPanel. | |
| Override Component | add (Component comp, int index) |
| Re-directs the call to the toolPanel. | |
| Override void | add (Component comp, Object constraints) |
| Re-directs the call to the toolPanel. | |
| Override void | add (Component comp, Object constraints, int index) |
| Re-directs the call to the toolPanel. | |
| JPanel | getToolPanel () |
| void | layoutComponents (int rows, int cols) |
| Lays out a panel using SpringLayout. | |
| void | layoutComponents () |
| Default Layout. | |
Definition at line 28 of file RibbonPanel.java.
| RibbonPanel | ( | String | name | ) |
| name |
Definition at line 43 of file RibbonPanel.java.
References RibbonPanel.getToolPanel().
| Override void add | ( | Component | comp, | |
| Object | constraints, | |||
| int | index | |||
| ) |
Re-directs the call to the toolPanel.
Definition at line 87 of file RibbonPanel.java.
References RibbonPanel.getToolPanel().
| Override void add | ( | Component | comp, | |
| Object | constraints | |||
| ) |
Re-directs the call to the toolPanel.
Definition at line 77 of file RibbonPanel.java.
References RibbonPanel.getToolPanel().
| Override Component add | ( | Component | comp, | |
| int | index | |||
| ) |
Re-directs the call to the toolPanel.
Definition at line 67 of file RibbonPanel.java.
References RibbonPanel.getToolPanel().
| Component add | ( | Component | comp | ) |
Re-directs the call to the toolPanel.
Definition at line 57 of file RibbonPanel.java.
References RibbonPanel.getToolPanel().
| JPanel getToolPanel | ( | ) |
Definition at line 97 of file RibbonPanel.java.
References RibbonConstants.PANEL_BEGIN_COLOR, and RibbonConstants.PANEL_END_COLOR.
Referenced by RibbonPanel.add(), RibbonPanel.layoutComponents(), and RibbonPanel.RibbonPanel().
| void layoutComponents | ( | ) |
Default Layout.
One Row.
Definition at line 131 of file RibbonPanel.java.
References RibbonPanel.getToolPanel().
| void layoutComponents | ( | int | rows, | |
| int | cols | |||
| ) |
Lays out a panel using SpringLayout.
| rows | ||
| cols |
Definition at line 124 of file RibbonPanel.java.
References RibbonPanel.getToolPanel().
1.4.7