![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.composition.AddressList.AddressLinejava.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 mDeliveryButtonprivate DeliveryButton mDeliveryButton mAddressTextFieldprivate AddressTextField mAddressTextField mDragIconprivate DragIcon mDragIcon
Constructors AddressLinepublic AddressLine(Addressee aAddressee) Methods atfRemoveKeyListenerprotected void atfRemoveKeyListener(KeyListener kl) atfAddKeyListenerprotected void atfAddKeyListener(KeyListener kl) atfRequestFocusprotected void atfRequestFocus() getButtonWidthprotected int getButtonWidth() isBlankprotected boolean isBlank() getDeliveryModeprotected int getDeliveryMode() doLayoutpublic void doLayout() getPreferredSizepublic Dimension getPreferredSize()
getAddresseeprotected Addressee getAddressee() paintpublic void paint(Graphics g)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998. |
|