public interface ScrollPaneConstants
| Modifier and Type | Field and Description | 
|---|---|
| static String | COLUMN_HEADERIdentifies the area at the top the viewport between the
 upper left corner and the upper right corner. | 
| static String | HORIZONTAL_SCROLLBARIdentifies a horizontal scrollbar. | 
| static int | HORIZONTAL_SCROLLBAR_ALWAYSUsed to set the horizontal scroll bar policy so that
 horizontal scrollbars are always displayed. | 
| static int | HORIZONTAL_SCROLLBAR_AS_NEEDEDUsed to set the horizontal scroll bar policy so that
 horizontal scrollbars are displayed only when needed. | 
| static int | HORIZONTAL_SCROLLBAR_NEVERUsed to set the horizontal scroll bar policy so that
 horizontal scrollbars are never displayed. | 
| static String | HORIZONTAL_SCROLLBAR_POLICYIdentifies the horizontal scroll bar policy property. | 
| static String | LOWER_LEADING_CORNERIdentifies the lower leading edge corner of the viewport. | 
| static String | LOWER_LEFT_CORNERIdentifies the lower left corner of the viewport. | 
| static String | LOWER_RIGHT_CORNERIdentifies the lower right corner of the viewport. | 
| static String | LOWER_TRAILING_CORNERIdentifies the lower trailing edge corner of the viewport. | 
| static String | ROW_HEADERIdentifies the area along the left side of the viewport between the
 upper left corner and the lower left corner. | 
| static String | UPPER_LEADING_CORNERIdentifies the upper leading edge corner of the viewport. | 
| static String | UPPER_LEFT_CORNERIdentifies the upper left corner of the viewport. | 
| static String | UPPER_RIGHT_CORNERIdentifies the upper right corner of the viewport. | 
| static String | UPPER_TRAILING_CORNERIdentifies the upper trailing edge corner of the viewport. | 
| static String | VERTICAL_SCROLLBARIdentifies a vertical scrollbar. | 
| static int | VERTICAL_SCROLLBAR_ALWAYSUsed to set the vertical scroll bar policy so that
 vertical scrollbars are always displayed. | 
| static int | VERTICAL_SCROLLBAR_AS_NEEDEDUsed to set the vertical scroll bar policy so that
 vertical scrollbars are displayed only when needed. | 
| static int | VERTICAL_SCROLLBAR_NEVERUsed to set the vertical scroll bar policy so that
 vertical scrollbars are never displayed. | 
| static String | VERTICAL_SCROLLBAR_POLICYIdentifies the vertical scroll bar policy property. | 
| static String | VIEWPORTIdentifies a "viewport" or display area, within which
 scrolled contents are visible. | 
static final String VIEWPORT
static final String VERTICAL_SCROLLBAR
static final String HORIZONTAL_SCROLLBAR
static final String ROW_HEADER
static final String COLUMN_HEADER
static final String LOWER_LEFT_CORNER
static final String LOWER_RIGHT_CORNER
static final String UPPER_LEFT_CORNER
static final String UPPER_RIGHT_CORNER
static final String LOWER_LEADING_CORNER
static final String LOWER_TRAILING_CORNER
static final String UPPER_LEADING_CORNER
static final String UPPER_TRAILING_CORNER
static final String VERTICAL_SCROLLBAR_POLICY
static final String HORIZONTAL_SCROLLBAR_POLICY
static final int VERTICAL_SCROLLBAR_AS_NEEDED
static final int VERTICAL_SCROLLBAR_NEVER
static final int VERTICAL_SCROLLBAR_ALWAYS
static final int HORIZONTAL_SCROLLBAR_AS_NEEDED
static final int HORIZONTAL_SCROLLBAR_NEVER
static final int HORIZONTAL_SCROLLBAR_ALWAYS
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2017, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.