Uses of Class
de.surethingies.properties.TypedParameter

Packages that use TypedParameter
de.surething.lda.actions   
de.surethingies.properties   
de.surethingies.properties.ui   
 

Uses of TypedParameter in de.surething.lda.actions
 

Methods in de.surething.lda.actions that return types with arguments of type TypedParameter
static Set<TypedParameter> MailActionSettings.getDefaultParameters(String identifier)
           
 

Uses of TypedParameter in de.surethingies.properties
 

Methods in de.surethingies.properties that return TypedParameter
 TypedParameter ParameterFactory.get(Parameter parameter, String identifier)
           
 

Methods in de.surethingies.properties that return types with arguments of type TypedParameter
 List<TypedParameter> ParameterFactory.get(Parameter parameter)
           
 List<TypedParameter> ParameterFactory.get(String group)
          Get a Parameter identified
 List<TypedParameter> ParameterFactory.get(String group, String identifier)
          Get a Parameter identified
protected  SortedSet<TypedParameter> Parameters.getTypedParameters()
           
 

Methods in de.surethingies.properties with parameters of type TypedParameter
 void ParameterFactory.addParameter(TypedParameter parameter)
          Add a TypedParameters
 int TypedParameter.compareTo(TypedParameter o)
           
 

Method parameters in de.surethingies.properties with type arguments of type TypedParameter
 void ParameterFactory.addParameters(Set<TypedParameter> typedParameters)
          Add a List of TypedParameters
 

Uses of TypedParameter in de.surethingies.properties.ui
 

Constructor parameters in de.surethingies.properties.ui with type arguments of type TypedParameter
PropertyEditor(Frame owner, String displayName, List<TypedParameter> props)
           
PropertyEditorControl(PropertyEditor dialog, Map<TypedParameter,JComponent> settingToInputfield)
           
 



Copyright © 2007. All Rights Reserved.