Java Doc for XPojoIteratorEx.java in  » XML-UI » xui32 » com » xoetrope » data » pojo » 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 » XML UI » xui32 » com.xoetrope.data.pojo 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.xoetrope.data.pojo.XPojoModelVis
   com.xoetrope.data.pojo.XPojoModelEx
      com.xoetrope.data.pojo.XPojoIteratorEx

XPojoIteratorEx
public class XPojoIteratorEx extends XPojoModelEx (Code)
Collection iterator model

Copyright (c) Xoetrope Ltd., 2001-2007, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Xoetrope.



Field Summary
protected  Collectioncollection
    
protected  Iteratoriterator
    

Constructor Summary
public  XPojoIteratorEx(XPojoDataSourceEx ds, Collection c, XPojoModelEx finder)
    

Method Summary
public  Objectfirst()
     Returns the first object from the underlying collection and resets the iteration index to 0.
public  XPojoAdapterExgetAdapter()
    
public  StringgetBindingPath()
    
public  StringgetCaption()
     Gets this node's visualiser tree caption.
public  ClassgetPojoClass()
    
public  booleanhasNext()
    

Field Detail
collection
protected Collection collection(Code)



iterator
protected Iterator iterator(Code)




Constructor Detail
XPojoIteratorEx
public XPojoIteratorEx(XPojoDataSourceEx ds, Collection c, XPojoModelEx finder)(Code)
Creates a new instance of XPojoIteratorEx
Parameters:
  ds - data source
Parameters:
  c - Collection which iterator is wrapped by this node




Method Detail
first
public Object first()(Code)
Returns the first object from the underlying collection and resets the iteration index to 0. first element of the collection



getAdapter
public XPojoAdapterEx getAdapter()(Code)
Gets the current element adapter of this iteration the adapter



getBindingPath
public String getBindingPath()(Code)
Gets the runtime binding path of this node binding path



getCaption
public String getCaption()(Code)
Gets this node's visualiser tree caption. the caption



getPojoClass
public Class getPojoClass()(Code)



hasNext
public boolean hasNext()(Code)
Incdicates whether the iterator has more elements true if the iterator has more elements,false otherwise.



Fields inherited from com.xoetrope.data.pojo.XPojoModelEx
final public static int GETTER_ATTRIBUTE(Code)(Java Doc)
final public static int NUM_FIXED_ATTRIBUTE(Code)(Java Doc)
final public static int SETTER_ATTRIBUTE(Code)(Java Doc)
final public static int TRANSIENT_ATTRIBUTE(Code)(Java Doc)
protected boolean hasParameters(Code)(Java Doc)
protected static Observable invocationErrorNotifier(Code)(Java Doc)
protected boolean invocationOk(Code)(Java Doc)
protected boolean isTransient(Code)(Java Doc)
protected XPojoMethodArgs pojoMethodArgs(Code)(Java Doc)
protected String propertyName(Code)(Java Doc)

Methods inherited from com.xoetrope.data.pojo.XPojoModelEx
public XModel get(int i)(Code)(Java Doc)
public Object get(String element)(Code)(Java Doc)
public String[] getAttribAvailableValues(int i)(Code)(Java Doc)
public String getAttribName(int i)(Code)(Java Doc)
public boolean getAttribRuntime(int i)(Code)(Java Doc)
public int getAttribType(int i)(Code)(Java Doc)
public Object getAttribValue(int i)(Code)(Java Doc)
public String getAttribValueAsString(int i)(Code)(Java Doc)
public Vector getBindingAttributes()(Code)(Java Doc)
public String getBindingPath()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public static Observable getInvocationErrorNotifier()(Code)(Java Doc)
public int getNumAttributes()(Code)(Java Doc)
public int getNumChildren()(Code)(Java Doc)
public Class[] getParameterTypes()(Code)(Java Doc)
protected Object[] getParameterValues()(Code)(Java Doc)
public Object getPojo()(Code)(Java Doc)
public Class getPojoClass()(Code)(Java Doc)
public String getPropertyName()(Code)(Java Doc)
public boolean hasParameters()(Code)(Java Doc)
public boolean isAttribEditable(int i)(Code)(Java Doc)
public boolean isCollection()(Code)(Java Doc)
public boolean isCollectionElement()(Code)(Java Doc)
public boolean isTransient()(Code)(Java Doc)
protected void notifyObservers(Exception ex)(Code)(Java Doc)
protected void obtainPropertyValue()(Code)(Java Doc)
public boolean parametersSet()(Code)(Java Doc)
public void setAttribValue(int i, Object value)(Code)(Java Doc)
public void setTransient(boolean state)(Code)(Java Doc)

