- java.lang.Object
- 
- javax.swing.plaf.ComponentUI
- 
- javax.swing.plaf.ViewportUI
- 
- javax.swing.plaf.basic.BasicViewportUI
 
 
 
- 
 public class BasicViewportUI extends ViewportUI BasicViewport implementation
- 
- 
Constructor SummaryConstructors Constructor Description BasicViewportUI()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent c)Returns an instance ofBasicViewportUI.protected voidinstallDefaults(JComponent c)Installs view port properties.protected voiduninstallDefaults(JComponent c)Uninstall view port properties.- 
Methods declared in class javax.swing.plaf.ComponentUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
- 
 
- 
- 
- 
Method Detail- 
createUIpublic static ComponentUI createUI(JComponent c) Returns an instance ofBasicViewportUI.- Parameters:
- c- a component
- Returns:
- an instance of BasicViewportUI
 
 - 
installDefaultsprotected void installDefaults(JComponent c) Installs view port properties.- Parameters:
- c- a component
 
 - 
uninstallDefaultsprotected void uninstallDefaults(JComponent c) Uninstall view port properties.- Parameters:
- c- a component
 
 
- 
 
-