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
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 are declared.
 

Methods in org.lobobrowser.ua with parameters of type TargetType
 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.
 



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