com.vlsolutions.swing.docking.ui
Class AutoHideButtonPanelUI
BasicPanelUI
com.vlsolutions.swing.docking.ui.AutoHideButtonPanelUI
- PropertyChangeListener
public class AutoHideButtonPanelUI
extends BasicPanelUI
implements PropertyChangeListener
The UI associated with the AutoHideButtonPanel.
This UI uses the following properties :
- UIManager.getBorder("AutoHideButtonPanel.topBorder")
- UIManager.getBorder("AutoHideButtonPanel.bottomBorder")
- UIManager.getBorder("AutoHideButtonPanel.leftBorder")
- UIManager.getBorder("AutoHideButtonPanel.rightBorder")
These borders are used accordingly to the border zone (TOP, LEFT..) of the used
AutoHideButtonPanel.
AutoHideButtonPanelUI
public AutoHideButtonPanelUI()
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent comp)
propertyChange
public void propertyChange(PropertyChangeEvent e)
uninstallUI
public void uninstallUI(JComponent comp)
© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications