net.sf.sdedit.ui.components.configuration
Interface StringSelectionProvider<T>

Type Parameters:
T - the type of the data object
All Known Implementing Classes:
GlobalConfigurationStrings

public interface StringSelectionProvider<T>

An interface for objects that dynamically provide an array of strings each representing a potential value for a string property (annotated with Adjustable.stringSelectionProvided()) of a data object managed by a Bean.

Author:
Markus Strauch

Method Summary
 String[] getStringSelection(String property)
          Returns an array of strings, each representing a potential value of a property of the underlying data object.
 

Method Detail

getStringSelection

String[] getStringSelection(String property)
Returns an array of strings, each representing a potential value of a property of the underlying data object.

Parameters:
property -
Returns:


Copyright © 2011. All Rights Reserved.