FileDocCategorySizeDatePackage
ScrollPaneConstants.javaAPI DocJava SE 5 API3756Fri Aug 26 14:57:58 BST 2005javax.swing

ScrollPaneConstants

public interface ScrollPaneConstants
Constants used with the JScrollPane component.
version
1.17 12/19/03
author
Hans Muller

Fields Summary
String
VIEWPORT
Identifies a "viewport" or display area, within which scrolled contents are visible.
String
VERTICAL_SCROLLBAR
Identifies a vertical scrollbar.
String
HORIZONTAL_SCROLLBAR
Identifies a horizonal scrollbar.
String
ROW_HEADER
Identifies the area along the left side of the viewport between the upper left corner and the lower left corner.
String
COLUMN_HEADER
Identifies the area at the top the viewport between the upper left corner and the upper right corner.
String
LOWER_LEFT_CORNER
Identifies the lower left corner of the viewport.
String
LOWER_RIGHT_CORNER
Identifies the lower right corner of the viewport.
String
UPPER_LEFT_CORNER
Identifies the upper left corner of the viewport.
String
UPPER_RIGHT_CORNER
Identifies the upper right corner of the viewport.
String
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.
String
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.
String
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.
String
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.
String
VERTICAL_SCROLLBAR_POLICY
Identifies the vertical scroll bar policy property.
String
HORIZONTAL_SCROLLBAR_POLICY
Identifies the horizontal scroll bar policy property.
int
VERTICAL_SCROLLBAR_AS_NEEDED
Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.
int
VERTICAL_SCROLLBAR_NEVER
Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed.
int
VERTICAL_SCROLLBAR_ALWAYS
Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed.
int
HORIZONTAL_SCROLLBAR_AS_NEEDED
Used to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed.
int
HORIZONTAL_SCROLLBAR_NEVER
Used to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed.
int
HORIZONTAL_SCROLLBAR_ALWAYS
Used to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed.
Constructors Summary
Methods Summary