Java Doc for BasicRangeSliderUI.java in  » Swing-Library » jide-common » com » jidesoft » plaf » basic » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Swing Library » jide common » com.jidesoft.plaf.basic 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.plaf.basic.BasicSliderUI
   com.jidesoft.plaf.basic.BasicRangeSliderUI

All known Subclasses:   com.jidesoft.plaf.office2003.Office2003RangeSliderUI,
BasicRangeSliderUI
public class BasicRangeSliderUI extends BasicSliderUI (Code)
JideButtonUI implementation

Inner Class :protected class RangeTrackListener extends TrackListener

Field Summary
final protected static  intMOUSE_HANDLE_MAX
    
final protected static  intMOUSE_HANDLE_MIDDLE
    
final protected static  intMOUSE_HANDLE_MIN
    
final protected static  intMOUSE_HANDLE_NONE
    
protected  Icon_lowerIcon
    
protected  Icon_lowerIconV
    
protected  Icon_middleIcon
    
protected  Icon_middleIconV
    
protected  Icon_upperIcon
    
protected  Icon_upperIconV
    

Constructor Summary
public  BasicRangeSliderUI(JSlider slider)
    

Method Summary
protected  voidcalculateTrackRect()
    
protected  TrackListenercreateTrackListener(JSlider slider)
    
public static  ComponentUIcreateUI(JComponent slider)
    
protected  intgetMouseHandle(int x, int y)
    
protected  voidinstallDefaults(JSlider slider)
    
public  voidpaintThumb(Graphics g)
    
protected  voidresetAllIcons()
    
protected  voidsetMouseRollover(int handle)
    
public  voiduninstallUI(JComponent c)
    

Field Detail
MOUSE_HANDLE_MAX
final protected static int MOUSE_HANDLE_MAX(Code)



MOUSE_HANDLE_MIDDLE
final protected static int MOUSE_HANDLE_MIDDLE(Code)



MOUSE_HANDLE_MIN
final protected static int MOUSE_HANDLE_MIN(Code)



MOUSE_HANDLE_NONE
final protected static int MOUSE_HANDLE_NONE(Code)



_lowerIcon
protected Icon _lowerIcon(Code)



_lowerIconV
protected Icon _lowerIconV(Code)



_middleIcon
protected Icon _middleIcon(Code)



_middleIconV
protected Icon _middleIconV(Code)



_upperIcon
protected Icon _upperIcon(Code)



_upperIconV
protected Icon _upperIconV(Code)




Constructor Detail
BasicRangeSliderUI
public BasicRangeSliderUI(JSlider slider)(Code)




Method Detail
calculateTrackRect
protected void calculateTrackRect()(Code)



createTrackListener
protected TrackListener createTrackListener(JSlider slider)(Code)



createUI
public static ComponentUI createUI(JComponent slider)(Code)



getMouseHandle
protected int getMouseHandle(int x, int y)(Code)



installDefaults
protected void installDefaults(JSlider slider)(Code)



paintThumb
public void paintThumb(Graphics g)(Code)



resetAllIcons
protected void resetAllIcons()(Code)



setMouseRollover
protected void setMouseRollover(int handle)(Code)



uninstallUI
public void uninstallUI(JComponent c)(Code)



Fields inherited from javax.swing.plaf.basic.BasicSliderUI
final public static int MAX_SCROLL(Code)(Java Doc)
final public static int MIN_SCROLL(Code)(Java Doc)
final public static int NEGATIVE_SCROLL(Code)(Java Doc)
final public static int POSITIVE_SCROLL(Code)(Java Doc)
protected ChangeListener changeListener(Code)(Java Doc)
protected ComponentListener componentListener(Code)(Java Doc)
protected Rectangle contentRect(Code)(Java Doc)
protected Insets focusInsets(Code)(Java Doc)
protected FocusListener focusListener(Code)(Java Doc)
protected Rectangle focusRect(Code)(Java Doc)
protected Insets insetCache(Code)(Java Doc)
protected Rectangle labelRect(Code)(Java Doc)
protected boolean leftToRightCache(Code)(Java Doc)
protected PropertyChangeListener propertyChangeListener(Code)(Java Doc)
protected ScrollListener scrollListener(Code)(Java Doc)
protected Timer scrollTimer(Code)(Java Doc)
protected JSlider slider(Code)(Java Doc)
protected Rectangle thumbRect(Code)(Java Doc)
protected Rectangle tickRect(Code)(Java Doc)
protected int trackBuffer(Code)(Java Doc)
protected TrackListener trackListener(Code)(Java Doc)
protected Rectangle trackRect(Code)(Java Doc)

