MdConvertController¶
-
public class
MdConvertController¶
Fields¶
Methods¶
getHScrollValue¶
-
public int
getHScrollValue(WebView view)¶ Returns the horizontal scroll value, i.e. thumb position. This is equivalent to
javafx.scene.control.ScrollBar.getValue().Paramètres: - view –
Retourne: horizontal scroll value
getMdBox¶
-
public MdTextController
getMdBox()¶
getVScrollValue¶
-
public int
getVScrollValue(WebView view)¶ Returns the vertical scroll value, i.e. thumb position. This is equivalent to
javafx.scene.control.ScrollBar.getValue().Paramètres: - view – web view that shall be scrolled
Retourne: vertical scroll value
scrollTo¶
-
public void
scrollTo(WebView view, int x, int y)¶ Scrolls to the specified position.
Paramètres: - view – web view that shall be scrolled
- x – horizontal scroll value
- y – vertical scroll value
setMdBox¶
-
public void
setMdBox(MdTextController mdBox, Textual extract, Tab tab)¶