com.vlsolutions.swing.docking
public class AutoHideButtonPanel extends JPanel
Field Summary | |
---|---|
static String | PROPERTY_BORDERZONE The property name associated with the "border" property |
static String | uiClassID |
Constructor Summary | |
---|---|
AutoHideButtonPanel(AutoHideExpandPanel expandPanel, int border) Constructs a new AutoHideButtonPanel, with a shared expandPanel, and for
a specified border zone.
|
Method Summary | |
---|---|
void | add(AutoHideButton btn) Adds a new AutoHideButton.
|
int | getBorderZone() Returns the border this panel is for.
|
String | getUIClassID() |
int | getVisibleButtonCount() Returns the number of buttons currently displayed by this panel. |
void | remove(AutoHideButton btn) Removes an AutoHideButton |
Parameters: border constant taken from AutoHideButtonPanel.TOP, AutoHideButtonPanel.LEFT, AutoHideButtonPanel.BOTTOM, AutoHideButtonPanel.RIGHT
Values are : AutoHideButtonPanel.TOP, AutoHideButtonPanel.LEFT, AutoHideButtonPanel.BOTTOM, AutoHideButtonPanel.RIGHT