Methods inherited from javax.swing.plaf.basic.BasicSliderUI
protected void calculateContentRect()(Code)(Java Doc)
protected void calculateFocusRect()(Code)(Java Doc)
protected void calculateGeometry()(Code)(Java Doc)
protected void calculateLabelRect()(Code)(Java Doc)
protected void calculateThumbLocation()(Code)(Java Doc)
protected void calculateThumbSize()(Code)(Java Doc)
protected void calculateTickRect()(Code)(Java Doc)
protected void calculateTrackBuffer()(Code)(Java Doc)
protected void calculateTrackRect()(Code)(Java Doc)
protected ChangeListener createChangeListener(JSlider slider)(Code)(Java Doc)
protected ComponentListener createComponentListener(JSlider slider)(Code)(Java Doc)
protected FocusListener createFocusListener(JSlider slider)(Code)(Java Doc)
protected PropertyChangeListener createPropertyChangeListener(JSlider slider)(Code)(Java Doc)
protected ScrollListener createScrollListener(JSlider slider)(Code)(Java Doc)
protected TrackListener createTrackListener(JSlider slider)(Code)(Java Doc)
public static ComponentUI createUI(JComponent b)(Code)(Java Doc)
protected boolean drawInverted()(Code)(Java Doc)
public int getBaseline(JComponent c, int width, int height)(Code)(Java Doc)
public Component.BaselineResizeBehavior getBaselineResizeBehavior(JComponent c)(Code)(Java Doc)
protected Color getFocusColor()(Code)(Java Doc)
protected int getHeightOfHighValueLabel()(Code)(Java Doc)
protected int getHeightOfLowValueLabel()(Code)(Java Doc)
protected int getHeightOfTallestLabel()(Code)(Java Doc)
protected Integer getHighestValue()(Code)(Java Doc)
protected Component getHighestValueLabel()(Code)(Java Doc)
protected Color getHighlightColor()(Code)(Java Doc)
protected Integer getLowestValue()(Code)(Java Doc)
protected Component getLowestValueLabel()(Code)(Java Doc)
public Dimension getMaximumSize(JComponent c)(Code)(Java Doc)
public Dimension getMinimumHorizontalSize()(Code)(Java Doc)
public Dimension getMinimumSize(JComponent c)(Code)(Java Doc)
public Dimension getMinimumVerticalSize()(Code)(Java Doc)
public Dimension getPreferredHorizontalSize()(Code)(Java Doc)
public Dimension getPreferredSize(JComponent c)(Code)(Java Doc)
public Dimension getPreferredVerticalSize()(Code)(Java Doc)
protected Color getShadowColor()(Code)(Java Doc)
protected Dimension getThumbSize()(Code)(Java Doc)
protected int getTickLength()(Code)(Java Doc)
protected int getWidthOfHighValueLabel()(Code)(Java Doc)
protected int getWidthOfLowValueLabel()(Code)(Java Doc)
protected int getWidthOfWidestLabel()(Code)(Java Doc)
protected void installDefaults(JSlider slider)(Code)(Java Doc)
protected void installKeyboardActions(JSlider slider)(Code)(Java Doc)
protected void installListeners(JSlider slider)(Code)(Java Doc)
public void installUI(JComponent c)(Code)(Java Doc)
protected boolean isDragging()(Code)(Java Doc)
protected boolean labelsHaveSameBaselines()(Code)(Java Doc)
public void paint(Graphics g, JComponent c)(Code)(Java Doc)
public void paintFocus(Graphics g)(Code)(Java Doc)
protected void paintHorizontalLabel(Graphics g, int value, Component label)(Code)(Java Doc)
public void paintLabels(Graphics g)(Code)(Java Doc)
protected void paintMajorTickForHorizSlider(Graphics g, Rectangle tickBounds, int x)(Code)(Java Doc)
protected void paintMajorTickForVertSlider(Graphics g, Rectangle tickBounds, int y)(Code)(Java Doc)
protected void paintMinorTickForHorizSlider(Graphics g, Rectangle tickBounds, int x)(Code)(Java Doc)
protected void paintMinorTickForVertSlider(Graphics g, Rectangle tickBounds, int y)(Code)(Java Doc)
public void paintThumb(Graphics g)(Code)(Java Doc)
public void paintTicks(Graphics g)(Code)(Java Doc)
public void paintTrack(Graphics g)(Code)(Java Doc)
protected void paintVerticalLabel(Graphics g, int value, Component label)(Code)(Java Doc)
protected void recalculateIfInsetsChanged()(Code)(Java Doc)
protected void recalculateIfOrientationChanged()(Code)(Java Doc)
public void scrollByBlock(int direction)(Code)(Java Doc)
public void scrollByUnit(int direction)(Code)(Java Doc)
protected void scrollDueToClickInTrack(int dir)(Code)(Java Doc)
public void setThumbLocation(int x, int y)(Code)(Java Doc)
protected void uninstallKeyboardActions(JSlider slider)(Code)(Java Doc)
protected void uninstallListeners(JSlider slider)(Code)(Java Doc)
public void uninstallUI(JComponent c)(Code)(Java Doc)
public int valueForXPosition(int xPos)(Code)(Java Doc)
public int valueForYPosition(int yPos)(Code)(Java Doc)
protected int xPositionForValue(int value)(Code)(Java Doc)
protected int yPositionForValue(int value)(Code)(Java Doc)
protected int yPositionForValue(int value, int trackY, int trackHeight)(Code)(Java Doc)

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