Uses of Class
nzilbb.labbcat.LabbcatView
Packages that use LabbcatView
-
Uses of LabbcatView in nzilbb.labbcat
Subclasses of LabbcatView in nzilbb.labbcatModifier and TypeClassDescriptionclass
Client-side implementation of nzilbb.ag.GraphStoreAdminitration.class
Client-side implementation of nzilbb.ag.GraphStore.Methods in nzilbb.labbcat that return LabbcatViewModifier and TypeMethodDescriptionLabbcatView.setBatchMode
(boolean newBatchMode) Setter forbatchMode
: Whether to run in batch mode or not.LabbcatView.setLabbcatUrl
(URL newLabbcatUrl) Setter forlabbcatUrl
: The base URL of the LaBB-CAT server - e.g.LabbcatView.setLanguage
(String newLanguage) Setter forlanguage
: The language code for server message localization, e.g.LabbcatView.setPassword
(String newPassword) Setter forpassword
: LaBB-CAT password.LabbcatView.setResponse
(Response newResponse) Setter forresponse
: The last response received from the server.LabbcatView.setUsername
(String newUsername) Setter forusername
: LaBB-CAT username.LabbcatView.setVerbose
(boolean newVerbose) Setter forverbose
: Whether to print verbose output or not.