Java Doc for Element.java in  » Ajax » zk » org » zkoss » idom » 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 » Ajax » zk » org.zkoss.idom 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.zkoss.idom.impl.AbstractItem
      org.zkoss.idom.impl.AbstractGroup
         org.zkoss.idom.Element

Element
public class Element extends AbstractGroup implements Attributable,Namespaceable,org.w3c.dom.Element(Code)
The iDOM element.
author:
   tomyeh
See Also:   Attribute

Inner Class :protected class AttrArray extends CheckableTreeArray
Inner Class :protected class AttrMap implements NamedNodeMap

Field Summary
protected  Map_addNamespaces
     Additional namespaces.
 boolean_attrModAware
     Whether it is aware of the attribute modification.
protected  List_attrs
     The attributes.
protected  String_lname
     The local name.
protected  Namespace_ns
     The namespace.

Constructor Summary
public  Element(String nsURI, String tname)
     Constructor.
public  Element(Namespace ns, String lname)
     Constructor.
public  Element(String lname)
     Constructor without a namespace (i.e., Namespace.NO_NAMESPACE ).
protected  Element()
     Constructor.

Method Summary
final public  booleanaddDeclaredNamespace(Namespace ns)
     Adds a namespace to the namespace declaration.
public  voidclearModified(boolean includingDescendant)
     Clear the modification flag.
public  Itemclone(boolean preserveModified)
    
final public  StringgetAttribute(String tname)
    
final public  intgetAttributeIndex(int indexFrom, String namespace, String name, int mode)
    
final public  intgetAttributeIndex(int indexFrom, String tname)
    
final public  AttributegetAttributeItem(String namespace, String name, int mode)
    
final public  AttributegetAttributeItem(String tname)
    
final public  ListgetAttributeItems()
    
final public  StringgetAttributeNS(String nsURI, String lname)
    
final public  AttrgetAttributeNode(String tname)
    
final public  AttrgetAttributeNodeNS(String nsURI, String lname)
    
final public  StringgetAttributeValue(String namespace, String name, int mode)
    
final public  StringgetAttributeValue(String tname)
    
final public  ListgetAttributes(String namespace, String name, int mode)
    
final public  NamedNodeMapgetAttributes()
    
final public  ObjectgetContent()
     Gets the content of this element.

The content of an element is the first Binary or Text child of the element.

final public  ObjectgetContent(String path)
     Returns the content of the child element with the giving path, or null if the content is null or the child element doesn't exist.

Note that there might be more than one child with the same path in an idom tree; this method simply picks the first one that matchs and returns its content.

final public  CollectiongetDeclaredNamespaces()
     Returns namespace declared on this element.

It is not a "live" representation.

final public  NodeListgetElementsByTagName(String tname)
    
final public  NodeListgetElementsByTagNameNS(String nsURI, String lname)
    
final public  StringgetLocalName()
    
final public  StringgetName()
     Gets the tag name of the element -- the name with prefix.
final public  NamespacegetNamespace(String prefix)
     Returns the Namespace in scope on this element for the given prefix (this involves searching up the tree, so the results depend on the current location of the element), or null if not found.

If prefix is empty, it searches for the "default" namespace in scope.

final public  NamespacegetNamespace()
    
final public  StringgetNamespaceURI()
    
final public  shortgetNodeType()
    
final public  StringgetNodeValue()
     Always null.
final public  StringgetPrefix()
    
public  TypeInfogetSchemaTypeInfo()
    
final public  StringgetTagName()
    
final public  StringgetText()
     Returns the catenation of Textual children; never null. Note: both <tag/> and <tag></tag> returns an empty string.
final public  StringgetText(boolean trim)
     Returns the catenation of Textual children; never null.
final public  booleanhasAttribute(String tname)
    
final public  booleanhasAttributeNS(String nsURI, String lname)
    
final public  booleanhasAttributes()
    
final public  booleanhasContent(String path)
     Tests whether the child element with the giving path exists.
final public  booleanisAttributeModificationAware()
    
final public  booleanisRootElement()
     Tests whether this element is the root element of the owning document.
protected  ListnewAttrArray()
     Creates an empty list of attributes.
final public  voidremoveAttribute(String tname)
    
final public  voidremoveAttributeNS(String nsURI, String lname)
    
final public  AttrremoveAttributeNode(Attr oldAttr)
    
final public  ObjectremoveContent(String path)
     Removes the content of the child element with the giving path, and the child element itself if no other child.

