Java Doc for TreeItem.java in  » J2EE » Sofia » com » salmonllc » xml » 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 » J2EE » Sofia » com.salmonllc.xml 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.salmonllc.xml.Tree
      com.salmonllc.xml.TreeItem

TreeItem
public class TreeItem extends Tree (Code)
This datastructure is used to store a node of a tree. Every TreeItem, node, may or may not contain many TreeItemAddImage objects. Creation date: (8/21/01 4:53:39 PM)
author:
   : Deepak Agarwal



Constructor Summary
public  TreeItem()
     TreeItem constructor comment.

Method Summary
public  java.util.VectorgetAddImages()
    
public  java.lang.StringgetHref()
    
public  java.lang.StringgetImgExpSource()
    
public  java.lang.StringgetImgHref()
    
public  java.lang.StringgetImgSource()
    
public  java.lang.StringgetName()
    
public  java.lang.StringgetText()
    
public  booleanisVisible()
    
public  voidsetAddImages(java.util.Vector newAddImages)
    
public  voidsetHref(java.lang.String newHref)
    
public  voidsetImgExpSource(java.lang.String newImgExpSource)
    
public  voidsetImgHref(java.lang.String newImgHref)
    
public  voidsetImgSource(java.lang.String newImgSource)
    
public  voidsetName(java.lang.String newName)
    
public  voidsetText(java.lang.String newText)
    
public  voidsetVisible(boolean newVisible)
    


Constructor Detail
TreeItem
public TreeItem()(Code)
TreeItem constructor comment.




Method Detail
getAddImages
public java.util.Vector getAddImages()(Code)
This method returns the images for a Tree Node Creation date: (8/22/01 9:33:32 AM) java.util.Vector



getHref
public java.lang.String getHref()(Code)
Gets the link href, if specified for a tree node Creation date: (8/21/01 4:56:43 PM) java.lang.String



getImgExpSource
public java.lang.String getImgExpSource()(Code)
Gets the expand image source file name for a Tree Node Creation date: (8/21/01 4:56:43 PM) java.lang.String



getImgHref
public java.lang.String getImgHref()(Code)
Gets the image source file name for a Tree Node Creation date: (8/21/01 4:56:43 PM) java.lang.String



getImgSource
public java.lang.String getImgSource()(Code)
Gets the image source file name for a Tree Node Creation date: (8/21/01 4:56:43 PM) java.lang.String



getName
public java.lang.String getName()(Code)
Gets the name for the TreeItem component Creation date: (8/21/01 4:57:14 PM) java.lang.String



getText
public java.lang.String getText()(Code)
Gets the text used to display on Tree node Creation date: (8/21/01 4:56:43 PM) java.lang.String



isVisible
public boolean isVisible()(Code)
Gets the flag 'Visible' for Tree Tag Creation date: (8/21/01 4:59:17 PM) boolean



setAddImages
public void setAddImages(java.util.Vector newAddImages)(Code)
Sets the additinal images used by a Tree Node Creation date: (8/22/01 9:33:32 AM)
Parameters:
  newAddImages - java.util.Vector



setHref
public void setHref(java.lang.String newHref)(Code)
Sets the Href link for Tree node Creation date: (8/21/01 4:56:43 PM)
Parameters:
  newHref - java.lang.String



setImgExpSource
public void setImgExpSource(java.lang.String newImgExpSource)(Code)
Creation date: (8/21/01 4:56:43 PM)
Parameters:
  newImgExpSource - java.lang.String



setImgHref
public void setImgHref(java.lang.String newImgHref)(Code)
Sets the Href link for Image on Tree node Creation date: (8/21/01 4:56:43 PM)
Parameters:
  newImgHref - java.lang.String



setImgSource
public void setImgSource(java.lang.String newImgSource)(Code)
Sets the Href link for Image on Tree node Creation date: (8/21/01 4:56:43 PM)
Parameters:
  newImgSource - java.lang.String



setName
public void setName(java.lang.String newName)(Code)
Sets the name of the component Creation date: (8/21/01 4:57:14 PM)
Parameters:
  newName - java.lang.String



setText
public void setText(java.lang.String newText)(Code)
Sets the text used by component Creation date: (8/21/01 4:56:43 PM)
Parameters:
  newText - java.lang.String



setVisible
public void setVisible(boolean newVisible)(Code)
Sets the visibility of Tree Node Creation date: (8/21/01 4:59:17 PM)
Parameters:
  newVisible - boolean



Fields inherited from com.salmonllc.xml.Tree
public java.util.Vector vctChilds(Code)(Java Doc)

Methods inherited from com.salmonllc.xml.Tree
public java.util.Vector getChilds()(Code)(Java Doc)
public java.lang.String getContractImage()(Code)(Java Doc)
public java.lang.String getExpandImage()(Code)(Java Doc)
public java.lang.String getName()(Code)(Java Doc)
public java.lang.String getNullImage()(Code)(Java Doc)
public java.lang.String getSelectMode()(Code)(Java Doc)
public java.lang.String getTarget()(Code)(Java Doc)
public java.lang.String getTreeMode()(Code)(Java Doc)
public boolean isShowRoot()(Code)(Java Doc)
public boolean isVisible()(Code)(Java Doc)
public void setChilds(java.util.Vector newChilds)(Code)(Java Doc)
public void setContractImage(java.lang.String newContractImage)(Code)(Java Doc)
public void setExpandImage(java.lang.String newExpandImage)(Code)(Java Doc)
public void setName(java.lang.String newName)(Code)(Java Doc)
public void setNullImage(java.lang.String newNullImage)(Code)(Java Doc)
public void setSelectMode(java.lang.String newSelectMode)(Code)(Java Doc)
public void setShowRoot(boolean newShowRoot)(Code)(Java Doc)
public void setTarget(java.lang.String newTarget)(Code)(Java Doc)
public void setTreeMode(java.lang.String newTreeMode)(Code)(Java Doc)
public void setVisible(boolean newVisible)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.