org.mozilla.jrex.dom.views
Class JRexAbstractViewImpl

java.lang.Object
  extended byorg.mozilla.jrex.dom.views.JRexAbstractViewImpl
All Implemented Interfaces:
AbstractView

public class JRexAbstractViewImpl
extends Object
implements AbstractView

A class implementing org.w3c.dom.views.AbstractView interface.

Version:
1.0
Author:
C.N.Medappa
See Also:
AbstractView

Method Summary
 boolean equals(Object obj)
           
protected  void finalize()
           
 DocumentView getDocument()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDocument

public DocumentView getDocument()
Specified by:
getDocument in interface AbstractView

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

finalize

protected void finalize()


Copyright © 2004 C.N.Medappa. All Rights Reserved.