Uses of Class
org.icepdf.ri.common.utility.annotation.markup.MarkupAnnotationPanel.SortColumn
-
Packages that use MarkupAnnotationPanel.SortColumn Package Description org.icepdf.ri.common.utility.annotation.markup -
-
Uses of MarkupAnnotationPanel.SortColumn in org.icepdf.ri.common.utility.annotation.markup
Methods in org.icepdf.ri.common.utility.annotation.markup that return MarkupAnnotationPanel.SortColumn Modifier and Type Method Description static MarkupAnnotationPanel.SortColumnMarkupAnnotationPanel.SortColumn. valueOf(String name)Returns the enum constant of this type with the specified name.static MarkupAnnotationPanel.SortColumn[]MarkupAnnotationPanel.SortColumn. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.icepdf.ri.common.utility.annotation.markup with parameters of type MarkupAnnotationPanel.SortColumn Modifier and Type Method Description voidMarkupAnnotationHandlerPanel. sortAndFilterAnnotationData(Pattern searchPattern, MarkupAnnotationPanel.SortColumn sortType, MarkupAnnotationPanel.FilterSubTypeColumn filterType, MarkupAnnotationPanel.FilterAuthorColumn filterAuthor, MarkupAnnotationPanel.FilterVisibilityColumn filterVisibility, Color filterColor, boolean isRegex, boolean isCaseSensitive)
-