Package | Description |
---|---|
com.teamdev.jxbrowser.dom |
Provides the interfaces and classes for the Document Object Model (DOM).
|
Modifier and Type | Method and Description |
---|---|
static Element.AlignTo |
Element.AlignTo.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Element.AlignTo[] |
Element.AlignTo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Element.scrollIntoView(Element.AlignTo alignTo)
Scrolls the element's parent container such that the element on which this method is called
is visible to the user.
|