com.miginfocom.calendar.category
Interface CategoryViewFilter
public interface CategoryViewFilter
A filter that can be used to filter what Categories should be visible.
isVisible
boolean isVisible(Category cat,
Category parent)
- Returns if the Category should be visible or not.
- Parameters:
cat - The category to be decided if it should be visible.parent - The parent for cat. This is needed since a category can have more than one
parent.
- Returns:
true for visible.
Copyright © 2005 MiG InfoCom AB. All Rights Reserved.