|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
com.bbn.openmap.tools.beanbox.PropertyBeanEditor
Custom property editor for a bean property that is itself a bean.
Constructor Summary | |
PropertyBeanEditor()
|
Method Summary | |
java.awt.Component |
getCustomEditor()
returns an instance of the GenericPropertySheet
which serves as the custom editor component for the bean
property associated with this editor. |
boolean |
isPaintable()
returns true; |
void |
paintValue(java.awt.Graphics g,
java.awt.Rectangle box)
represents the face of the custom property editor as a rectangular box containing the text "Click to Edit". |
boolean |
supportsCustomEditor()
returns true. |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getTags, getValue, removePropertyChangeListener, setAsText, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyBeanEditor()
Method Detail |
public boolean isPaintable()
public void paintValue(java.awt.Graphics g, java.awt.Rectangle box)
public boolean supportsCustomEditor()
public java.awt.Component getCustomEditor()
GenericPropertySheet
which serves as the custom editor component for the bean
property associated with this editor.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |