The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback


Class grendel.search.TermPanel

All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.search.TermPanel

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

public abstract class  TermPanel
     extends com.sun.java.swing.JPanel
     implements grendel.widgets.SelectionListener
{
          // Fields 3
     static boolean bStyle2;
     SelectionManager fSelection;
     TermPanel fThis;

          // Constructors 2
     public TermPanel(SearchPanel);
     public TermPanel(SearchPanel, LayoutManager);

          // Methods 10
     public NaryTermPanel getParentTerm();
     public Dimension getPreferredSize();
     public abstract SearchTerm getSearch();
     void init(SelectionManager);
     boolean isSelected();
     public void paintComponent(Graphics);
     public void selectionChanged(SelectionEvent);
     public void selectionContextClicked(MouseEvent);
     public void selectionDoubleClicked(MouseEvent);
     public void selectionDragged(MouseEvent);

          // Inner Classes 1
     class TermMouseListener
}



Fields


bStyle2

   static boolean bStyle2


fSelection

   SelectionManager fSelection


fThis

   TermPanel fThis



Constructors


TermPanel

   public TermPanel(SearchPanel aParent, 
                    LayoutManager l) 


TermPanel

   public TermPanel(SearchPanel aParent) 



Methods


getParentTerm

   public NaryTermPanel getParentTerm() 


init

   void init(SelectionManager aSelection) 


getPreferredSize

   public Dimension getPreferredSize() 
Overrides:
getPreferredSize in class JComponent


getSearch

   public abstract SearchTerm getSearch() 


paintComponent

   public void paintComponent(Graphics g) 
Overrides:
paintComponent in class JPanel


isSelected

   boolean isSelected() 


selectionChanged

   public void selectionChanged(SelectionEvent aEvent) 
Implements:
selectionChanged in interface SelectionListener


selectionDoubleClicked

   public void selectionDoubleClicked(MouseEvent aEvent) 
Implements:
selectionDoubleClicked in interface SelectionListener


selectionContextClicked

   public void selectionContextClicked(MouseEvent aEvent) 
Implements:
selectionContextClicked in interface SelectionListener


selectionDragged

   public void selectionDragged(MouseEvent aEvent) 
Implements:
selectionDragged in interface SelectionListener


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



Copyright © 1998 The Mozilla Organization.