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.