Uses of Class
org.lobobrowser.ua.TargetType

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

Uses of TargetType in org.lobobrowser.ua
 

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

Methods in org.lobobrowser.ua with parameters of type TargetType
 void NavigatorFrame.linkClicked(java.net.URL url, TargetType targetType, java.lang.Object linkObject)
          Similar to NavigatorFrame.navigate(java.net.URL, String, ParameterInfo, TargetType, RequestType), except this method should be called when navigation is triggered by a user click.
 void NavigatorFrame.navigate(java.net.URL url, java.lang.String method, ParameterInfo paramInfo, TargetType targetType, RequestType requestType)
          Navigates to a URL in the current frame.
 void NavigatorFrame.navigate(java.net.URL url, java.lang.String method, ParameterInfo paramInfo, TargetType targetType, RequestType requestType, NavigatorFrame originatingFrame)
          Navigates to a URL in the current frame.
 

Constructors in org.lobobrowser.ua with parameters of type TargetType
NavigationEvent(java.lang.Object source, java.net.URL url, java.lang.String method, ParameterInfo paramInfo, TargetType targetType, RequestType requestType, boolean fromClick, java.lang.Object linkObject, NavigatorFrame originatingFrame)
           
NavigationEvent(java.lang.Object source, java.net.URL url, java.lang.String method, ParameterInfo paramInfo, TargetType targetType, RequestType requestType, NavigatorFrame originatingFrame)
           
NavigationEvent(java.lang.Object source, java.net.URL url, TargetType targetType, RequestType requestType, java.lang.Object linkObject, NavigatorFrame originatingFrame)
           
 



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