SynthPanelUI
public class BasicPanelUI extends PanelUI
Constructor | Description |
---|---|
BasicPanelUI() |
Constructs a BasicPanelUI . |
Modifier and Type | Method | Description |
---|---|---|
static ComponentUI |
createUI |
Returns an instance of BasicPanelUI . |
int |
getBaseline |
Returns the baseline. |
Component.BaselineResizeBehavior |
getBaselineResizeBehavior |
Returns an enum indicating how the baseline of the component changes as the size changes. |
protected void |
installDefaults |
Method for installing panel properties. |
protected void |
uninstallDefaults |
Method for uninstalling panel properties. |
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
public BasicPanelUI()
BasicPanelUI
.public static ComponentUI createUI(JComponent c)
BasicPanelUI
.c
- a componentBasicPanelUI
protected void installDefaults(JPanel p)
p
- an instance of JPanel
protected void uninstallDefaults(JPanel p)
p
- an instance of JPanel
public int getBaseline(JComponent c, int width, int height)
getBaseline
in class ComponentUI
c
- JComponent
baseline is being requested forwidth
- the width to get the baseline forheight
- the height to get the baseline forNullPointerException
- if c
is null
IllegalArgumentException
- if width or height is < 0public Component.BaselineResizeBehavior getBaselineResizeBehavior(JComponent c)
getBaselineResizeBehavior
in class ComponentUI
c
- JComponent
to return baseline resize behavior forNullPointerException
- if c
is null
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/plaf/basic/BasicPanelUI.html