All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.taligent.widget.MCLBCustomizer

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

public class MCLBCustomizer
extends Panel
implements Customizer, ActionListener, EditCaptionReceiver
Provides customization to the MultiColumnListbox.


Variable Index

 o listbox

Constructor Index

 o MCLBCustomizer()
Constructor.

Method Index

 o actionPerformed(ActionEvent)
Action event handler.
 o addPropertyChangeListener(PropertyChangeListener)
Add a PropertyChangeListener.
 o captionAdded(CaptionInfo)
Information added.
 o captionEdited(CaptionInfo)
Information added.
 o getInsets()
Returns the insets of this panel.
 o getMinimumSize()
Returns the minimum size of this component.
 o getPreferredSize()
Returns the preferred size of this component.
 o removePropertyChangeListener(PropertyChangeListener)
Removes a PropertyChangeListener.
 o setCaptions()
Sets the captions.
 o setEnabled(Component, boolean)
Utility function for disabling all of a containers components.
 o setObject(Object)
Sets the object being customized.

Variables

 o listbox
 protected MultiColumnListbox listbox

Constructors

 o MCLBCustomizer
 public MCLBCustomizer()
Constructor.

Methods

 o setEnabled
 public static void setEnabled(Component comp,
                               boolean enabled)
Utility function for disabling all of a containers components.

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

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

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

Overrides:
getMinimumSize in class Container
 o addPropertyChangeListener
 public void addPropertyChangeListener(PropertyChangeListener listener)
Add a PropertyChangeListener.

 o removePropertyChangeListener
 public void removePropertyChangeListener(PropertyChangeListener listener)
Removes a PropertyChangeListener.

 o setObject
 public void setObject(Object object)
Sets the object being customized.

 o setCaptions
 public void setCaptions()
Sets the captions.

 o actionPerformed
 public void actionPerformed(ActionEvent evt)
Action event handler.

 o captionAdded
 public void captionAdded(CaptionInfo info)
Information added.

 o captionEdited
 public void captionEdited(CaptionInfo info)
Information added.


All Packages  Class Hierarchy  This Package  Previous  Next  Index