|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
com.bbn.openmap.util.propertyEditor.NonEditablePropertyEditor
A PropertyEditor that doesn't let you edit the property.
Constructor Summary | |
NonEditablePropertyEditor()
Create NonEditablePropertyEditor. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
java.lang.String |
getAsText()
Implement PropertyEditor interface. |
java.awt.Component |
getCustomEditor()
Returns a blank JLabel. |
void |
setValue(java.lang.Object someObj)
Implement PropertyEditor interface. |
boolean |
supportsCustomEditor()
PropertyEditor interface. |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NonEditablePropertyEditor()
Method Detail |
public boolean supportsCustomEditor()
public java.awt.Component getCustomEditor()
public void setValue(java.lang.Object someObj)
public java.lang.String getAsText()
public void actionPerformed(java.awt.event.ActionEvent e)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |