Class BasicViewportUI
java.lang.Object 
 
javax.swing.plaf.ComponentUI 
 
javax.swing.plaf.ViewportUI 
 javax.swing.plaf.basic.BasicViewportUI
 public class BasicViewportUI extends ViewportUI
BasicViewport implementation
 Constructor Summary
| Constructor | Description | 
|---|---|
BasicViewportUI() | 
  Constructs a   BasicViewportUI. | 
Method Summary
| Modifier and Type | Method | Description | 
|---|---|---|
static ComponentUI | 
createUI | 
  Returns an instance of   BasicViewportUI. | 
protected void | 
installDefaults | 
  Installs view port properties.   | 
protected void | 
uninstallDefaults | 
  Uninstall view port properties.   | 
Methods declared in class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
Constructor Details
BasicViewportUI
public BasicViewportUI()
Constructs a 
 BasicViewportUI.Method Details
createUI
public static ComponentUI createUI(JComponent c)
Returns an instance of 
 BasicViewportUI.- Parameters:
 - 
c- a component - Returns:
 - an instance of 
BasicViewportUI 
installDefaults
protected void installDefaults(JComponent c)
Installs view port properties.
 - Parameters:
 - 
c- a component 
uninstallDefaults
protected void uninstallDefaults(JComponent c)
Uninstall view port properties.
 - Parameters:
 - 
c- a component 
    © 1993, 2021, 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/17/docs/api/java.desktop/javax/swing/plaf/basic/BasicViewportUI.html