Package com.iizigo.prop.editor
Interface ISelectReferencePropFilter
-
- All Known Implementing Classes:
EditorDatabaseActionActor.Settings
,EditorTerminalActionActor.Settings
,EditorWebServiceActionActor.Settings
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.jface.viewers.ViewerFilter
getFilter(java.lang.Class<?> propRefClass)
Get the viewer filter that should be applied when selecting a property for a reference property class.
-
-
-
Method Detail
-
getFilter
org.eclipse.jface.viewers.ViewerFilter getFilter(java.lang.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.
-
-