Package com.jidesoft.swing
Interface JideScrollPaneConstants
- All Superinterfaces:
ScrollPaneConstants
- All Known Implementing Classes:
JideScrollPane,JideScrollPaneLayout
Constants used with the JideScrollPane component.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIdentifies the area at the bottom where the viewport is between the lower left corner and the lower right corner.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringIdentifies the area along the left side of the viewport between the upper right corner and the lower right corner.static final StringIdentifies the area at the top where the viewport is between the column header and main viewport.static final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface javax.swing.ScrollPaneConstants
COLUMN_HEADER, HORIZONTAL_SCROLLBAR, HORIZONTAL_SCROLLBAR_ALWAYS, HORIZONTAL_SCROLLBAR_AS_NEEDED, HORIZONTAL_SCROLLBAR_NEVER, HORIZONTAL_SCROLLBAR_POLICY, LOWER_LEADING_CORNER, LOWER_LEFT_CORNER, LOWER_RIGHT_CORNER, LOWER_TRAILING_CORNER, ROW_HEADER, UPPER_LEADING_CORNER, UPPER_LEFT_CORNER, UPPER_RIGHT_CORNER, UPPER_TRAILING_CORNER, VERTICAL_SCROLLBAR, VERTICAL_SCROLLBAR_ALWAYS, VERTICAL_SCROLLBAR_AS_NEEDED, VERTICAL_SCROLLBAR_NEVER, VERTICAL_SCROLLBAR_POLICY, VIEWPORT
-
Field Details
-
ROW_FOOTER
Identifies the area along the left side of the viewport between the upper right corner and the lower right corner.- See Also:
-
COLUMN_FOOTER
Identifies the area at the bottom where the viewport is between the lower left corner and the lower right corner.- See Also:
-
SUB_COLUMN_HEADER
Identifies the area at the top where the viewport is between the column header and main viewport.- See Also:
-
HORIZONTAL_LEFT
- See Also:
-
HORIZONTAL_RIGHT
- See Also:
-
HORIZONTAL_LEADING
- See Also:
-
HORIZONTAL_TRAILING
- See Also:
-
VERTICAL_TOP
- See Also:
-
VERTICAL_BOTTOM
- See Also:
-
SUB_UPPER_LEFT
- See Also:
-
SUB_UPPER_RIGHT
- See Also:
-