public class NonEditablePropertyEditor
extends java.beans.PropertyEditorSupport
Constructor and Description |
---|
NonEditablePropertyEditor()
Create NonEditablePropertyEditor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public NonEditablePropertyEditor()
public boolean supportsCustomEditor()
supportsCustomEditor
in interface java.beans.PropertyEditor
supportsCustomEditor
in class java.beans.PropertyEditorSupport
public java.awt.Component getCustomEditor()
getCustomEditor
in interface java.beans.PropertyEditor
getCustomEditor
in class java.beans.PropertyEditorSupport
public void setValue(java.lang.Object someObj)
setValue
in interface java.beans.PropertyEditor
setValue
in class java.beans.PropertyEditorSupport
public java.lang.String getAsText()
getAsText
in interface java.beans.PropertyEditor
getAsText
in class java.beans.PropertyEditorSupport
public void actionPerformed(java.awt.event.ActionEvent e)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details