public interface ScrollPaneConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_HEADER
Identifies the area at the top the viewport between the upper left corner and the upper right corner.
|
static String |
HORIZONTAL_SCROLLBAR
Identifies a horizontal scrollbar.
|
static int |
HORIZONTAL_SCROLLBAR_ALWAYS
Used to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed.
|
static int |
HORIZONTAL_SCROLLBAR_AS_NEEDED
Used to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed.
|
static int |
HORIZONTAL_SCROLLBAR_NEVER
Used to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed.
|
static String |
HORIZONTAL_SCROLLBAR_POLICY
Identifies the horizontal scroll bar policy property.
|
static String |
LOWER_LEADING_CORNER
Identifies the lower leading edge corner of the viewport.
|
static String |
LOWER_LEFT_CORNER
Identifies the lower left corner of the viewport.
|
static String |
LOWER_RIGHT_CORNER
Identifies the lower right corner of the viewport.
|
static String |
LOWER_TRAILING_CORNER
Identifies the lower trailing edge corner of the viewport.
|
static String |
ROW_HEADER
Identifies the area along the left side of the viewport between the upper left corner and the lower left corner.
|
static String |
UPPER_LEADING_CORNER
Identifies the upper leading edge corner of the viewport.
|
static String |
UPPER_LEFT_CORNER
Identifies the upper left corner of the viewport.
|
static String |
UPPER_RIGHT_CORNER
Identifies the upper right corner of the viewport.
|
static String |
UPPER_TRAILING_CORNER
Identifies the upper trailing edge corner of the viewport.
|
static String |
VERTICAL_SCROLLBAR
Identifies a vertical scrollbar.
|
static int |
VERTICAL_SCROLLBAR_ALWAYS
Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed.
|
static int |
VERTICAL_SCROLLBAR_AS_NEEDED
Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.
|
static int |
VERTICAL_SCROLLBAR_NEVER
Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed.
|
static String |
VERTICAL_SCROLLBAR_POLICY
Identifies the vertical scroll bar policy property.
|
static String |
VIEWPORT
Identifies a "viewport" or display area, within which scrolled contents are visible.
|
static final StringVIEWPORT
static final StringVERTICAL_SCROLLBAR
static final StringHORIZONTAL_SCROLLBAR
static final StringROW_HEADER
static final StringCOLUMN_HEADER
static final StringLOWER_LEFT_CORNER
static final StringLOWER_RIGHT_CORNER
static final StringUPPER_LEFT_CORNER
static final StringUPPER_RIGHT_CORNER
static final StringLOWER_LEADING_CORNER
static final StringLOWER_TRAILING_CORNER
static final StringUPPER_LEADING_CORNER
static final StringUPPER_TRAILING_CORNER
static final StringVERTICAL_SCROLLBAR_POLICY
static final StringHORIZONTAL_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