bookExamples.ch34BeanProperties
Class Bean1
java.lang.Object
   bookExamples.ch34BeanProperties.Bean1
bookExamples.ch34BeanProperties.Bean1
- All Implemented Interfaces: 
- java.beans.PropertyEditor
- public class Bean1 
- extends java.lang.Object- implements java.beans.PropertyEditor
| Constructor Summary | 
| Bean1()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Bean1
public Bean1()
getCustomer
public java.lang.String getCustomer(int i)
- 
 
- 
 
getCustomers
public java.lang.String[] getCustomers()
- 
 
- 
 
getTitle
public java.lang.String getTitle()
- 
 
- 
 
setTitle
public void setTitle(java.lang.String _title)
- 
 
- 
 
isPaintable
public boolean isPaintable()
- 
- Specified by:
- isPaintablein interface- java.beans.PropertyEditor
 
- 
 
supportsCustomEditor
public boolean supportsCustomEditor()
- 
- Specified by:
- supportsCustomEditorin interface- java.beans.PropertyEditor
 
- 
 
getCustomEditor
public java.awt.Component getCustomEditor()
- 
- Specified by:
- getCustomEditorin interface- java.beans.PropertyEditor
 
- 
 
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
- 
- Specified by:
- addPropertyChangeListenerin interface- java.beans.PropertyEditor
 
- 
 
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
- 
- Specified by:
- removePropertyChangeListenerin interface- java.beans.PropertyEditor
 
- 
 
getValue
public java.lang.Object getValue()
- 
- Specified by:
- getValuein interface- java.beans.PropertyEditor
 
- 
 
setValue
public void setValue(java.lang.Object value)
- 
- Specified by:
- setValuein interface- java.beans.PropertyEditor
 
- 
 
getAsText
public java.lang.String getAsText()
- 
- Specified by:
- getAsTextin interface- java.beans.PropertyEditor
 
- 
 
getJavaInitializationString
public java.lang.String getJavaInitializationString()
- 
- Specified by:
- getJavaInitializationStringin interface- java.beans.PropertyEditor
 
- 
 
getTags
public java.lang.String[] getTags()
- 
- Specified by:
- getTagsin interface- java.beans.PropertyEditor
 
- 
 
setAsText
public void setAsText(java.lang.String text)
               throws java.lang.IllegalArgumentException
- 
- Specified by:
- setAsTextin interface- java.beans.PropertyEditor
 
- 
- Throws:
- java.lang.IllegalArgumentException
 
paintValue
public void paintValue(java.awt.Graphics gfx,
                       java.awt.Rectangle box)
- 
- Specified by:
- paintValuein interface- java.beans.PropertyEditor
 
-