public class NodeInfoPropertyEditor extends Object implements PropertyEditor
| Constructor and Description |
|---|
NodeInfoPropertyEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener l) |
String |
getAsText() |
Component |
getCustomEditor() |
String |
getJavaInitializationString() |
String[] |
getTags() |
Object |
getValue() |
boolean |
isPaintable() |
void |
paintValue(Graphics g,
Rectangle r) |
void |
removePropertyChangeListener(PropertyChangeListener l) |
void |
setAsText(String s) |
void |
setValue(Object o) |
boolean |
supportsCustomEditor() |
protected Data data
public void addPropertyChangeListener(PropertyChangeListener l)
addPropertyChangeListener in interface PropertyEditorpublic String getAsText()
getAsText in interface PropertyEditorpublic Component getCustomEditor()
getCustomEditor in interface PropertyEditorpublic String getJavaInitializationString()
getJavaInitializationString in interface PropertyEditorpublic String[] getTags()
getTags in interface PropertyEditorpublic Object getValue()
getValue in interface PropertyEditorpublic boolean isPaintable()
isPaintable in interface PropertyEditorpublic void paintValue(Graphics g, Rectangle r)
paintValue in interface PropertyEditorpublic void removePropertyChangeListener(PropertyChangeListener l)
removePropertyChangeListener in interface PropertyEditorpublic void setAsText(String s)
setAsText in interface PropertyEditorpublic void setValue(Object o)
setValue in interface PropertyEditorpublic boolean supportsCustomEditor()
supportsCustomEditor in interface PropertyEditorCopyright © 2022. All rights reserved.