Uses of Class
org.jdesktop.swingx.search.PatternModel
-
Packages that use PatternModel Package Description org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. -
-
Uses of PatternModel in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as PatternModel Modifier and Type Field Description protected PatternModel
AbstractPatternPanel. patternModel
Methods in org.jdesktop.swingx that return PatternModel Modifier and Type Method Description protected PatternModel
AbstractPatternPanel. createPatternModel()
factory method to create the PatternModel.protected PatternModel
AbstractPatternPanel. getPatternModel()
returns the patternModel.
-