public interface ScrollPaneConstants 
      | Modifier and Type | Field and Description | 
|---|---|
| static String | COLUMN_HEADER
              标识左上角和右上角之间的视口顶部的区域。 
             | 
| static String | HORIZONTAL_SCROLLBAR
              标识一个水平滚动条。 
             | 
| static int | HORIZONTAL_SCROLLBAR_ALWAYS
              用于设置水平滚动条策略,以便始终显示水平滚动条。 
             | 
| static int | HORIZONTAL_SCROLLBAR_AS_NEEDED
              用于设置水平滚动条策略,以便仅在需要时才显示水平滚动条。 
             | 
| static int | HORIZONTAL_SCROLLBAR_NEVER
              用于设置水平滚动条策略,从而不会显示水平滚动条。 
             | 
| static String | HORIZONTAL_SCROLLBAR_POLICY
              标识水平滚动条策略属性。 
             | 
| static String | LOWER_LEADING_CORNER
              标识视口的下前缘角。 
             | 
| static String | LOWER_LEFT_CORNER
              标识视口的左下角。 
             | 
| static String | LOWER_RIGHT_CORNER
              标识视口右下角。 
             | 
| static String | LOWER_TRAILING_CORNER
              标识视口的较低后缘角。 
             | 
| static String | ROW_HEADER
              识别左上角和左下角之间的视口左侧的区域。 
             | 
| static String | UPPER_LEADING_CORNER
              标识视口的上前缘角。 
             | 
| static String | UPPER_LEFT_CORNER
              标识视口的左上角。 
             | 
| static String | UPPER_RIGHT_CORNER
              标识视口右上角。 
             | 
| static String | UPPER_TRAILING_CORNER
              标识视口的上后缘角。 
             | 
| static String | VERTICAL_SCROLLBAR
              标识垂直滚动条。 
             | 
| static int | VERTICAL_SCROLLBAR_ALWAYS
              用于设置垂直滚动条策略,以便始终显示垂直滚动条。 
             | 
| static int | VERTICAL_SCROLLBAR_AS_NEEDED
              用于设置垂直滚动条策略,以便只在需要时显示垂直滚动条。 
             | 
| static int | VERTICAL_SCROLLBAR_NEVER
              用于设置垂直滚动条策略,从而不会显示垂直滚动条。 
             | 
| static String | VERTICAL_SCROLLBAR_POLICY
              标识垂直滚动条策略属性。 
             | 
| static String | VIEWPORT
              标识“视口”或显示区域,滚动内容可以在其中显示。 
             | 
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, 2014, Oracle and/or its affiliates. All rights reserved.