public class AutoHideExpandPanelUI extends BasicPanelUI
This class is mostly a placeholder in the case the developper would like to provide a custom replacement for the expand panel look and feel.
Constructor and Description |
---|
AutoHideExpandPanelUI() |
Modifier and Type | Method and Description |
---|---|
static ComponentUI |
createUI(JComponent c) |
void |
installUI(JComponent comp) |
void |
uninstallUI(JComponent comp) |
getBaseline, getBaselineResizeBehavior, installDefaults, uninstallDefaults
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
public static ComponentUI createUI(JComponent c)
public void installUI(JComponent comp)
installUI
in class BasicPanelUI
public void uninstallUI(JComponent comp)
uninstallUI
in class BasicPanelUI
© Copyright 2004-2013 Lilian Chamontin. All Rights Reserved.