Uses of Interface
org.loboevolution.views.AbstractView
Packages that use AbstractView
Package
Description
-
Uses of AbstractView in org.loboevolution.html.dom.smil
Methods in org.loboevolution.html.dom.smil that return AbstractViewModifier and TypeMethodDescriptionTimeEvent.getView()
The view attribute identifies the AbstractView from which the event was generated.Methods in org.loboevolution.html.dom.smil with parameters of type AbstractViewModifier and TypeMethodDescriptionvoid
TimeEvent.initTimeEvent
(String typeArg, AbstractView viewArg, int detailArg) The initTimeEvent method is used to initialize the value of a TimeEvent created through the DocumentEvent interface. -
Uses of AbstractView in org.loboevolution.html.js
Classes in org.loboevolution.html.js that implement AbstractView -
Uses of AbstractView in org.loboevolution.js
Subinterfaces of AbstractView in org.loboevolution.jsModifier and TypeInterfaceDescriptioninterface
A window containing a DOM document; the document property points to the DOM document loaded in that window.interface
WindowProxy interface. -
Uses of AbstractView in org.loboevolution.views
Methods in org.loboevolution.views that return AbstractView