Java Doc for SwingConstants.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.SwingConstants

All known Subclasses:   javax.swing.JCheckBoxMenuItem,  javax.swing.plaf.synth.SynthArrowButton,  javax.swing.plaf.basic.BasicScrollBarUI,  javax.swing.JTabbedPane,  javax.swing.plaf.basic.BasicTabbedPaneUI,  javax.swing.text.View,  javax.swing.JLabel,  javax.swing.plaf.basic.BasicToolBarUI,  javax.swing.plaf.basic.BasicArrowButton,  javax.swing.JProgressBar,  javax.swing.JTextField,  javax.swing.AbstractButton,  javax.swing.JSlider,  javax.swing.JSeparator,  javax.swing.JToolBar,  javax.swing.SwingUtilities,
SwingConstants
public interface SwingConstants (Code)
A collection of constants generally used for positioning and orienting components on the screen.
version:
   1.23 05/05/07
author:
   Jeff Dinkins
author:
   Ralph Kar (orientation support)


Field Summary
final public static  intBOTTOM
     Box-orientation constant used to specify the bottom of a box.
final public static  intCENTER
     The central position in an area.
final public static  intEAST
     Compass-direction east (right).
final public static  intHORIZONTAL
     Horizontal orientation.
final public static  intLEADING
     Identifies the leading edge of text for use with left-to-right and right-to-left languages.
final public static  intLEFT
     Box-orientation constant used to specify the left side of a box.
final public static  intNEXT
     Identifies the next direction in a sequence.
final public static  intNORTH
     Compass-direction North (up).
final public static  intNORTH_EAST
     Compass-direction north-east (upper right).
final public static  intNORTH_WEST
     Compass-direction north west (upper left).
final public static  intPREVIOUS
     Identifies the previous direction in a sequence.
final public static  intRIGHT
     Box-orientation constant used to specify the right side of a box.
final public static  intSOUTH
     Compass-direction south (down).
final public static  intSOUTH_EAST
     Compass-direction south-east (lower right).
final public static  intSOUTH_WEST
     Compass-direction south-west (lower left).
final public static  intTOP
     Box-orientation constant used to specify the top of a box.
final public static  intTRAILING
     Identifies the trailing edge of text for use with left-to-right and right-to-left languages.
final public static  intVERTICAL
     Vertical orientation.
final public static  intWEST
     Compass-direction west (left).



Field Detail
BOTTOM
final public static int BOTTOM(Code)
Box-orientation constant used to specify the bottom of a box.



CENTER
final public static int CENTER(Code)
The central position in an area. Used for both compass-direction constants (NORTH, etc.) and box-orientation constants (TOP, etc.).



EAST
final public static int EAST(Code)
Compass-direction east (right).



HORIZONTAL
final public static int HORIZONTAL(Code)
Horizontal orientation. Used for scrollbars and sliders.



LEADING
final public static int LEADING(Code)
Identifies the leading edge of text for use with left-to-right and right-to-left languages. Used by buttons and labels.



LEFT
final public static int LEFT(Code)
Box-orientation constant used to specify the left side of a box.



NEXT
final public static int NEXT(Code)
Identifies the next direction in a sequence.
since:
   1.4



NORTH
final public static int NORTH(Code)
Compass-direction North (up).



NORTH_EAST
final public static int NORTH_EAST(Code)
Compass-direction north-east (upper right).



NORTH_WEST
final public static int NORTH_WEST(Code)
Compass-direction north west (upper left).



PREVIOUS
final public static int PREVIOUS(Code)
Identifies the previous direction in a sequence.
since:
   1.4



RIGHT
final public static int RIGHT(Code)
Box-orientation constant used to specify the right side of a box.



SOUTH
final public static int SOUTH(Code)
Compass-direction south (down).



SOUTH_EAST
final public static int SOUTH_EAST(Code)
Compass-direction south-east (lower right).



SOUTH_WEST
final public static int SOUTH_WEST(Code)
Compass-direction south-west (lower left).



TOP
final public static int TOP(Code)
Box-orientation constant used to specify the top of a box.



TRAILING
final public static int TRAILING(Code)
Identifies the trailing edge of text for use with left-to-right and right-to-left languages. Used by buttons and labels.



VERTICAL
final public static int VERTICAL(Code)
Vertical orientation. Used for scrollbars and sliders.



WEST
final public static int WEST(Code)
Compass-direction west (left).





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