Fields inherited from com.xoetrope.data.pojo.XPojoModelVis
final public static int ATTRIB_COMBO(Code)(Java Doc)
final public static int ATTRIB_FREETEXT(Code)(Java Doc)
final public static int ATTRIB_NEDITABLE(Code)(Java Doc)
final public static int ID_ATTRIBUTE(Code)(Java Doc)
final public static int NUM_FIXED_ATTRIBUTE(Code)(Java Doc)
final public static int VALUE_ATTRIBUTE(Code)(Java Doc)
protected XPojoAdapterEx adapter(Code)(Java Doc)
protected XPojoDataSourceEx dataSource(Code)(Java Doc)
protected Class[] getterSig(Code)(Java Doc)
protected volatile int hashcode(Code)(Java Doc)
protected String idAttrib(Code)(Java Doc)
protected Object pojo(Code)(Java Doc)
protected Class pojoClass(Code)(Java Doc)
protected XPojoModelVis[] pojoCollection(Code)(Java Doc)
protected Method pojoGetter(Code)(Java Doc)
protected Method pojoSetter(Code)(Java Doc)
protected Class[] setterSig(Code)(Java Doc)
protected String valueAttrib(Code)(Java Doc)

Methods inherited from com.xoetrope.data.pojo.XPojoModelVis
public void append(XModel xModel)(Code)(Java Doc)
public Object append(String string)(Code)(Java Doc)
public Object get()(Code)(Java Doc)
public XModel get(int i)(Code)(Java Doc)
public XPojoAdapterEx getAdapter()(Code)(Java Doc)
public String[] getAttribAvailableValues(int i)(Code)(Java Doc)
public String getAttribName(int i)(Code)(Java Doc)
public boolean getAttribRuntime(int i)(Code)(Java Doc)
public int getAttribType(int i)(Code)(Java Doc)
public Object getAttribValue(int i)(Code)(Java Doc)
public double getAttribValueAsDouble(int i)(Code)(Java Doc)
public double getAttribValueAsDouble(int i, char c, char c0)(Code)(Java Doc)
public int getAttribValueAsInt(int i)(Code)(Java Doc)
public String getAttribValueAsString(int i)(Code)(Java Doc)
public int getAttribute(String string)(Code)(Java Doc)
public Vector getBindingAttributes()(Code)(Java Doc)
public String getBindingPath()(Code)(Java Doc)
public String getCaption()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public int getNumAttributes()(Code)(Java Doc)
public Class getPojoClass()(Code)(Java Doc)
public XPojoProperties getProperties()(Code)(Java Doc)
public double getValueAsDouble(String string)(Code)(Java Doc)
public int getValueAsInt(String string)(Code)(Java Doc)
public String getValueAsString(String string)(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public boolean isAttribEditable(int i)(Code)(Java Doc)
public boolean isDirty()(Code)(Java Doc)
public void set(String string, Object object)(Code)(Java Doc)
public void set(Object obj)(Code)(Java Doc)
public void setAttribValue(int i, String string, Object object)(Code)(Java Doc)
public void setAttribValue(int i, Object value)(Code)(Java Doc)
public void setCaption(String caption)(Code)(Java Doc)
public void setDirty(boolean state)(Code)(Java Doc)
public void setId(String newId)(Code)(Java Doc)
protected void setPojo(Object aPojo)(Code)(Java Doc)
protected void setPojoClass(Class clazz)(Code)(Java Doc)
protected void setPojoGetter(Method aMethod)(Code)(Java Doc)
protected void setPojoSetter(Method aMethod)(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.