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.
-
listbox
-
-
MCLBCustomizer()
- Constructor.
-
actionPerformed(ActionEvent)
- Action event handler.
-
addPropertyChangeListener(PropertyChangeListener)
- Add a PropertyChangeListener.
-
captionAdded(CaptionInfo)
- Information added.
-
captionEdited(CaptionInfo)
- Information added.
-
getInsets()
- Returns the insets of this panel.
-
getMinimumSize()
- Returns the minimum size of this component.
-
getPreferredSize()
- Returns the preferred size of this component.
-
removePropertyChangeListener(PropertyChangeListener)
- Removes a PropertyChangeListener.
-
setCaptions()
- Sets the captions.
-
setEnabled(Component, boolean)
- Utility function for disabling all of a containers
components.
-
setObject(Object)
- Sets the object being customized.
listbox
protected MultiColumnListbox listbox
MCLBCustomizer
public MCLBCustomizer()
- Constructor.
setEnabled
public static void setEnabled(Component comp,
boolean enabled)
- Utility function for disabling all of a containers
components.
getInsets
public Insets getInsets()
- Returns the insets of this panel.
- Overrides:
- getInsets in class Container
getPreferredSize
public Dimension getPreferredSize()
- Returns the preferred size of this component.
- Overrides:
- getPreferredSize in class Container
getMinimumSize
public Dimension getMinimumSize()
- Returns the minimum size of this component.
- Overrides:
- getMinimumSize in class Container
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
- Add a PropertyChangeListener.
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
- Removes a PropertyChangeListener.
setObject
public void setObject(Object object)
- Sets the object being customized.
setCaptions
public void setCaptions()
- Sets the captions.
actionPerformed
public void actionPerformed(ActionEvent evt)
- Action event handler.
captionAdded
public void captionAdded(CaptionInfo info)
- Information added.
captionEdited
public void captionEdited(CaptionInfo info)
- Information added.
All Packages Class Hierarchy This Package Previous Next Index