All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.taligent.widget.MaskedCustomizer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----COM.taligent.widget.MaskedCustomizer

public class MaskedCustomizer
extends Panel
implements Customizer, ActionListener, ItemListener
A customizer for the MaskedTextField.

Version:
1.0
Author:
Andy Clark, Taligent Inc.

Constructor Index

 o MaskedCustomizer()
Setup customizer.

Method Index

 o actionPerformed(ActionEvent)
An action occured, handle it.
 o addPropertyChangeListener(PropertyChangeListener)
 o getInsets()
Returns the insets of this panel.
 o getMinimumSize()
Returns the minimum size of this component.
 o initAddEdit(MaskCharacter)
Initialize the add/edit screen.
 o itemStateChanged(ItemEvent)
 o removePropertyChangeListener(PropertyChangeListener)
 o setObject(Object)
Sets the object to be customized.
 o swapComponent(Component)
Utility method to swap the edit panels.

Constructors

 o MaskedCustomizer
 public MaskedCustomizer()
Setup customizer.

Methods

 o getInsets
 public Insets getInsets()
Returns the insets of this panel.

Overrides:
getInsets in class Container
 o getMinimumSize
 public Dimension getMinimumSize()
Returns the minimum size of this component.

Overrides:
getMinimumSize in class Container
 o initAddEdit
 public void initAddEdit(MaskCharacter mask)
Initialize the add/edit screen.

 o swapComponent
 public void swapComponent(Component comp)
Utility method to swap the edit panels.

 o actionPerformed
 public void actionPerformed(ActionEvent evt)
An action occured, handle it.

 o itemStateChanged
 public void itemStateChanged(ItemEvent evt)
 o setObject
 public void setObject(Object object)
Sets the object to be customized.

 o addPropertyChangeListener
 public void addPropertyChangeListener(PropertyChangeListener listener)
 o removePropertyChangeListener
 public void removePropertyChangeListener(PropertyChangeListener listener)

All Packages  Class Hierarchy  This Package  Previous  Next  Index