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

Packages that use AbstractView
ice.pilots.html4   
org.w3c.dom.css   
org.w3c.dom.events   
org.w3c.dom.views   
 

Uses of AbstractView in ice.pilots.html4
 

Classes in ice.pilots.html4 that implement AbstractView
 class TheView
          This class provides mapping from DOM to Layout information.
 

Methods in ice.pilots.html4 that return AbstractView
 AbstractView DOMUIEvent.getView()
           
 AbstractView DDocument.getDefaultView()
           
 

Methods in ice.pilots.html4 with parameters of type AbstractView
 void DOMUIEvent.initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg)
           
 void DOMUIEvent.initMouseEvent(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)
           
 

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

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