Java Doc for DefaultTreeCellRenderer.java in  » Apache-Harmony-Java-SE » javax-package » javax » swing » tree » 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 » Apache Harmony Java SE » javax package » javax.swing.tree 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.JLabel
   javax.swing.tree.DefaultTreeCellRenderer

DefaultTreeCellRenderer
public class DefaultTreeCellRenderer extends JLabel implements TreeCellRenderer(Code)


Field Summary
protected  ColorbackgroundNonSelectionColor
    
protected  ColorbackgroundSelectionColor
    
protected  ColorborderSelectionColor
    
protected transient  IconclosedIcon
    
protected  booleanhasFocus
    
protected transient  IconleafIcon
    
protected transient  IconopenIcon
    
protected  booleanselected
    
protected  ColortextNonSelectionColor
    
protected  ColortextSelectionColor
    

Constructor Summary
public  DefaultTreeCellRenderer()
    

Method Summary
protected  voidfirePropertyChange(String propertyName, Object oldValue, Object newValue)
    
public  voidfirePropertyChange(String propertyName, byte oldValue, byte newValue)
    
public  voidfirePropertyChange(String propertyName, char oldValue, char newValue)
    
public  voidfirePropertyChange(String propertyName, short oldValue, short newValue)
    
public  voidfirePropertyChange(String propertyName, int oldValue, int newValue)
    
public  voidfirePropertyChange(String propertyName, long oldValue, long newValue)
    
public  voidfirePropertyChange(String propertyName, float oldValue, float newValue)
    
public  voidfirePropertyChange(String propertyName, double oldValue, double newValue)
    
public  voidfirePropertyChange(String propertyName, boolean oldValue, boolean newValue)
    
public  ColorgetBackgroundNonSelectionColor()
    
public  ColorgetBackgroundSelectionColor()
    
public  ColorgetBorderSelectionColor()
    
public  IcongetClosedIcon()
    
public  IcongetDefaultClosedIcon()
    
public  IcongetDefaultLeafIcon()
    
public  IcongetDefaultOpenIcon()
    
public  FontgetFont()
    
public  IcongetLeafIcon()
    
public  IcongetOpenIcon()
    
public  DimensiongetPreferredSize()
    
public  ColorgetTextNonSelectionColor()
    
public  ColorgetTextSelectionColor()
    
public  ComponentgetTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
    
public  voidinvalidate()
    
public  voidpaint(Graphics g)
    
public  voidrepaint(long tm, int x, int y, int width, int height)
    
public  voidrepaint(Rectangle r)
    
public  voidrepaint()
    
public  voidrevalidate()
    
public  voidsetBackground(Color color)
    
public  voidsetBackgroundNonSelectionColor(Color color)
    
public  voidsetBackgroundSelectionColor(Color color)
    
public  voidsetBorderSelectionColor(Color color)
    
public  voidsetClosedIcon(Icon icon)
    
public  voidsetFont(Font font)
    
public  voidsetLeafIcon(Icon icon)
    
public  voidsetOpenIcon(Icon icon)
    
public  voidsetTextNonSelectionColor(Color color)
    
public  voidsetTextSelectionColor(Color color)
    
public  voidvalidate()
    

Field Detail
backgroundNonSelectionColor
protected Color backgroundNonSelectionColor(Code)



backgroundSelectionColor
protected Color backgroundSelectionColor(Code)



borderSelectionColor
protected Color borderSelectionColor(Code)



closedIcon
protected transient Icon closedIcon(Code)



hasFocus
protected boolean hasFocus(Code)



leafIcon
protected transient Icon leafIcon(Code)



openIcon
protected transient Icon openIcon(Code)



selected
protected boolean selected(Code)



textNonSelectionColor
protected Color textNonSelectionColor(Code)



textSelectionColor
protected Color textSelectionColor(Code)




Constructor Detail
DefaultTreeCellRenderer
public DefaultTreeCellRenderer()(Code)




Method Detail
firePropertyChange
protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)



firePropertyChange
public void firePropertyChange(String propertyName, byte oldValue, byte newValue)(Code)



firePropertyChange
public void firePropertyChange(String propertyName, char oldValue, char newValue)(Code)



firePropertyChange
public void firePropertyChange(String propertyName, short oldValue, short newValue)(Code)



firePropertyChange
public void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)



firePropertyChange
public void firePropertyChange(String propertyName, long oldValue, long newValue)(Code)



