ScrollPaneLayout.UIResource (Java SE 15 & JDK 15) (original) (raw)

All Implemented Interfaces:

[LayoutManager](../../java/awt/LayoutManager.html "interface in java.awt"), [Serializable](../../../java.base/java/io/Serializable.html "interface in java.io"), [UIResource](plaf/UIResource.html "interface in javax.swing.plaf"), [ScrollPaneConstants](ScrollPaneConstants.html "interface in javax.swing")

Enclosing class:

ScrollPaneLayout


public static class ScrollPaneLayout.UIResource extends ScrollPaneLayout implements UIResource

The UI resource version of ScrollPaneLayout.

Fields declared in class javax.swing.ScrollPaneLayout

[colHead](ScrollPaneLayout.html#colHead), [hsb](ScrollPaneLayout.html#hsb), [hsbPolicy](ScrollPaneLayout.html#hsbPolicy), [lowerLeft](ScrollPaneLayout.html#lowerLeft), [lowerRight](ScrollPaneLayout.html#lowerRight), [rowHead](ScrollPaneLayout.html#rowHead), [upperLeft](ScrollPaneLayout.html#upperLeft), [upperRight](ScrollPaneLayout.html#upperRight), [viewport](ScrollPaneLayout.html#viewport), [vsb](ScrollPaneLayout.html#vsb), [vsbPolicy](ScrollPaneLayout.html#vsbPolicy)

Fields declared in interface javax.swing.ScrollPaneConstants

[COLUMN_HEADER](ScrollPaneConstants.html#COLUMN%5FHEADER), [HORIZONTAL_SCROLLBAR](ScrollPaneConstants.html#HORIZONTAL%5FSCROLLBAR), [HORIZONTAL_SCROLLBAR_ALWAYS](ScrollPaneConstants.html#HORIZONTAL%5FSCROLLBAR%5FALWAYS), [HORIZONTAL_SCROLLBAR_AS_NEEDED](ScrollPaneConstants.html#HORIZONTAL%5FSCROLLBAR%5FAS%5FNEEDED), [HORIZONTAL_SCROLLBAR_NEVER](ScrollPaneConstants.html#HORIZONTAL%5FSCROLLBAR%5FNEVER), [HORIZONTAL_SCROLLBAR_POLICY](ScrollPaneConstants.html#HORIZONTAL%5FSCROLLBAR%5FPOLICY), [LOWER_LEADING_CORNER](ScrollPaneConstants.html#LOWER%5FLEADING%5FCORNER), [LOWER_LEFT_CORNER](ScrollPaneConstants.html#LOWER%5FLEFT%5FCORNER), [LOWER_RIGHT_CORNER](ScrollPaneConstants.html#LOWER%5FRIGHT%5FCORNER), [LOWER_TRAILING_CORNER](ScrollPaneConstants.html#LOWER%5FTRAILING%5FCORNER), [ROW_HEADER](ScrollPaneConstants.html#ROW%5FHEADER), [UPPER_LEADING_CORNER](ScrollPaneConstants.html#UPPER%5FLEADING%5FCORNER), [UPPER_LEFT_CORNER](ScrollPaneConstants.html#UPPER%5FLEFT%5FCORNER), [UPPER_RIGHT_CORNER](ScrollPaneConstants.html#UPPER%5FRIGHT%5FCORNER), [UPPER_TRAILING_CORNER](ScrollPaneConstants.html#UPPER%5FTRAILING%5FCORNER), [VERTICAL_SCROLLBAR](ScrollPaneConstants.html#VERTICAL%5FSCROLLBAR), [VERTICAL_SCROLLBAR_ALWAYS](ScrollPaneConstants.html#VERTICAL%5FSCROLLBAR%5FALWAYS), [VERTICAL_SCROLLBAR_AS_NEEDED](ScrollPaneConstants.html#VERTICAL%5FSCROLLBAR%5FAS%5FNEEDED), [VERTICAL_SCROLLBAR_NEVER](ScrollPaneConstants.html#VERTICAL%5FSCROLLBAR%5FNEVER), [VERTICAL_SCROLLBAR_POLICY](ScrollPaneConstants.html#VERTICAL%5FSCROLLBAR%5FPOLICY), [VIEWPORT](ScrollPaneConstants.html#VIEWPORT)

Constructors

Constructor Description
UIResource()

Methods declared in class javax.swing.ScrollPaneLayout

[addLayoutComponent](ScrollPaneLayout.html#addLayoutComponent%28java.lang.String,java.awt.Component%29), [addSingletonComponent](ScrollPaneLayout.html#addSingletonComponent%28java.awt.Component,java.awt.Component%29), [getColumnHeader](ScrollPaneLayout.html#getColumnHeader%28%29), [getCorner](ScrollPaneLayout.html#getCorner%28java.lang.String%29), [getHorizontalScrollBar](ScrollPaneLayout.html#getHorizontalScrollBar%28%29), [getHorizontalScrollBarPolicy](ScrollPaneLayout.html#getHorizontalScrollBarPolicy%28%29), [getRowHeader](ScrollPaneLayout.html#getRowHeader%28%29), [getVerticalScrollBar](ScrollPaneLayout.html#getVerticalScrollBar%28%29), [getVerticalScrollBarPolicy](ScrollPaneLayout.html#getVerticalScrollBarPolicy%28%29), [getViewport](ScrollPaneLayout.html#getViewport%28%29), [getViewportBorderBounds](ScrollPaneLayout.html#getViewportBorderBounds%28javax.swing.JScrollPane%29), [layoutContainer](ScrollPaneLayout.html#layoutContainer%28java.awt.Container%29), [minimumLayoutSize](ScrollPaneLayout.html#minimumLayoutSize%28java.awt.Container%29), [preferredLayoutSize](ScrollPaneLayout.html#preferredLayoutSize%28java.awt.Container%29), [removeLayoutComponent](ScrollPaneLayout.html#removeLayoutComponent%28java.awt.Component%29), [setHorizontalScrollBarPolicy](ScrollPaneLayout.html#setHorizontalScrollBarPolicy%28int%29), [setVerticalScrollBarPolicy](ScrollPaneLayout.html#setVerticalScrollBarPolicy%28int%29), [syncWithScrollPane](ScrollPaneLayout.html#syncWithScrollPane%28javax.swing.JScrollPane%29)

Methods declared in class java.lang.Object

[clone](../../../java.base/java/lang/Object.html#clone%28%29), [equals](../../../java.base/java/lang/Object.html#equals%28java.lang.Object%29), [finalize](../../../java.base/java/lang/Object.html#finalize%28%29), [getClass](../../../java.base/java/lang/Object.html#getClass%28%29), [hashCode](../../../java.base/java/lang/Object.html#hashCode%28%29), [notify](../../../java.base/java/lang/Object.html#notify%28%29), [notifyAll](../../../java.base/java/lang/Object.html#notifyAll%28%29), [toString](../../../java.base/java/lang/Object.html#toString%28%29), [wait](../../../java.base/java/lang/Object.html#wait%28%29), [wait](../../../java.base/java/lang/Object.html#wait%28long%29), [wait](../../../java.base/java/lang/Object.html#wait%28long,int%29)