java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ViewportUI
- Direct Known Subclasses:
 BasicViewportUI,MultiViewportUI,SynthViewportUI
Pluggable look and feel interface for JViewport.
- 
Constructor Summary
Constructors - 
Method Summary
Methods declared in class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update 
- 
Constructor Details
- 
ViewportUI
protected ViewportUI()Constructor for subclasses to call. 
 -