Class symantec.itools.db.beans.brl.adapter.editors.ValidSourceColumnImplEditorPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.db.beans.brl.adapter.editors.ValidSourceColumnImplEditorPanel
Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----symantec.itools.db.beans.brl.adapter.editors.ValidSourceColumnImplEditorPanel
  -  public class ValidSourceColumnImplEditorPanel
  
-  extends JPanel
  
Class which does all the work for setting sourceColumns
 property in ValidationAdapter
  -  Version:
  
 -  1.0 07/24/98
  
 -  Author:
  
 -  Puru Balakrishnan
 
  
  -  
	actLis
   -    
 -  
	browseButton
   -    
 -  
	browsing
   -    
 -  
	currDataSourceType
   -    
 -  
	currDataSourceVisualObj
   -    
 -  
	dataSourceNameComboBox
   -    
 -  
	dataSourceNameLabel
   -    
 -  
	dataSourceTypeComboBox
   -    
 -  
	dataSourceTypeLabel
   -    
 -  
	dataTypeField
   -    
 -  
	dataTypeLabel
   -    
 -  
	dcNavDialog
   -    
 -  
	derivColObjs
   -    
 -  
	height
   -    
 -  
	inputComboBox
   -    
 -  
	inputLabel
   -    
 -  
	instrLabel
   -    
 -  
	lhsColDataTypeHash
   -    
 -  
	objFinder
   -    
 -  
	outerDim
   -    
 -  
	paramDataHash
   -    
 -  
	propEditor
   -    
 -  
	queryNavModelsHash
   -    
 -  
	queryNavObjs
   -    
 -  
	sourceColPanel
   -    
 -  
	sqlBeanModelsHash
   -    
 -  
	sqlBeanObjs
   -    
 -  
	validColObjs
   -    
 -  
	visualObj
   -    
 -  
	width
   -  
 
  
  -  
	symantec.itools.db.beans.brl.adapter.editors.ValidSourceColumnImplEditorPanel()
   -   Default constructor
  
 -  
	symantec.itools.db.beans.brl.adapter.editors.ValidSourceColumnImplEditorPanel(PropertyEditor, int, int)
   -   Constructor with PropertyEditor passed in
 
  
  -  
	getCurrentValue()
   -   Get the current selected row
 
  
 -  
	isBrowsing()
   -    
 -  
	setBrowsing(boolean)
   -    
 -  
	setOuterDim(Dimension)
   -    
 -  
	setVisualObject(VisualObject)
   -    
 -  
	showInputColInfo(CompColInputMember)
   -   Method to show selected input col name
 
 
  
actLis
protected java.awt.event.ActionListener actLis
browseButton
protected com.sun.java.swing.JButton browseButton
browsing
protected boolean browsing
currDataSourceType
protected int currDataSourceType
currDataSourceVisualObj
protected com.symantec.itools.vcafe.openapi.VisualObject currDataSourceVisualObj
dataSourceNameComboBox
protected com.sun.java.swing.JComboBox dataSourceNameComboBox
dataSourceNameLabel
protected com.sun.java.swing.JLabel dataSourceNameLabel
dataSourceTypeComboBox
protected com.sun.java.swing.JComboBox dataSourceTypeComboBox
dataSourceTypeLabel
protected com.sun.java.swing.JLabel dataSourceTypeLabel
dataTypeField
protected com.sun.java.swing.JTextField dataTypeField
dataTypeLabel
protected com.sun.java.swing.JLabel dataTypeLabel
dcNavDialog
protected symantec.itools.db.beans.jdbc.editors.ParameterBindingDialog dcNavDialog
derivColObjs
protected java.util.Vector derivColObjs
height
protected int height
inputComboBox
protected com.sun.java.swing.JComboBox inputComboBox
inputLabel
protected com.sun.java.swing.JLabel inputLabel
instrLabel
protected com.sun.java.swing.JLabel instrLabel
lhsColDataTypeHash
protected java.util.Hashtable lhsColDataTypeHash
objFinder
protected symantec.itools.db.beans.util.ObjectFinder objFinder
outerDim
protected java.awt.Dimension outerDim
paramDataHash
protected java.util.Hashtable paramDataHash
propEditor
protected java.beans.PropertyEditor propEditor
queryNavModelsHash
protected java.util.Hashtable queryNavModelsHash
queryNavObjs
protected java.util.Vector queryNavObjs
sourceColPanel
protected com.sun.java.swing.JPanel sourceColPanel
sqlBeanModelsHash
protected java.util.Hashtable sqlBeanModelsHash
sqlBeanObjs
protected java.util.Vector sqlBeanObjs
validColObjs
protected java.util.Vector validColObjs
visualObj
protected com.symantec.itools.vcafe.openapi.VisualObject visualObj
width
protected int width
  
ValidSourceColumnImplEditorPanel
public ValidSourceColumnImplEditorPanel()
  -  Default constructor
  
 
 
ValidSourceColumnImplEditorPanel
public ValidSourceColumnImplEditorPanel(PropertyEditor editor,
                                        int width,
                                        int height)
  -  Constructor with PropertyEditor passed in
  
 
 
  
getCurrentValue
public symantec.itools.db.beans.brl.CompColInputMember[] getCurrentValue()
  -  Get the current selected row
  
 
 
    -  Returns:
    
 -  CompColInputMember[]
  
 
 
 
isBrowsing
public boolean isBrowsing()
setBrowsing
protected void setBrowsing(boolean value)
setOuterDim
public void setOuterDim(Dimension dim)
setVisualObject
public void setVisualObject(VisualObject obj)
showInputColInfo
public void showInputColInfo(CompColInputMember inputCol)
  -  Method to show selected input col name
  
 
 
    -  Parameters:
    
 -  inputCol - the CompColInputMember to be shown
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index