Uses of Interface
com.gargoylesoftware.htmlunit.WebConsole.Formatter
-
Packages that use WebConsole.Formatter Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of WebConsole.Formatter in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.htmlunit that return WebConsole.Formatter Modifier and Type Method Description WebConsole.FormatterWebConsole. getFormatter()Returns the current Formatter.Methods in com.gargoylesoftware.htmlunit with parameters of type WebConsole.Formatter Modifier and Type Method Description voidWebConsole. setFormatter(WebConsole.Formatter formatter)Sets the Formatter.
-