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

Packages that use AbstractView
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
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
 

Classes in org.apache.batik.css that implement AbstractView
 class AbstractViewCSS
          This class provides an abstract implementation of the ViewCSS interface.
 

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

Classes in org.apache.batik.css.svg that implement AbstractView
 class SVGViewCSS
          This class represents a ViewCSS object initialized to manage the SVG CSS.
 

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

Classes in org.apache.batik.css.value that implement AbstractView
 class CommonViewCSS
          This class represents a ViewCSS object initialized to manage the CSS values common to CSS2 ans SVG.
 

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 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 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.
 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.
 

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 © 2001 Apache Software Foundation. All Rights Reserved.