- All Known Implementing Classes:
BasicScrollPaneUI
,JScrollPane
,MetalScrollPaneUI
,ScrollPaneLayout
,ScrollPaneLayout.UIResource
,SynthScrollPaneUI
public interface ScrollPaneConstants
Constants used with the JScrollPane component.
- Since:
- 1.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Identifies the area at the top the viewport between the upper left corner and the upper right corner.static final String
Identifies a horizontal scrollbar.static final int
Used to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed.static final int
Used to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed.static final int
Used to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed.static final String
Identifies the horizontal scroll bar policy property.static final String
Identifies the lower leading edge corner of the viewport.static final String
Identifies the lower left corner of the viewport.static final String
Identifies the lower right corner of the viewport.static final String
Identifies the lower trailing edge corner of the viewport.static final String
Identifies the area along the left side of the viewport between the upper left corner and the lower left corner.static final String
Identifies the upper leading edge corner of the viewport.static final String
Identifies the upper left corner of the viewport.static final String
Identifies the upper right corner of the viewport.static final String
Identifies the upper trailing edge corner of the viewport.static final String
Identifies a vertical scrollbar.static final int
Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed.static final int
Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.static final int
Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed.static final String
Identifies the vertical scroll bar policy property.static final String
Identifies a "viewport" or display area, within which scrolled contents are visible.
-
Field Details
-
VIEWPORT
Identifies a "viewport" or display area, within which scrolled contents are visible.- See Also:
-
VERTICAL_SCROLLBAR
Identifies a vertical scrollbar.- See Also:
-
HORIZONTAL_SCROLLBAR
Identifies a horizontal scrollbar.- See Also:
-
ROW_HEADER
Identifies the area along the left side of the viewport between the upper left corner and the lower left corner.- See Also:
-
COLUMN_HEADER
Identifies the area at the top the viewport between the upper left corner and the upper right corner.- See Also:
-
LOWER_LEFT_CORNER
Identifies the lower left corner of the viewport.- See Also:
-
LOWER_RIGHT_CORNER
Identifies the lower right corner of the viewport.- See Also:
-
UPPER_LEFT_CORNER
Identifies the upper left corner of the viewport.- See Also:
-
UPPER_RIGHT_CORNER
Identifies the upper right corner of the viewport.- See Also:
-
LOWER_LEADING_CORNER
Identifies the lower leading edge corner of the viewport. The leading edge is determined relative to the Scroll Pane's ComponentOrientation property.- See Also:
-
LOWER_TRAILING_CORNER
Identifies the lower trailing edge corner of the viewport. The trailing edge is determined relative to the Scroll Pane's ComponentOrientation property.- See Also:
-
UPPER_LEADING_CORNER
Identifies the upper leading edge corner of the viewport. The leading edge is determined relative to the Scroll Pane's ComponentOrientation property.- See Also:
-
UPPER_TRAILING_CORNER
Identifies the upper trailing edge corner of the viewport. The trailing edge is determined relative to the Scroll Pane's ComponentOrientation property.- See Also:
-
VERTICAL_SCROLLBAR_POLICY
Identifies the vertical scroll bar policy property.- See Also:
-
HORIZONTAL_SCROLLBAR_POLICY
Identifies the horizontal scroll bar policy property.- See Also:
-
VERTICAL_SCROLLBAR_AS_NEEDED
static final int VERTICAL_SCROLLBAR_AS_NEEDEDUsed to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.- See Also:
-
VERTICAL_SCROLLBAR_NEVER
static final int VERTICAL_SCROLLBAR_NEVERUsed to set the vertical scroll bar policy so that vertical scrollbars are never displayed.- See Also:
-
VERTICAL_SCROLLBAR_ALWAYS
static final int VERTICAL_SCROLLBAR_ALWAYSUsed to set the vertical scroll bar policy so that vertical scrollbars are always displayed.- See Also:
-
HORIZONTAL_SCROLLBAR_AS_NEEDED
static final int HORIZONTAL_SCROLLBAR_AS_NEEDEDUsed to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed.- See Also:
-
HORIZONTAL_SCROLLBAR_NEVER
static final int HORIZONTAL_SCROLLBAR_NEVERUsed to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed.- See Also:
-
HORIZONTAL_SCROLLBAR_ALWAYS
static final int HORIZONTAL_SCROLLBAR_ALWAYSUsed to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed.- See Also:
-