站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

FilterCookie (NetBeans Nodes API) - NetBeans API Javadoc 5.5.0

org.openide.nodes 6.7.22

org.openide.cookies
Interface FilterCookie

All Superinterfaces:
Node.Cookie

Deprecated. Use Looks instead.

public interface FilterCookie
extends Node.Cookie

Cookie for node groups which can somehow be filtered. This would be applied to a subclass of Children.


Method Summary
 Object getFilter()
          Deprecated. Get the current filter.
 Class getFilterClass()
          Deprecated. Get the declared filter (super-)class.
 void setFilter(Object filter)
          Deprecated. Set the current filter.
 

Method Detail

getFilterClass

Class getFilterClass()
Deprecated. 
Get the declared filter (super-)class.

Returns:
the class, or may be null if no filter is currently in use

getFilter

Object getFilter()
Deprecated. 
Get the current filter.

Returns:
the filter, or null if none is currently in use

setFilter

void setFilter(Object filter)
Deprecated. 
Set the current filter.

Parameters:
filter - the filter, or null if none should be used

org.openide.nodes 6.7.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.