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

FilterCookie (NetBeans Nodes API) - NetBeans API Javadoc 5.0.0

 

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

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

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

getFilter

public Object getFilter()
Deprecated. 
Get the current filter.

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

setFilter

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

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

 

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