API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. ScrollPaneConstants View Source
Author(s)
Hans Muller
Since
Version
1.18 11/17/05
Serial
Hierarchy
 ScrollPaneConstants
Subinterfaces
Description
public interface ScrollPaneConstants
Constants used with the JScrollPane component.
See also:   
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic String COLUMN_HEADER = "COLUMN_HEADER"
Identifies the area at the top the viewport between the upper left corner and the upper right corner.
publicfinalstatic String HORIZONTAL_SCROLLBAR = "HORIZONTAL_SCROLLBAR"
Identifies a horizonal scrollbar.
publicfinalstatic int HORIZONTAL_SCROLLBAR_ALWAYS = "32"
Used to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed.
publicfinalstatic int HORIZONTAL_SCROLLBAR_AS_NEEDED = "30"
Used to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed.
publicfinalstatic int HORIZONTAL_SCROLLBAR_NEVER = "31"
Used to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed.
publicfinalstatic String HORIZONTAL_SCROLLBAR_POLICY = "HORIZONTAL_SCROLLBAR_POLICY"
Identifies the horizontal scroll bar policy property.
publicfinalstatic String LOWER_LEADING_CORNER = "LOWER_LEADING_CORNER"
  Identifies the lower leading edge corner of the viewport.
publicfinalstatic String LOWER_LEFT_CORNER = "LOWER_LEFT_CORNER"
Identifies the lower left corner of the viewport.
publicfinalstatic String LOWER_RIGHT_CORNER = "LOWER_RIGHT_CORNER"
Identifies the lower right corner of the viewport.
publicfinalstatic String LOWER_TRAILING_CORNER = "LOWER_TRAILING_CORNER"
  Identifies the lower trailing edge corner of the viewport.
publicfinalstatic String ROW_HEADER = "ROW_HEADER"
Identifies the area along the left side of the viewport between the upper left corner and the lower left corner.
publicfinalstatic String UPPER_LEADING_CORNER = "UPPER_LEADING_CORNER"
  Identifies the upper leading edge corner of the viewport.
publicfinalstatic String UPPER_LEFT_CORNER = "UPPER_LEFT_CORNER"
Identifies the upper left corner of the viewport.
publicfinalstatic String UPPER_RIGHT_CORNER = "UPPER_RIGHT_CORNER"
Identifies the upper right corner of the viewport.
publicfinalstatic String UPPER_TRAILING_CORNER = "UPPER_TRAILING_CORNER"
  Identifies the upper trailing edge corner of the viewport.
publicfinalstatic String VERTICAL_SCROLLBAR = "VERTICAL_SCROLLBAR"
Identifies a vertical scrollbar.
publicfinalstatic int VERTICAL_SCROLLBAR_ALWAYS = "22"
Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed.
publicfinalstatic int VERTICAL_SCROLLBAR_AS_NEEDED = "20"
Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.
publicfinalstatic int VERTICAL_SCROLLBAR_NEVER = "21"
Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed.
publicfinalstatic String VERTICAL_SCROLLBAR_POLICY = "VERTICAL_SCROLLBAR_POLICY"
Identifies the vertical scroll bar policy property.
publicfinalstatic String VIEWPORT = "VIEWPORT"
Identifies a "viewport" or display area, within which scrolled contents are visible.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar