org.xnap.gui
Interface SearchOptionsPanel

All Known Implementing Classes:
OpenNapSearchOptionsPanel

public interface SearchOptionsPanel


Method Summary
 javax.swing.JComponent getComponent()
          Returns the options component.
 void setOptions(SearchFilter filter)
          Updates filter with the options selected on the panel.
 void setSearchFilter(SearchFilter filter)
          Updates the panel to reflect the settings in filter.
 

Method Detail

getComponent

javax.swing.JComponent getComponent()
Returns the options component.


setSearchFilter

void setSearchFilter(SearchFilter filter)
Updates the panel to reflect the settings in filter.


setOptions

void setOptions(SearchFilter filter)
Updates filter with the options selected on the panel.



Copyright © 2001-2005 XNap Team. All Rights Reserved.