public interface SearchParameter
Dictionary
takes a search mode
argument and a set of parameters specified by the search
mode. Instances of this interface describe a parameter type. Constant objects implementing
this interface are used to define "well known" parameters, which should have user interface
widgets to control their value.StandardSearchParameter
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Return a short description of what this parameter controls.
|
Class<?> |
getParameterClass()
Get the class which objects used as values of this parameter type must be instances of.
|
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.