java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ViewportUI
javax.swing.plaf.basic.BasicViewportUI
BasicViewport implementation
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ComponentUIReturns an instance ofBasicViewportUI.protected voidInstalls view port properties.protected voidUninstall view port properties.Methods declared in class javax.swing.plaf.ComponentUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
- 
Constructor Details- 
BasicViewportUIpublic BasicViewportUI()Constructs aBasicViewportUI.
 
- 
- 
Method Details- 
createUIReturns an instance ofBasicViewportUI.- Parameters:
- c- a component
- Returns:
- an instance of BasicViewportUI
 
- 
installDefaultsInstalls view port properties.- Parameters:
- c- a component
 
- 
uninstallDefaultsUninstall view port properties.- Parameters:
- c- a component
 
 
-