Unlike Element.setContent(String,Object) with null, the child element identified by path will be detached if it has no other child (but the content).

final public  AttributesetAttribute(Attribute attr)
    
final public  voidsetAttribute(String tname, String value)
    
final public  voidsetAttributeModificationAware(boolean aware)
    
final public  voidsetAttributeNS(String nsURI, String tname, String value)
    
final public  AttrsetAttributeNode(Attr newAttr)
    
final public  AttrsetAttributeNodeNS(Attr newAttr)
    
final public  AttributesetAttributeValue(String tname, String value)
    
final public  ObjectsetContent(Object obj)
     Sets the content of this element.

All existent Binary or Text children of this element are removed first.

final public  ObjectsetContent(String path, Object obj)
     Sets the content of the child element with the giving path.

Note that there might be more than one child with the same path in an idom tree; this method simply pick one that matchs and set its content (see Element.setContent(Object) ).

The content of an element is a special feature of iDOM. Like a Map, it is designed to let developers use names (in a path-like format) to access objects.

public  voidsetIdAttribute(String name, boolean isId)
    
public  voidsetIdAttributeNS(String namespaceURI, String localName, boolean isId)
    
public  voidsetIdAttributeNode(Attr idAttr, boolean isId)
    
final public  voidsetLocalName(String lname)
    
final public  voidsetName(String tname)
     Sets the tag name of the element.
final public  voidsetNamespace(Namespace ns)
     Sets the namespace.
final public  voidsetNamespace(String prefix, String nsURI)
     Sets the namespace.
final public  voidsetPrefix(String prefix)
    
final public  voidsetTagName(String tname)
    
final public  StringtoString()
    

Field Detail
_addNamespaces
protected Map _addNamespaces(Code)
Additional namespaces. May be null



_attrModAware
boolean _attrModAware(Code)
Whether it is aware of the attribute modification.



_attrs
protected List _attrs(Code)
The attributes. May be null.



_lname
protected String _lname(Code)
The local name.



_ns
protected Namespace _ns(Code)
The namespace.




Constructor Detail
Element
public Element(String nsURI, String tname)(Code)
Constructor.
Parameters:
  nsURI - the namespace URI
Parameters:
  tname - the tag name



Element
public Element(Namespace ns, String lname)(Code)
Constructor.
Parameters:
  ns - the namespace; if null, the default namespace is assumed(not necessary Namespace.NO_NAMESPACE).
Parameters:
  lname - the local name



Element
public Element(String lname)(Code)
Constructor without a namespace (i.e., Namespace.NO_NAMESPACE ).
Parameters:
  lname - the local name



Element
protected Element()(Code)
Constructor. Unlike other constructors, it doesn't set the modification flag.




Method Detail
addDeclaredNamespace
final public boolean addDeclaredNamespace(Namespace ns)(Code)
Adds a namespace to the namespace declaration. true if the namespace is added
exception:
  DOMException - if the name space with the same prefixalready exists but with different URI



clearModified
public void clearModified(boolean includingDescendant)(Code)
Clear the modification flag.

Note: if both includingDescendant and Element.isAttributeModificationAware are true, attributes' modified flags are cleaned.




clone
public Item clone(boolean preserveModified)(Code)



getAttribute
final public String getAttribute(String tname)(Code)



getAttributeIndex
final public int getAttributeIndex(int indexFrom, String namespace, String name, int mode)(Code)



getAttributeIndex
final public int getAttributeIndex(int indexFrom, String tname)(Code)



getAttributeItem
final public Attribute getAttributeItem(String namespace, String name, int mode)(Code)



getAttributeItem
final public Attribute getAttributeItem(String tname)(Code)



getAttributeItems
final public List getAttributeItems()(Code)



getAttributeNS
final public String getAttributeNS(String nsURI, String lname)(Code)



getAttributeNode
final public Attr getAttributeNode(String tname)(Code)



getAttributeNodeNS
final public Attr getAttributeNodeNS(String nsURI, String lname)(Code)



getAttributeValue
final public String getAttributeValue(String namespace, String name, int mode)(Code)



getAttributeValue
final public String getAttributeValue(String tname)(Code)



getAttributes
final public List getAttributes(String namespace, String name, int mode)(Code)



getAttributes
final public NamedNodeMap getAttributes()(Code)



getContent
final public Object getContent()(Code)
Gets the content of this element.