firePropertyChange
public void firePropertyChange(String propertyName, float oldValue, float newValue)(Code)



firePropertyChange
public void firePropertyChange(String propertyName, double oldValue, double newValue)(Code)



firePropertyChange
public void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)



getBackgroundNonSelectionColor
public Color getBackgroundNonSelectionColor()(Code)



getBackgroundSelectionColor
public Color getBackgroundSelectionColor()(Code)



getBorderSelectionColor
public Color getBorderSelectionColor()(Code)



getClosedIcon
public Icon getClosedIcon()(Code)



getDefaultClosedIcon
public Icon getDefaultClosedIcon()(Code)



getDefaultLeafIcon
public Icon getDefaultLeafIcon()(Code)



getDefaultOpenIcon
public Icon getDefaultOpenIcon()(Code)



getFont
public Font getFont()(Code)



getLeafIcon
public Icon getLeafIcon()(Code)



getOpenIcon
public Icon getOpenIcon()(Code)



getPreferredSize
public Dimension getPreferredSize()(Code)



getTextNonSelectionColor
public Color getTextNonSelectionColor()(Code)



getTextSelectionColor
public Color getTextSelectionColor()(Code)



getTreeCellRendererComponent
public Component getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)(Code)



invalidate
public void invalidate()(Code)



paint
public void paint(Graphics g)(Code)



repaint
public void repaint(long tm, int x, int y, int width, int height)(Code)



repaint
public void repaint(Rectangle r)(Code)



repaint
public void repaint()(Code)



revalidate
public void revalidate()(Code)



setBackground
public void setBackground(Color color)(Code)



setBackgroundNonSelectionColor
public void setBackgroundNonSelectionColor(Color color)(Code)



setBackgroundSelectionColor
public void setBackgroundSelectionColor(Color color)(Code)



setBorderSelectionColor
public void setBorderSelectionColor(Color color)(Code)



setClosedIcon
public void setClosedIcon(Icon icon)(Code)



setFont
public void setFont(Font font)(Code)



setLeafIcon
public void setLeafIcon(Icon icon)(Code)



setOpenIcon
public void setOpenIcon(Icon icon)(Code)



setTextNonSelectionColor
public void setTextNonSelectionColor(Color color)(Code)



setTextSelectionColor
public void setTextSelectionColor(Color color)(Code)



validate
public void validate()(Code)



Fields inherited from javax.swing.JLabel
protected Component labelFor(Code)(Java Doc)

Methods inherited from javax.swing.JLabel
protected int checkHorizontalKey(int key, String message)(Code)(Java Doc)
protected int checkVerticalKey(int key, String message)(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public Icon getDisabledIcon()(Code)(Java Doc)
public int getDisplayedMnemonic()(Code)(Java Doc)
public int getDisplayedMnemonicIndex()(Code)(Java Doc)
public int getHorizontalAlignment()(Code)(Java Doc)
public int getHorizontalTextPosition()(Code)(Java Doc)
public Icon getIcon()(Code)(Java Doc)
public int getIconTextGap()(Code)(Java Doc)
public Component getLabelFor()(Code)(Java Doc)
public String getText()(Code)(Java Doc)
public LabelUI getUI()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
public int getVerticalAlignment()(Code)(Java Doc)
public int getVerticalTextPosition()(Code)(Java Doc)
public boolean imageUpdate(Image image, int infoflags, int x, int y, int w, int h)(Code)(Java Doc)
public void setDisabledIcon(Icon icon)(Code)(Java Doc)
public void setDisplayedMnemonic(int key)(Code)(Java Doc)
public void setDisplayedMnemonic(char keyChar)(Code)(Java Doc)
public void setDisplayedMnemonicIndex(int index)(Code)(Java Doc)
public void setHorizontalAlignment(int alignment)(Code)(Java Doc)
public void setHorizontalTextPosition(int textPosition)(Code)(Java Doc)
public void setIcon(Icon icon)(Code)(Java Doc)
public void setIconTextGap(int iconTextGap)(Code)(Java Doc)
public void setLabelFor(Component c)(Code)(Java Doc)
public void setText(String text)(Code)(Java Doc)
public void setUI(LabelUI ui)(Code)(Java Doc)
public void setVerticalAlignment(int alignment)(Code)(Java Doc)
public void setVerticalTextPosition(int textPosition)(Code)(Java Doc)
public void updateUI()(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.