schmitzm.swing
Interface ParserOperatorsHints

All Known Subinterfaces:
FilterParser
All Known Implementing Classes:
CQLFilterParser, FeatureOperationTreeParser, OperationTreeParser, RasterOperationTreeParser

public interface ParserOperatorsHints


Method Summary
 String getOperatorDescription(String operator)
          Returns a String that describes how an operator will do.
 int getOperatorParameterCount(String operator)
          Returns the number of parameters an operator expects in his bracket-encapsulated parameters.
 Vector<String> getOperators()
          Returns a list of operators.
 String getOperatorTitle(String operator)
          Returns a String that describes how an operator will appear in the ComboBox/GUI
 

Method Detail

getOperators

Vector<String> getOperators()
Returns a list of operators. The string must be valid operators for the language.


getOperatorTitle

String getOperatorTitle(String operator)
Returns a String that describes how an operator will appear in the ComboBox/GUI


getOperatorDescription

String getOperatorDescription(String operator)
Returns a String that describes how an operator will do. Used for tooltips.


getOperatorParameterCount

int getOperatorParameterCount(String operator)
Returns the number of parameters an operator expects in his bracket-encapsulated parameters.