|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<TargetType>
org.lobobrowser.ua.TargetType
public enum TargetType
Frame target type for navigation.
NavigatorFrame.navigate(java.net.URL, String, ParameterInfo, TargetType, RequestType)| Enum Constant Summary | |
|---|---|
BLANK
Document should opened in a new window. |
|
PARENT
Document should be opened in the parent frame. |
|
SELF
Document should be opened in the current frame. |
|
TOP
Document should be opened in the top frame of the current window. |
|
| Method Summary | |
|---|---|
static TargetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TargetType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TargetType BLANK
public static final TargetType SELF
public static final TargetType PARENT
public static final TargetType TOP
| Method Detail |
|---|
public static final TargetType[] values()
for(TargetType c : TargetType.values())
System.out.println(c);
public static TargetType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||