You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.search.SearchPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JPanel
                                   |
                                   +----grendel.search.SearchPanel

public class  SearchPanel
     extends com.sun.java.swing.JPanel
{
          // Fields 9
     JButton fAndButton;
     JButton fDeleteButton;
     JComponent fOperatorPanel;
     JButton fOrButton;
     NoopPanel fOuterTerm;
     JScrollPane fQueryPanel;
     ISearchable fSearchable;
     SelectionManager fSelection;
     SearchPanel fThis;

          // Constructors 1
     public SearchPanel(ISearchable);

          // Methods 6
     public SearchTerm getSearch();
     public ISearchable getSearchable();
     protected TermPanel getSelectedTerm();
     public SelectionManager getSelection();
     protected void sanitize(NaryTermPanel);
     public void setSearchable(ISearchable);

          // Inner Classes 3
     class OrAction
     class AndAction
     class DeleteAction
}



Fields


fSearchable

   ISearchable fSearchable


fThis

   SearchPanel fThis


fOperatorPanel

   JComponent fOperatorPanel


fQueryPanel

   JScrollPane fQueryPanel


fAndButton

   JButton fAndButton


fOrButton

   JButton fOrButton


fDeleteButton

   JButton fDeleteButton


fOuterTerm

   NoopPanel fOuterTerm


fSelection

   SelectionManager fSelection



Constructors


SearchPanel

   public SearchPanel(ISearchable aSearchable) 



Methods


setSearchable

   public void setSearchable(ISearchable aSearchable) 


getSearchable

   public ISearchable getSearchable() 


getSearch

   public SearchTerm getSearch() 


getSelection

   public SelectionManager getSelection() 


sanitize

   protected void sanitize(NaryTermPanel aTerm) 


getSelectedTerm

   protected TermPanel getSelectedTerm() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4