W3cubDocs

/OpenJDK 8 GUI

Interface ScrollPaneConstants

All Known Implementing Classes:
BasicScrollPaneUI, JScrollPane, MetalScrollPaneUI, ScrollPaneLayout, ScrollPaneLayout.UIResource, SynthScrollPaneUI
public interface ScrollPaneConstants

Constants used with the JScrollPane component.

Fields

VIEWPORT

static final String VIEWPORT

Identifies a "viewport" or display area, within which scrolled contents are visible.

VERTICAL_SCROLLBAR

static final String VERTICAL_SCROLLBAR

Identifies a vertical scrollbar.

HORIZONTAL_SCROLLBAR

static final String HORIZONTAL_SCROLLBAR

Identifies a horizontal scrollbar.

ROW_HEADER

static final String ROW_HEADER

Identifies the area along the left side of the viewport between the upper left corner and the lower left corner.

COLUMN_HEADER

static final String COLUMN_HEADER

Identifies the area at the top the viewport between the upper left corner and the upper right corner.

LOWER_LEFT_CORNER

static final String LOWER_LEFT_CORNER

Identifies the lower left corner of the viewport.

LOWER_RIGHT_CORNER

static final String LOWER_RIGHT_CORNER

Identifies the lower right corner of the viewport.

UPPER_LEFT_CORNER

static final String UPPER_LEFT_CORNER

Identifies the upper left corner of the viewport.

UPPER_RIGHT_CORNER

static final String UPPER_RIGHT_CORNER

Identifies the upper right corner of the viewport.

LOWER_LEADING_CORNER

static final String LOWER_LEADING_CORNER

Identifies the lower leading edge corner of the viewport. The leading edge is determined relative to the Scroll Pane's ComponentOrientation property.

LOWER_TRAILING_CORNER

static final String LOWER_TRAILING_CORNER

Identifies the lower trailing edge corner of the viewport. The trailing edge is determined relative to the Scroll Pane's ComponentOrientation property.

UPPER_LEADING_CORNER

static final String UPPER_LEADING_CORNER

Identifies the upper leading edge corner of the viewport. The leading edge is determined relative to the Scroll Pane's ComponentOrientation property.

UPPER_TRAILING_CORNER

static final String UPPER_TRAILING_CORNER

Identifies the upper trailing edge corner of the viewport. The trailing edge is determined relative to the Scroll Pane's ComponentOrientation property.

VERTICAL_SCROLLBAR_POLICY

static final String VERTICAL_SCROLLBAR_POLICY

Identifies the vertical scroll bar policy property.

HORIZONTAL_SCROLLBAR_POLICY

static final String HORIZONTAL_SCROLLBAR_POLICY

Identifies the horizontal scroll bar policy property.

VERTICAL_SCROLLBAR_AS_NEEDED

static final int VERTICAL_SCROLLBAR_AS_NEEDED

Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.

VERTICAL_SCROLLBAR_NEVER

static final int VERTICAL_SCROLLBAR_NEVER

Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed.

VERTICAL_SCROLLBAR_ALWAYS

static final int VERTICAL_SCROLLBAR_ALWAYS

Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed.

HORIZONTAL_SCROLLBAR_AS_NEEDED

static final int HORIZONTAL_SCROLLBAR_AS_NEEDED

Used to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed.

HORIZONTAL_SCROLLBAR_NEVER

static final int HORIZONTAL_SCROLLBAR_NEVER

Used to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed.

HORIZONTAL_SCROLLBAR_ALWAYS

static final int HORIZONTAL_SCROLLBAR_ALWAYS

Used to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed.

© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.