- 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
Constructors Constructor Description BasicViewportUI()
-
Method Summary
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.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
Returns an instance ofBasicViewportUI.- 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
-
-