Class symantec.itools.db.beans.brl.adapter.editors.ValidComparisionOpersImplEditorPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.db.beans.brl.adapter.editors.ValidComparisionOpersImplEditorPanel
Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----symantec.itools.db.beans.brl.adapter.editors.ValidComparisionOpersImplEditorPanel
  -  public class ValidComparisionOpersImplEditorPanel
  
-  extends JPanel
  
Class which does all the work for setting comparisionOperators
 property in ValidationAdapter
  -  Version:
  
 -  1.0 07/24/98
  
 -  Author:
  
 -  Puru Balakrishnan
 
  
  -  
	compOperList
   -    
 -  
	instrLabel
   -    
 -  
	listScrollPane
   -    
 -  
	propChangeSupport
   -    
 -  
	propEditor
   -    
 -  
	statusLabel
   -  
 
  
  -  
	symantec.itools.db.beans.brl.adapter.editors.ValidComparisionOpersImplEditorPanel()
   -   Default constructor
  
 -  
	symantec.itools.db.beans.brl.adapter.editors.ValidComparisionOpersImplEditorPanel(PropertyEditor, Object, int, int)
   -   Constructor with PropertyEditor passed in
 
  
  -  
	addPropertyChangeListener(PropertyChangeListener)
   -   addPropertyChangeListener method
 
  
 -  
	getCurrentValue()
   -    
 -  
	removePropertyChangeListener(PropertyChangeListener)
   -   removePropertyChangeListener method
 
  
 -  
	showCurrentSelection(Object)
   -  
 
  
compOperList
protected com.sun.java.swing.JList compOperList
instrLabel
protected com.sun.java.swing.JLabel instrLabel
listScrollPane
protected com.sun.java.swing.JScrollPane listScrollPane
propChangeSupport
protected java.beans.PropertyChangeSupport propChangeSupport
propEditor
protected java.beans.PropertyEditor propEditor
statusLabel
protected com.sun.java.swing.JLabel statusLabel
  
ValidComparisionOpersImplEditorPanel
public ValidComparisionOpersImplEditorPanel()
  -  Default constructor
  
 
 
ValidComparisionOpersImplEditorPanel
public ValidComparisionOpersImplEditorPanel(PropertyEditor editor,
                                            Object implClassObj,
                                            int width,
                                            int height)
  -  Constructor with PropertyEditor passed in
  
 
 
  
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
  -  addPropertyChangeListener method
  
 
 
    -  Parameters:
    
 -  l - the Listener to be added
    
 -  Overrides:
    
 -  addPropertyChangeListener in class JComponent
  
 
 
 
getCurrentValue
public symantec.itools.db.beans.brl.OperatorMember[] getCurrentValue()
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
  -  removePropertyChangeListener method
  
 
 
    -  Parameters:
    
 -  l - the Listener to be removed
    
 -  Overrides:
    
 -  removePropertyChangeListener in class JComponent
  
 
 
 
showCurrentSelection
public void showCurrentSelection(Object value)
All Packages  Class Hierarchy  This Package  Previous  Next  Index