public interface VisualizerContextChanger extends Serializable
SingleResultPanel| Modifier and Type | Method and Description |
|---|---|
void |
changeContext(long resultNumber,
int context,
boolean left)
Sends a new query to the ANNIS-Service in order to increase/decrease the context of a single
result.
|
void |
registerVisibilityStatus(int entryId,
boolean status)
Registers the visibility status of single visualizer.
|
void |
updateResult(org.corpus_tools.salt.common.SaltProject p,
PagedResultQuery q)
Reinitiates all registered visualizer with a new salt project.
|
void changeContext(long resultNumber,
int context,
boolean left)
resultNumber - the number of the result.context - The size of the context.left - Which context must be change. If true the left context is changed, otherwise the
right one.void registerVisibilityStatus(int entryId,
boolean status)
ResolverProvider. If this status is
changed, it must be propagated to an instance of the interface.entryId - The entry id, which represents the row id in the resolver map table, thus this
value should be unique.status - If true the visualizer is visible.void updateResult(org.corpus_tools.salt.common.SaltProject p,
PagedResultQuery q)
p - the project, all visualizer are updated with.q - originally query, for determine the current contextCopyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.