org.gnu.gtk
Interface TreeModelFilterVisibleMethod
public interface TreeModelFilterVisibleMethod
Interface used in filtering the visible rows of a
TreeModel.
boolean | filter(TreeModel model, TreeIter iter)- Determine whether the given row (iter) in the given
TreeModel should be visible.
|
filter
public boolean filter(TreeModel model,
TreeIter iter) Determine whether the given row (iter) in the given
TreeModel should be visible.
- true if the row should be visible, false
otherwise.