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()
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 IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4