|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PageRange.RangeType>
com.teamdev.jxbrowser.printing.PageRange.RangeType
public static enum PageRange.RangeType
Constants, specifying different range types.
Enum Constant Summary | |
---|---|
All
All pages. |
|
FocusedFrame
Focused frame only. |
|
Selection
Selected content only. |
|
Specified
Specific pages by page numbers. |
Method Summary | |
---|---|
short |
getMozillaType()
|
static PageRange.RangeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PageRange.RangeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PageRange.RangeType All
public static final PageRange.RangeType Specified
public static final PageRange.RangeType Selection
public static final PageRange.RangeType FocusedFrame
Method Detail |
---|
public static PageRange.RangeType[] values()
for (PageRange.RangeType c : PageRange.RangeType.values()) System.out.println(c);
public static PageRange.RangeType 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
java.lang.NullPointerException
- if the argument is nullpublic short getMozillaType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |