filter
public boolean filter(org.java.plugin.registry.Extension extension,
View view)
Returns true
if the supplied View
instance
should be included. Note that only the extension
parameter is guaranteed to be non-null
! Only if
the View
defined by the given Extension
has
already been activated the second parameter view
will be
set as well. This allows for the filtering of all connected view
extensions on a Perspective
and if a filter allows a
not yet activated view to be included it will be activated.
- Specified by:
filter
in class ViewFilter
- See Also:
de.ims.icarus.plugins.core.ViewFilter#filter(de.ims.icarus.plugins.core.View)