Interface ISelectReferencePropFilter


public interface ISelectReferencePropFilter
Interface that can be implemented by a property container that contains property references. If this interface is found when listing properties, this filter will be used for the property selection dialog box.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    getFilter(Class<?> propRefClass)
    Get the viewer filter that should be applied when selecting a property for a reference property class.
  • Method Details

    • getFilter

      ViewerFilter getFilter(Class<?> propRefClass)
      Get the viewer filter that should be applied when selecting a property for a reference property class.
      Parameters:
      propRefClass - The property reference class, e.g. DatabaseReference.
      Returns:
      The filter instance, or null for none.