Uses of Interface
org.w3c.dom.views.AbstractView

Packages that use AbstractView
org.apache.batik.css.dom   
org.apache.batik.dom.events Provides an implementation of the DOM level 2 events module. 
org.apache.batik.dom.svg   
org.w3c.dom.css   
org.w3c.dom.events   
org.w3c.dom.svg   
org.w3c.dom.views   
 

Uses of AbstractView in org.apache.batik.css.dom
 

Classes in org.apache.batik.css.dom that implement AbstractView
 class CSSOMSVGViewCSS
          This class represents an object which provides the computed styles of the elements of a SVG document.
 class CSSOMViewCSS
          This class represents an object which provides the computed styles of the elements of a document.
 

Uses of AbstractView in org.apache.batik.dom.events
 

Methods in org.apache.batik.dom.events that return AbstractView
 AbstractView DOMUIEvent.getView()
          DOM: The view attribute identifies the AbstractView from which the event was generated.
 

Methods in org.apache.batik.dom.events with parameters of type AbstractView
 void DOMUIEvent.initUIEvent(java.lang.String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg)
          DOM: The initUIEvent method is used to initialize the value of a UIEvent created through the DocumentEvent interface.
 void DOMKeyEvent.initKeyEvent(java.lang.String typeArg, boolean canBubbleArg, boolean cancelableArg, boolean ctrlKeyArg, boolean altKeyArg, boolean shiftKeyArg, boolean metaKeyArg, int keyCodeArg, int charCodeArg, AbstractView viewArg)
           
 void DOMMouseEvent.initMouseEvent(java.lang.String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, boolean ctrlKeyArg, boolean altKeyArg, boolean shiftKeyArg, boolean metaKeyArg, short buttonArg, EventTarget relatedTargetArg)
          DOM: The initMouseEvent method is used to initialize the value of a MouseEvent created through the DocumentEvent interface.
 

Uses of AbstractView in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement AbstractView
 class SVGOMSVGElement
          This class implements SVGSVGElement.
 

Fields in org.apache.batik.dom.svg declared as AbstractView
protected  AbstractView SVGOMDocument.defaultView
          The default view.
 

Methods in org.apache.batik.dom.svg that return AbstractView
 AbstractView SVGOMDocument.getDefaultView()
          DOM: Implements DocumentView.getDefaultView().
 

Uses of AbstractView in org.w3c.dom.css
 

Subinterfaces of AbstractView in org.w3c.dom.css
 interface ViewCSS
          This interface represents a CSS view.
 

Uses of AbstractView in org.w3c.dom.events
 

Methods in org.w3c.dom.events that return AbstractView
 AbstractView UIEvent.getView()
          The view attribute identifies the AbstractView from which the event was generated.
 

Methods in org.w3c.dom.events with parameters of type AbstractView
 void UIEvent.initUIEvent(java.lang.String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg)
          The initUIEvent method is used to initialize the value of a UIEvent created through the DocumentEvent interface.
 void MouseEvent.initMouseEvent(java.lang.String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, boolean ctrlKeyArg, boolean altKeyArg, boolean shiftKeyArg, boolean metaKeyArg, short buttonArg, EventTarget relatedTargetArg)
          The initMouseEvent method is used to initialize the value of a MouseEvent created through the DocumentEvent interface.
 

Uses of AbstractView in org.w3c.dom.svg
 

Subinterfaces of AbstractView in org.w3c.dom.svg
 interface SVGSVGElement
           
 

Uses of AbstractView in org.w3c.dom.views
 

Methods in org.w3c.dom.views that return AbstractView
 AbstractView DocumentView.getDefaultView()
          The default AbstractView for this Document, or null if none available.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.