Uses of Interface
org.eclipse.nebula.widgets.nattable.extension.nebula.richtext.MarkupProcessor
Packages that use MarkupProcessor
-
Uses of MarkupProcessor in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext
Classes in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext that implement MarkupProcessorModifier and TypeClassDescriptionprotected classSimple value class to store the original value and the markup replacement.classMarkupProcessorimplementation that is able to process regular expression values to identify content that should be surrounded by a markup.Fields in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext with type parameters of type MarkupProcessorModifier and TypeFieldDescriptionprotected Map<String,MarkupProcessor> MarkupDisplayConverter.markupsCollection of general markups.Methods in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext that return types with arguments of type MarkupProcessorModifier and TypeMethodDescriptionprotected List<MarkupProcessor>MarkupDisplayConverter.getMarkupProcessors(ILayerCell cell) Get the list ofMarkupProcessorthat should be applied on the givenILayerCell.Methods in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext with parameters of type MarkupProcessorModifier and TypeMethodDescriptionvoidMarkupDisplayConverter.registerMarkup(String id, MarkupProcessor processor) Registers a customMarkupProcessorfor a given id.voidMarkupDisplayConverter.registerMarkupForLabel(MarkupProcessor processor, String... labels) Registers a customMarkupProcessorfor a given id.voidMarkupDisplayConverter.registerMarkupForLabel(MarkupProcessor processor, List<String> labels) Registers a customMarkupProcessorfor a given id.