Java Doc for ScrollPaneConstants.java in  » 6.0-JDK-Core » swing » javax » swing » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Net
51.Parser
52.PDF
53.Portal
54.Profiler
55.Project Management
56.Report
57.RSS RDF
58.Rule Engine
59.Science
60.Scripting
61.Search Engine
62.Security
63.Sevlet Container
64.Source Control
65.Swing Library
66.Template Engine
67.Test Coverage
68.Testing
69.UML
70.Web Crawler
71.Web Framework
72.Web Mail
73.Web Server
74.Web Services
75.Web Services apache cxf 2.2.6
76.Web Services AXIS2
77.Wiki Engine
78.Workflow Engines
79.XML
80.XML UI
Java Source Code / Java Documentation » 6.0 JDK Core » swing » javax.swing 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.ScrollPaneConstants

All known Subclasses:   javax.swing.ScrollPaneLayout,  javax.swing.JScrollPane,  javax.swing.plaf.basic.BasicScrollPaneUI,
ScrollPaneConstants
public interface ScrollPaneConstants (Code)
Constants used with the JScrollPane component.
version:
   1.24 05/05/07
author:
   Hans Muller


Field Summary
 StringCOLUMN_HEADER
     Identifies the area at the top the viewport between the upper left corner and the upper right corner.
 StringHORIZONTAL_SCROLLBAR
     Identifies a horizonal scrollbar.
 intHORIZONTAL_SCROLLBAR_ALWAYS
     Used to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed.
 intHORIZONTAL_SCROLLBAR_AS_NEEDED
     Used to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed.
 intHORIZONTAL_SCROLLBAR_NEVER
     Used to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed.
 StringHORIZONTAL_SCROLLBAR_POLICY
     Identifies the horizontal scroll bar policy property.
 StringLOWER_LEADING_CORNER
     Identifies the lower leading edge corner of the viewport.
 StringLOWER_LEFT_CORNER
     Identifies the lower left corner of the viewport.
 StringLOWER_RIGHT_CORNER
     Identifies the lower right corner of the viewport.
 StringLOWER_TRAILING_CORNER
     Identifies the lower trailing edge corner of the viewport.
 StringROW_HEADER
     Identifies the area along the left side of the viewport between the upper left corner and the lower left corner.
 StringUPPER_LEADING_CORNER
     Identifies the upper leading edge corner of the viewport.
 StringUPPER_LEFT_CORNER
     Identifies the upper left corner of the viewport.
 StringUPPER_RIGHT_CORNER
     Identifies the upper right corner of the viewport.
 StringUPPER_TRAILING_CORNER
     Identifies the upper trailing edge corner of the viewport.
 StringVERTICAL_SCROLLBAR
     Identifies a vertical scrollbar.
 intVERTICAL_SCROLLBAR_ALWAYS
     Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed.
 intVERTICAL_SCROLLBAR_AS_NEEDED
     Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.
 intVERTICAL_SCROLLBAR_NEVER
     Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed.
 StringVERTICAL_SCROLLBAR_POLICY
     Identifies the vertical scroll bar policy property.
 StringVIEWPORT
     Identifies a "viewport" or display area, within which scrolled contents are visible.



Field Detail
COLUMN_HEADER
String COLUMN_HEADER(Code)
Identifies the area at the top the viewport between the upper left corner and the upper right corner.



HORIZONTAL_SCROLLBAR
String HORIZONTAL_SCROLLBAR(Code)
Identifies a horizonal scrollbar.



HORIZONTAL_SCROLLBAR_ALWAYS
int HORIZONTAL_SCROLLBAR_ALWAYS(Code)
Used to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed.



HORIZONTAL_SCROLLBAR_AS_NEEDED
int HORIZONTAL_SCROLLBAR_AS_NEEDED(Code)
Used to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed.



HORIZONTAL_SCROLLBAR_NEVER
int HORIZONTAL_SCROLLBAR_NEVER(Code)
Used to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed.



HORIZONTAL_SCROLLBAR_POLICY
String HORIZONTAL_SCROLLBAR_POLICY(Code)
Identifies the horizontal scroll bar policy property.



LOWER_LEADING_CORNER
String LOWER_LEADING_CORNER(Code)
Identifies the lower leading edge corner of the viewport. The leading edge is determined relative to the Scroll Pane's ComponentOrientation property.



LOWER_LEFT_CORNER
String LOWER_LEFT_CORNER(Code)
Identifies the lower left corner of the viewport.



LOWER_RIGHT_CORNER
String LOWER_RIGHT_CORNER(Code)
Identifies the lower right corner of the viewport.



LOWER_TRAILING_CORNER
String LOWER_TRAILING_CORNER(Code)
Identifies the lower trailing edge corner of the viewport. The trailing edge is determined relative to the Scroll Pane's ComponentOrientation property.



ROW_HEADER
String ROW_HEADER(Code)
Identifies the area along the left side of the viewport between the upper left corner and the lower left corner.



UPPER_LEADING_CORNER
String UPPER_LEADING_CORNER(Code)
Identifies the upper leading edge corner of the viewport. The leading edge is determined relative to the Scroll Pane's ComponentOrientation property.



UPPER_LEFT_CORNER
String UPPER_LEFT_CORNER(Code)
Identifies the upper left corner of the viewport.



UPPER_RIGHT_CORNER
String UPPER_RIGHT_CORNER(Code)
Identifies the upper right corner of the viewport.



UPPER_TRAILING_CORNER
String UPPER_TRAILING_CORNER(Code)
Identifies the upper trailing edge corner of the viewport. The trailing edge is determined relative to the Scroll Pane's ComponentOrientation property.



VERTICAL_SCROLLBAR
String VERTICAL_SCROLLBAR(Code)
Identifies a vertical scrollbar.



VERTICAL_SCROLLBAR_ALWAYS
int VERTICAL_SCROLLBAR_ALWAYS(Code)
Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed.



VERTICAL_SCROLLBAR_AS_NEEDED
int VERTICAL_SCROLLBAR_AS_NEEDED(Code)
Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.



VERTICAL_SCROLLBAR_NEVER
int VERTICAL_SCROLLBAR_NEVER(Code)
Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed.



VERTICAL_SCROLLBAR_POLICY
String VERTICAL_SCROLLBAR_POLICY(Code)
Identifies the vertical scroll bar policy property.



VIEWPORT
String VIEWPORT(Code)
Identifies a "viewport" or display area, within which scrolled contents are visible.





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.