The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
Class grendel.composition.AddressList.AddressLine
All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.composition.AddressList.AddressLine

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JPanel
                                   |
                                   +----grendel.composition.AddressList.AddressLine

An AddressLine has one DeliveryButton and one AddressTextField.


public class  AddressList.AddressLine
     extends com.sun.java.swing.JPanel
{
          // Fields 3
     private AddressTextField mAddressTextField;
     private DeliveryButton mDeliveryButton;
     private DragIcon mDragIcon;

          // Constructors 1
     public AddressLine(Addressee);

          // Methods 10
     protected void atfAddKeyListener(KeyListener);
     protected void atfRemoveKeyListener(KeyListener);
     protected void atfRequestFocus();
     public void doLayout();
     protected Addressee getAddressee();
     protected int getButtonWidth();
     protected int getDeliveryMode();
     public Dimension getPreferredSize();
     protected boolean isBlank();
     public void paint(Graphics);
}



Fields


mDeliveryButton

   private DeliveryButton mDeliveryButton


mAddressTextField

   private AddressTextField mAddressTextField


mDragIcon

   private DragIcon mDragIcon



Constructors


AddressLine

   public AddressLine(Addressee aAddressee) 



Methods


atfRemoveKeyListener

   protected void atfRemoveKeyListener(KeyListener kl) 


atfAddKeyListener

   protected void atfAddKeyListener(KeyListener kl) 


atfRequestFocus

   protected void atfRequestFocus() 


getButtonWidth

   protected int getButtonWidth() 


isBlank

   protected boolean isBlank() 


getDeliveryMode

   protected int getDeliveryMode() 


doLayout

   public void doLayout() 

layout Delivery Button, DragIcon and AddressTextField.

Overrides:
doLayout in class Container


getPreferredSize

   public Dimension getPreferredSize() 
Overrides:
getPreferredSize in class JComponent


getAddressee

   protected Addressee getAddressee() 


paint

   public void paint(Graphics g) 

Paint the blue lines in the background.

Overrides:
paint in class JComponent


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998.