Uses of Interface
org.apache.lucene.luke.app.desktop.components.ComponentOperatorRegistry.ComponentOperator
-
Packages that use ComponentOperatorRegistry.ComponentOperator Package Description org.apache.lucene.luke.app.desktop.components UI components of the desktop Lukeorg.apache.lucene.luke.app.desktop.components.dialog.documents Dialogs used in the Documents taborg.apache.lucene.luke.app.desktop.components.fragments.analysis UI parts embedded in the Analysis taborg.apache.lucene.luke.app.desktop.components.fragments.search UI parts embedded in tabs -
-
Uses of ComponentOperatorRegistry.ComponentOperator in org.apache.lucene.luke.app.desktop.components
Subinterfaces of ComponentOperatorRegistry.ComponentOperator in org.apache.lucene.luke.app.desktop.components Modifier and Type Interface Description interfaceAnalysisTabOperatorOperator for the Analysis tabinterfaceDocumentsTabOperatorOperator for the Documents tabinterfaceLukeWindowOperatorOperator for the root windowinterfaceSearchTabOperatorOperator for the Search tabClasses in org.apache.lucene.luke.app.desktop.components that implement ComponentOperatorRegistry.ComponentOperator Modifier and Type Class Description classAnalysisPanelProviderProvider of the Analysis panelclassDocumentsPanelProviderProvider of the Documents panelclassLukeWindowProviderProvider of the root windowclassSearchPanelProviderProvider of the Search panelMethods in org.apache.lucene.luke.app.desktop.components with type parameters of type ComponentOperatorRegistry.ComponentOperator Modifier and Type Method Description <T extends ComponentOperatorRegistry.ComponentOperator>
Optional<T>ComponentOperatorRegistry. get(Class<T> type)<T extends ComponentOperatorRegistry.ComponentOperator>
voidComponentOperatorRegistry. register(Class<T> type, T operator) -
Uses of ComponentOperatorRegistry.ComponentOperator in org.apache.lucene.luke.app.desktop.components.dialog.documents
Subinterfaces of ComponentOperatorRegistry.ComponentOperator in org.apache.lucene.luke.app.desktop.components.dialog.documents Modifier and Type Interface Description interfaceAddDocumentDialogOperatorOperator of add dodument dialogClasses in org.apache.lucene.luke.app.desktop.components.dialog.documents that implement ComponentOperatorRegistry.ComponentOperator Modifier and Type Class Description classAddDocumentDialogFactoryFactory of add document dialog -
Uses of ComponentOperatorRegistry.ComponentOperator in org.apache.lucene.luke.app.desktop.components.fragments.analysis
Subinterfaces of ComponentOperatorRegistry.ComponentOperator in org.apache.lucene.luke.app.desktop.components.fragments.analysis Modifier and Type Interface Description interfaceCustomAnalyzerPanelOperatorOperator of the custom analyzer panelinterfaceSimpleAnalyzeResultPanelOperatorOperator of the simple analyze result panelinterfaceStepByStepAnalyzeResultPanelOperatorOperator of the Step by step analyze result panelClasses in org.apache.lucene.luke.app.desktop.components.fragments.analysis that implement ComponentOperatorRegistry.ComponentOperator Modifier and Type Class Description classCustomAnalyzerPanelProviderProvider of the custom analyzer panelclassSimpleAnalyzeResultPanelProviderProvider of the simple analyze result panelclassStepByStepAnalyzeResultPanelProviderProvider of the Step by step analyze result panel -
Uses of ComponentOperatorRegistry.ComponentOperator in org.apache.lucene.luke.app.desktop.components.fragments.search
Subinterfaces of ComponentOperatorRegistry.ComponentOperator in org.apache.lucene.luke.app.desktop.components.fragments.search Modifier and Type Interface Description interfaceAnalyzerTabOperatorOperator for the Analyzer tabinterfaceFieldValuesTabOperatorOperator of the FieldValues tabinterfaceMLTTabOperatorOperator of the MLT tabinterfaceQueryParserTabOperatorOperator for the QueryParser tabinterfaceSimilarityTabOperatorOperator for the Similarity tabinterfaceSortTabOperatorOperator for the Sort tabClasses in org.apache.lucene.luke.app.desktop.components.fragments.search that implement ComponentOperatorRegistry.ComponentOperator Modifier and Type Class Description classAnalyzerPaneProviderProvider of the Analyzer paneclassFieldValuesPaneProviderProvider of the FieldValues paneclassMLTPaneProviderProvider of the MLT paneclassQueryParserPaneProviderProvider of the QueryParser pane (tab)classSimilarityPaneProviderProvider of the Similarity paneclassSortPaneProviderProvider of the Sort pane
-