Fields Summary |
---|
String | VIEWPORTIdentifies a "viewport" or display area, within which
scrolled contents are visible. |
String | VERTICAL_SCROLLBARIdentifies a vertical scrollbar. |
String | HORIZONTAL_SCROLLBARIdentifies a horizonal scrollbar. |
String | ROW_HEADERIdentifies the area along the left side of the viewport between the
upper left corner and the lower left corner. |
String | COLUMN_HEADERIdentifies the area at the top the viewport between the
upper left corner and the upper right corner. |
String | LOWER_LEFT_CORNERIdentifies the lower left corner of the viewport. |
String | LOWER_RIGHT_CORNERIdentifies the lower right corner of the viewport. |
String | UPPER_LEFT_CORNERIdentifies the upper left corner of the viewport. |
String | UPPER_RIGHT_CORNERIdentifies the upper right corner of the viewport. |
String | LOWER_LEADING_CORNERIdentifies the lower leading edge corner of the viewport. The leading edge
is determined relative to the Scroll Pane's ComponentOrientation property. |
String | LOWER_TRAILING_CORNERIdentifies the lower trailing edge corner of the viewport. The trailing edge
is determined relative to the Scroll Pane's ComponentOrientation property. |
String | UPPER_LEADING_CORNERIdentifies the upper leading edge corner of the viewport. The leading edge
is determined relative to the Scroll Pane's ComponentOrientation property. |
String | UPPER_TRAILING_CORNERIdentifies the upper trailing edge corner of the viewport. The trailing edge
is determined relative to the Scroll Pane's ComponentOrientation property. |
String | VERTICAL_SCROLLBAR_POLICYIdentifies the vertical scroll bar policy property. |
String | HORIZONTAL_SCROLLBAR_POLICYIdentifies the horizontal scroll bar policy property. |
int | VERTICAL_SCROLLBAR_AS_NEEDEDUsed to set the vertical scroll bar policy so that
vertical scrollbars are displayed only when needed. |
int | VERTICAL_SCROLLBAR_NEVERUsed to set the vertical scroll bar policy so that
vertical scrollbars are never displayed. |
int | VERTICAL_SCROLLBAR_ALWAYSUsed to set the vertical scroll bar policy so that
vertical scrollbars are always displayed. |
int | HORIZONTAL_SCROLLBAR_AS_NEEDEDUsed to set the horizontal scroll bar policy so that
horizontal scrollbars are displayed only when needed. |
int | HORIZONTAL_SCROLLBAR_NEVERUsed to set the horizontal scroll bar policy so that
horizontal scrollbars are never displayed. |
int | HORIZONTAL_SCROLLBAR_ALWAYSUsed to set the horizontal scroll bar policy so that
horizontal scrollbars are always displayed. |