Uses of Class
org.lobobrowser.ua.NavigatorEventType

Packages that use NavigatorEventType
org.lobobrowser.ua
Contains interfaces that need to be implemented by a browser (like Lobo) in order to service Lobo extensions. 
 

Uses of NavigatorEventType in org.lobobrowser.ua
 

Methods in org.lobobrowser.ua that return NavigatorEventType
 NavigatorEventType NavigatorEvent.getEventType()
           
static NavigatorEventType NavigatorEventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NavigatorEventType[] NavigatorEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.lobobrowser.ua with parameters of type NavigatorEventType
NavigatorEvent(java.lang.Object source, NavigatorEventType eventType, NavigatorFrame clientletFrame)
           
NavigatorExceptionEvent(java.lang.Object source, NavigatorEventType eventType, NavigatorFrame clientletFrame, ClientletResponse response, java.lang.Throwable exception)
           
NavigatorResponseEvent(java.lang.Object source, NavigatorEventType eventType, NavigatorFrame clientletFrame, ClientletResponse response)
           
NavigatorWindowEvent(java.lang.Object source, NavigatorEventType eventType, NavigatorFrame clientletFrame, ClientletResponse response)
           
NavigatorWindowEvent(java.lang.Object source, NavigatorEventType eventType, NavigatorFrame clientletFrame, java.lang.String message)
           
 



SourceForge.net LogoCopyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Lobo Home]