public interface PanelToolbar
| Modifier and Type | Method and Description | 
|---|---|
List<Component> | 
getButtons()
Returns a list of AbstractButton objects containing the buttons that are in the toolbar. 
 | 
JButton | 
getCloseButton()
Returns a reference to the panel's close button. 
 | 
void | 
setVisible(boolean visible)  | 
List<Component> getButtons()
void setVisible(boolean visible)
visible - JButton getCloseButton()