Class symantec.itools.db.beans.binding.ColumnDefEditorPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.ColumnDefEditorPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----symantec.itools.db.beans.binding.ColumnDefEditorPanel

public class ColumnDefEditorPanel
extends JPanel

Variable Index

 o OF
 o changeSupport
 o editor
 o vcafeEnv
 o visualProj

Constructor Index

 o symantec.itools.db.beans.binding.ColumnDefEditorPanel()
 o symantec.itools.db.beans.binding.ColumnDefEditorPanel(ColumnAttributes[], String, PropertyEditor)

Method Index

 o addPropertyChangeListener(PropertyChangeListener)
Add a PropertyChangeListener to the listener list.
 o buildStaticList()
 o cleanUp()
 o debug(Object)
 o finalize()
 o getColor(String)
 o getColorString(Color)
 o getColumnAttributes()
Get the column attributes.
 o getComponentForType(String)
 o getNavigators()
 o getTypeForComponent(JComponent)
 o removePropertyChangeListener(PropertyChangeListener)
Remove a PropertyChangeListener from the listener list.
 o setCheckBoxPanelDetails()
 o setColumnAttributes(ColumnAttributes[])
Set the column attributes.
 o setComboBoxPanelDetails()
 o setCurrencyPanelDetails()
 o setMaskedPanelDetails()
 o setTableValues(String)
 o storeCheckBoxSettings()
 o storeComboBoxSettings()
 o storeCurrencySettings()
 o updateColumnAttributes()
 o updateColumnAttributes(int, int)
 o updateColumnAttributes(int)

Variables

 o OF
protected symantec.itools.db.beans.util.ObjectFinder OF
 o changeSupport
protected java.beans.PropertyChangeSupport changeSupport
 o editor
protected java.beans.PropertyEditor editor
 o vcafeEnv
protected com.symantec.itools.vcafe.openapi.VisualCafe vcafeEnv
 o visualProj
protected com.symantec.itools.vcafe.openapi.VisualProject visualProj

Constructors

 o ColumnDefEditorPanel
public ColumnDefEditorPanel()
 o ColumnDefEditorPanel
public ColumnDefEditorPanel(ColumnAttributes[] initialValue,
                            String lookup,
                            PropertyEditor editor)

Methods

 o addPropertyChangeListener
public synchronized void addPropertyChangeListener(PropertyChangeListener listener)
Add a PropertyChangeListener to the listener list. The listener is registered for all properties.

Parameters:
listener - The PropertyChangeListener to be added
Overrides:
addPropertyChangeListener in class JComponent
 o buildStaticList
protected java.lang.String[] buildStaticList()
 o cleanUp
protected void cleanUp()
 o debug
protected void debug(Object o)
 o finalize
protected void finalize() throws Throwable
Overrides:
finalize in class Object
 o getColor
protected java.awt.Color getColor(String c)
 o getColorString
protected java.lang.String getColorString(Color c)
 o getColumnAttributes
public symantec.itools.db.beans.binding.ColumnAttributes[] getColumnAttributes()
Get the column attributes. Returns a copy of the column attributes array

 o getComponentForType
protected com.sun.java.swing.JComponent getComponentForType(String name)
 o getNavigators
protected java.util.Vector getNavigators()
 o getTypeForComponent
protected java.lang.String getTypeForComponent(JComponent c)
 o removePropertyChangeListener
public synchronized void removePropertyChangeListener(PropertyChangeListener listener)
Remove a PropertyChangeListener from the listener list. This removes a PropertyChangeListener that was registered for all properties.

Parameters:
listener - The PropertyChangeListener to be removed
Overrides:
removePropertyChangeListener in class JComponent
 o setCheckBoxPanelDetails
protected void setCheckBoxPanelDetails()
 o setColumnAttributes
public void setColumnAttributes(ColumnAttributes[] vp)
Set the column attributes. This method uses a copy of the column attributes array.

 o setComboBoxPanelDetails
protected void setComboBoxPanelDetails()
 o setCurrencyPanelDetails
protected void setCurrencyPanelDetails()
 o setMaskedPanelDetails
protected void setMaskedPanelDetails()
 o setTableValues
protected void setTableValues(String s)
 o storeCheckBoxSettings
protected void storeCheckBoxSettings()
 o storeComboBoxSettings
protected void storeComboBoxSettings()
 o storeCurrencySettings
protected void storeCurrencySettings()
 o updateColumnAttributes
protected void updateColumnAttributes()
 o updateColumnAttributes
protected void updateColumnAttributes(int fromRow,
                                      int toRow)
 o updateColumnAttributes
protected void updateColumnAttributes(int row)

All Packages  Class Hierarchy  This Package  Previous  Next  Index