The content of an element is the first Binary or Text child of the element. Each element can has zero or one content.

Note: Element.getText returns the catenation of all Text children, not just the first one. the content of this element; null if no such child
See Also:   Element.getContent(String)




getContent
final public Object getContent(String path)(Code)
Returns the content of the child element with the giving path, or null if the content is null or the child element doesn't exist.

Note that there might be more than one child with the same path in an idom tree; this method simply picks the first one that matchs and returns its content. To access certain one, you might use [n] to [@attr = value] specify which one to access.

To know whether the child element exists or conent is null, use Element.hasContent .

The content of an element is a special feature of iDOM. Like a Map, it is designed to let developers use names (in a path-like format) to access objects. See Element.setContent(String,Object) .

Like Unix path, the giving name could use '/' to catenate a series of child elements.

An empty path denotes this element itself. Leading, ending and consecutive '/' will be ignored.

Example:
Object o = element.getContent("abc/def");
String s = Objects.toString(element.getContent("ab/cd"));
element.setContent("t:ab/cd/f:ef", new Integer(10));

TODO: support [n] and [@attr = value]
Parameters:
  path - a path; e.g., "b", "a/b", "t:a/t:b"
See Also:   Element.getContent()




getDeclaredNamespaces
final public Collection getDeclaredNamespaces()(Code)
Returns namespace declared on this element.

It is not a "live" representation. Also, it is read-only.

Note: Namespace.equals compares namespace's URI. However, the distinction here is the prefix, because it is mainly for getNamespace(prefix). the namespace declarations.




getElementsByTagName
final public NodeList getElementsByTagName(String tname)(Code)



getElementsByTagNameNS
final public NodeList getElementsByTagNameNS(String nsURI, String lname)(Code)



getLocalName
final public String getLocalName()(Code)



getName
final public String getName()(Code)
Gets the tag name of the element -- the name with prefix. To get the local name, use getLocalName.



getNamespace
final public Namespace getNamespace(String prefix)(Code)
Returns the Namespace in scope on this element for the given prefix (this involves searching up the tree, so the results depend on the current location of the element), or null if not found.

If prefix is empty, it searches for the "default" namespace in scope. Thus, to search for attribute's namespace, caller have to skip this one and use NO_NAMESPACE. (due XML, an attribute without prefix is NO_NAMESPACE)
Parameters:
  prefix - namespace prefix to look up; null for empty




getNamespace
final public Namespace getNamespace()(Code)



getNamespaceURI
final public String getNamespaceURI()(Code)



getNodeType
final public short getNodeType()(Code)



getNodeValue
final public String getNodeValue()(Code)
Always null. Unlike other nodes, it is not the same as getText.



getPrefix
final public String getPrefix()(Code)



getSchemaTypeInfo
public TypeInfo getSchemaTypeInfo()(Code)



getTagName
final public String getTagName()(Code)



getText
final public String getText()(Code)
Returns the catenation of Textual children; never null. Note: both <tag/> and <tag></tag> returns an empty string. To tell the difference, check the number of children.
See Also:   Element.getText(boolean)



getText
final public String getText(boolean trim)(Code)
Returns the catenation of Textual children; never null.
Parameters:
  trim - whether to trim before returning
See Also:   Element.getText()



hasAttribute
final public boolean hasAttribute(String tname)(Code)



hasAttributeNS
final public boolean hasAttributeNS(String nsURI, String lname)(Code)



hasAttributes
final public boolean hasAttributes()(Code)



hasContent
final public boolean hasContent(String path)(Code)
Tests whether the child element with the giving path exists. Note that there might be more than one child with the same path in an idom tree; this method simply tell you that "yes", at least on such path exist. To get the content, use Element.getContent(String) .



isAttributeModificationAware
final public boolean isAttributeModificationAware()(Code)



isRootElement
final public boolean isRootElement()(Code)
Tests whether this element is the root element of the owning document.

Note: false is returned if it doesn't has any parent.




newAttrArray
protected List newAttrArray()(Code)
Creates an empty list of attributes.



removeAttribute
final public void removeAttribute(String tname)(Code)



removeAttributeNS
final public void removeAttributeNS(String nsURI, String lname)(Code)



removeAttributeNode
final public Attr removeAttributeNode(Attr oldAttr)(Code)



removeContent
final public Object removeContent(String path)(Code)
Removes the content of the child element with the giving path, and the child element itself if no other child.

Unlike Element.setContent(String,Object) with null, the child element identified by path will be detached if it has no other child (but the content). So does its parent excluding this element. Thus, removeContent(path) could undo setContent(path, v). the previous content
See Also:   Element.setContent(String,Object)




setAttribute
final public Attribute setAttribute(Attribute attr)(Code)



setAttribute
final public void setAttribute(String tname, String value)(Code)



setAttributeModificationAware
final public void setAttributeModificationAware(boolean aware)(Code)



setAttributeNS
final public void setAttributeNS(String nsURI, String tname, String value)(Code)



setAttributeNode
final public Attr setAttributeNode(Attr newAttr)(Code)



setAttributeNodeNS
final public Attr setAttributeNodeNS(Attr newAttr)(Code)



setAttributeValue
final public Attribute setAttributeValue(String tname, String value)(Code)



setContent
final public Object setContent(Object obj)(Code)
Sets the content of this element.

All existent Binary or Text children of this element are removed first. If the object is a String, a Text item is created to hold it. Otherwise, a Binary item is created to hold it.

Non-Binary/Text children are preserved.

If obj is a Item or an array/collection of Item , this method will add them as child vertices rather than being the content. Moreever, if the first item of the array/collection is Item , it is assumed to be all valid component to being has valid vertices. If not, an exception is thrown.

Thus, getContent might not return the object being set by setContent.
Parameters:
  obj - the object to set; null is OK the previous content
See Also:   Element.getContent()




setContent
final public Object setContent(String path, Object obj)(Code)
Sets the content of the child element with the giving path.

Note that there might be more than one child with the same path in an idom tree; this method simply pick one that matchs and set its content (see Element.setContent(Object) ).

The content of an element is a special feature of iDOM. Like a Map, it is designed to let developers use names (in a path-like format) to access objects. See Element.getContent(String) .

Like Unix path, the giving name could use '/' to catenate a series of child elements.

An empty path denotes this element itself. Leading, ending and consecutive '/' will be ignored.

If any element in the path is not found, it will be created automatically.
Parameters:
  path - a path; e.g., "b", "a/b", "t:a/t:b"
Parameters:
  obj - the object to set; null is acceptable the previous content
See Also:   Element.setContent(Object)
See Also:   Element.removeContent
See Also:   Element.hasContent




setIdAttribute
public void setIdAttribute(String name, boolean isId) throws DOMException(Code)



setIdAttributeNS
public void setIdAttributeNS(String namespaceURI, String localName, boolean isId) throws DOMException(Code)



setIdAttributeNode
public void setIdAttributeNode(Attr idAttr, boolean isId) throws DOMException(Code)



setLocalName
final public void setLocalName(String lname)(Code)



setName
final public void setName(String tname)(Code)
Sets the tag name of the element. It will affect the local name and the namespace's prefix.



setNamespace
final public void setNamespace(Namespace ns)(Code)
Sets the namespace. If ns is null, the default namespace is assumed (not necessary Namespace.NO_NAMESPACE .

According W3C/DOM, unlike element, an attribute doesn't allow a namespace that has an URI but without a prefix.




setNamespace
final public void setNamespace(String prefix, String nsURI)(Code)
Sets the namespace.



setPrefix
final public void setPrefix(String prefix)(Code)



setTagName
final public void setTagName(String tname)(Code)



toString
final public String toString()(Code)



Fields inherited from org.zkoss.idom.impl.AbstractGroup
protected List _children(Code)(Java Doc)

Methods inherited from org.zkoss.idom.impl.AbstractGroup
final public boolean anyElement()(Code)(Java Doc)
final public Node appendChild(Node newChild)(Code)(Java Doc)
public void clearModified(boolean includingDescendant)(Code)(Java Doc)
public Item clone(boolean preserveModified)(Code)(Java Doc)
final public int coalesce(boolean recursive)(Code)(Java Doc)
final public List detachChildren()(Code)(Java Doc)
final public NodeList getChildNodes()(Code)(Java Doc)
final public List getChildren()(Code)(Java Doc)
final public Element getElement(String namespace, String name, int mode)(Code)(Java Doc)
final public Element getElement(String tname)(Code)(Java Doc)
final public int getElementIndex(int indexFrom, String namespace, String name, int mode)(Code)(Java Doc)
final public int getElementIndex(int indexFrom, String tname)(Code)(Java Doc)
final public Set getElementNames()(Code)(Java Doc)
final public String getElementValue(String namespace, String name, int mode, boolean trim)(Code)(Java Doc)
final public String getElementValue(String tname, boolean trim)(Code)(Java Doc)
final public List getElements()(Code)(Java Doc)
final public List getElements(String namespace, String name, int mode)(Code)(Java Doc)
final public List getElements(String tname)(Code)(Java Doc)
final public Node getFirstChild()(Code)(Java Doc)
final public Node getLastChild()(Code)(Java Doc)
final public boolean hasChildNodes()(Code)(Java Doc)
final public Node insertBefore(Node newChild, Node refChild)(Code)(Java Doc)
protected List newChildren()(Code)(Java Doc)
final public Node removeChild(Node oldChild)(Code)(Java Doc)
final public Node replaceChild(Node newChild, Node oldChild)(Code)(Java Doc)

Fields inherited from org.zkoss.idom.impl.AbstractItem
protected transient boolean _modified(Code)(Java Doc)

Methods inherited from org.zkoss.idom.impl.AbstractItem
public Node appendChild(Node newChild)(Code)(Java Doc)
final protected void checkWritable()(Code)(Java Doc)
public void clearModified(boolean includingDescendant)(Code)(Java Doc)
public Item clone(boolean preserveModified)(Code)(Java Doc)
public Object clone()(Code)(Java Doc)
final public Node cloneNode(boolean deep)(Code)(Java Doc)
public short compareDocumentPosition(Node other) throws DOMException(Code)(Java Doc)
public Item detach()(Code)(Java Doc)
final public boolean equals(Object o)(Code)(Java Doc)
public NamedNodeMap getAttributes()(Code)(Java Doc)
public String getBaseURI()(Code)(Java Doc)
public NodeList getChildNodes()(Code)(Java Doc)
public Document getDocument()(Code)(Java Doc)
public Object getFeature(String feature, String version)(Code)(Java Doc)
public Node getFirstChild()(Code)(Java Doc)
public Node getLastChild()(Code)(Java Doc)
public String getLocalName()(Code)(Java Doc)
final public Locator getLocator()(Code)(Java Doc)
public String getNamespaceURI()(Code)(Java Doc)
final public Node getNextSibling()(Code)(Java Doc)
public String getNodeName()(Code)(Java Doc)
public String getNodeValue()(Code)(Java Doc)
public org.w3c.dom.Document getOwnerDocument()(Code)(Java Doc)
final public Group getParent()(Code)(Java Doc)
final public Node getParentNode()(Code)(Java Doc)
public String getPrefix()(Code)(Java Doc)
final public Node getPreviousSibling()(Code)(Java Doc)
public String getText()(Code)(Java Doc)
public String getTextContent() throws DOMException(Code)(Java Doc)
public Object getUserData(String key)(Code)(Java Doc)
public boolean hasAttributes()(Code)(Java Doc)
public boolean hasChildNodes()(Code)(Java Doc)
final public int hashCode()(Code)(Java Doc)
public Node insertBefore(Node newChild, Node refChild)(Code)(Java Doc)
public boolean isDefaultNamespace(String namespaceURI)(Code)(Java Doc)
public boolean isEqualNode(Node arg)(Code)(Java Doc)
public boolean isModified()(Code)(Java Doc)
public boolean isReadonly()(Code)(Java Doc)
public boolean isSameNode(Node other)(Code)(Java Doc)
final public boolean isSupported(String feature, String version)(Code)(Java Doc)
public String lookupNamespaceURI(String prefix)(Code)(Java Doc)
public String lookupPrefix(String namespaceURI)(Code)(Java Doc)
protected static boolean match(Namespaceable vtx, String namespace, String name, Pattern ptn, int mode)(Code)(Java Doc)
final public void normalize()(Code)(Java Doc)
public Node removeChild(Node oldChild)(Code)(Java Doc)
public Node replaceChild(Node newChild, Node oldChild)(Code)(Java Doc)
final public void setLocator(Locator loc)(Code)(Java Doc)
public void setModified()(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setNodeValue(String nodeValue)(Code)(Java Doc)
public void setParent(Group parent)(Code)(Java Doc)
public void setPrefix(String prefix)(Code)(Java Doc)
public void setReadonly(boolean readonly)(Code)(Java Doc)
public void setText(String text)(Code)(Java Doc)
public void setTextContent(String textContent) throws DOMException(Code)(Java Doc)
public Object setUserData(String key, Object data, UserDataHandler handler)(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.