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

Packages that use AbstractView
org.w3c.dom.events The org.w3c.dom.events package provides the Java ME DOM Events API subset defined by JSR 280. 
org.w3c.dom.views The org.w3c.dom.views package provides the Java ME DOM Views API defined by JSR 280. 
 

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 TextEvent.initTextEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, String dataArg)
          The initTextEvent method is used to initialize the value of a TextEvent object and has the same behavior as UIEvent.initUIEvent().
 void TextEvent.initTextEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, String dataArg)
          The initTextEventNS method is used to initialize the value of a TextEvent object and has the same behavior as UIEvent.initUIEventNS().
 void KeyboardEvent.initKeyboardEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, String keyIdentifierArg, int keyLocationArg, String modifiersList)
          The initKeyboardEvent method is used to initialize the value of a KeyboardEvent object and has the same behavior as UIEvent.initUIEvent().
 void KeyboardEvent.initKeyboardEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, String keyIdentifierArg, int keyLocationArg, String modifiersList)
          The initKeyboardEventNS method is used to initialize the value of a KeyboardEvent object and has the same behavior as UIEvent.initUIEventNS().
 void MouseWheelEvent.initMouseWheelEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, short buttonArg, EventTarget relatedTargetArg, String modifiersListArg, int wheelDeltaArg)
          The initMouseWheelEventNS method is used to initialize the value of a MouseWheelEvent object and has the same behavior as Event.initEventNS().
 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 object and has the same behavior as Event.initEvent().
 void UIEvent.initUIEventNS(String namespaceURI, String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg)
          The initUIEventNS method is used to initialize the value of a UIEvent object and has the same behavior as Event.initEventNS().
 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 object and has the same behavior as UIEvent.initUIEvent().
 void MouseEvent.initMouseEventNS(String namespaceURI, String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, short buttonArg, EventTarget relatedTargetArg, String modifiersList)
          The initMouseEventNS method is used to initialize the value of a MouseEvent object and has the same behavior as UIEvent.initUIEventNS().
 

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 © 2000 World Wide Web Consortium (W3C). See the Copyright Notice for details.