Class symantec.itools.db.beans.binding.NameEditorMultiRow
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.db.beans.binding.NameEditorMultiRow
Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Panel
                           |
                           +----symantec.itools.db.beans.binding.NameEditorMultiRow
  -  public class NameEditorMultiRow
  
-  extends Panel
  
-  implements PropertyEditor, FocusListener
   
  
  -  
	symantec.itools.db.beans.binding.NameEditorMultiRow()
   -  
 
  
  -  
	addPropertyChangeListener(PropertyChangeListener)
   -    
 -  
	focusGained(FocusEvent)
   -    
 -  
	focusLost(FocusEvent)
   -    
 -  
	getAsText()
   -    
 -  
	getCustomEditor()
   -    
 -  
	getJavaInitializationString()
   -    
 -  
	getTags()
   -    
 -  
	getValue()
   -    
 -  
	isPaintable()
   -    
 -  
	paintValue(Graphics, Rectangle)
   -    
 -  
	removePropertyChangeListener(PropertyChangeListener)
   -    
 -  
	setAsText(String)
   -    
 -  
	setValue(Object)
   -    
 -  
	supportsCustomEditor()
   -  
 
  
NameEditorMultiRow
public NameEditorMultiRow()
  
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
focusGained
public void focusGained(FocusEvent fe)
focusLost
public void focusLost(FocusEvent fe)
getAsText
public java.lang.String getAsText()
getCustomEditor
public java.awt.Component getCustomEditor()
getJavaInitializationString
public java.lang.String getJavaInitializationString()
getTags
public java.lang.String[] getTags()
getValue
public java.lang.Object getValue()
isPaintable
public boolean isPaintable()
paintValue
public void paintValue(Graphics gfx,
                       Rectangle Box)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
setAsText
public void setAsText(String s) throws IllegalArgumentException
setValue
public void setValue(Object o)
supportsCustomEditor
public boolean supportsCustomEditor()
All Packages  Class Hierarchy  This Package  Previous  Next  Index