Package docking.widgets.fieldpanel
Interface FieldDescriptionProvider
- All Known Implementing Classes:
ListingFieldDescriptionProvider
public interface FieldDescriptionProvider
Provides descriptions for fields in a field panel
-
Method Summary
Modifier and TypeMethodDescriptiongetDescription
(FieldLocation loc, Field field) Gets a description for the given location and field.
-
Method Details
-
getDescription
Gets a description for the given location and field.- Parameters:
loc
- the FieldLocation to get a description forfield
- the Field to get a description for- Returns:
- a String describing the given field location
-