com.vlsolutions.swing.docking
Class AutoHideButtonPanel
JPanel
com.vlsolutions.swing.docking.AutoHideButtonPanel
public class AutoHideButtonPanel
extends JPanel
A Swing panel used as a toolbar for autohide buttons.
PROPERTY_BORDERZONE
public static final String PROPERTY_BORDERZONE
The property name associated with the "border" property
uiClassID
public static final String uiClassID
AutoHideButtonPanel
public AutoHideButtonPanel(AutoHideExpandPanel expandPanel,
int border)
Constructs a new AutoHideButtonPanel, with a shared expandPanel, and for
a specified border zone.
border
- constant taken from AutoHideButtonPanel.TOP, AutoHideButtonPanel.LEFT,
AutoHideButtonPanel.BOTTOM, AutoHideButtonPanel.RIGHT
getBorderZone
public int getBorderZone()
Returns the border this panel is for.
Values are : AutoHideButtonPanel.TOP, AutoHideButtonPanel.LEFT,
AutoHideButtonPanel.BOTTOM, AutoHideButtonPanel.RIGHT
getUIClassID
public String getUIClassID()
getVisibleButtonCount
public int getVisibleButtonCount()
Returns the number of buttons currently displayed by this panel.
© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications