Modifier and Type | Method and Description |
---|---|
protected void |
dispose()
Destroy the native peer instance.
|
protected void |
finalize()
Finalize.
|
Browser |
getBrowser()
Get the Browser associated with this node.
|
java.lang.String |
getType()
Returns the type of the node.
|
java.lang.String |
toString()
Returns a string representation of the node.
|
protected void dispose()
finalize()
.
If it is called before finalization, only finalize()
can safely be called on the instance subsequently.protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public java.lang.String getType()
public Browser getBrowser()
public java.lang.String toString()
toString
in class java.lang.Object