Uses of Class
org.shredzone.commons.view.manager.ViewPattern
-
Packages that use ViewPattern Package Description org.shredzone.commons.view.manager -
-
Uses of ViewPattern in org.shredzone.commons.view.manager
Methods in org.shredzone.commons.view.manager that return ViewPattern Modifier and Type Method Description ViewPatternViewManager. getViewPatternForSignature(Signature signature, String qualifier)Returns theViewPatternthat handles the givenSignature.Methods in org.shredzone.commons.view.manager that return types with arguments of type ViewPattern Modifier and Type Method Description Collection<ViewPattern>ViewManager. getViewPatterns()Returns a collection of all definedViewPattern.Collection<ViewPattern>ViewManager. getViewPatternsForView(String view, String qualifier)Returns a collection ofViewPatternthat were defined for the given view.Methods in org.shredzone.commons.view.manager with parameters of type ViewPattern Modifier and Type Method Description intViewPattern. compareTo(ViewPattern o)
-