public abstract class InputPathnameEditor extends PropertyEditorSupport
| Constructor and Description |
|---|
InputPathnameEditor(String filterPattern,
String initialPathname)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText()
Get the property as a text string.
|
Component |
getCustomEditor()
Return the custom editor.
|
boolean |
isPaintable()
Indicate support for painting the property value.
|
void |
paintValue(Graphics graphics,
Rectangle box)
Paint a representation of the pathname in the given box.
|
void |
setAsText(String pathname)
Set the property given a text string.
|
void |
setValue(Object value)
Set the object to be edited.
|
boolean |
supportsCustomEditor()
Indicate support for a custom editor.
|
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, getValue, removePropertyChangeListener, setSourcepublic boolean supportsCustomEditor()
supportsCustomEditor in interface PropertyEditorsupportsCustomEditor in class PropertyEditorSupportpublic boolean isPaintable()
isPaintable in interface PropertyEditorisPaintable in class PropertyEditorSupportpublic void paintValue(Graphics graphics, Rectangle box)
paintValue in interface PropertyEditorpaintValue in class PropertyEditorSupportpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic void setAsText(String pathname)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportpublic Component getCustomEditor()
getCustomEditor in interface PropertyEditorgetCustomEditor in class PropertyEditorSupportpublic void setValue(Object value)
setValue in interface PropertyEditorsetValue in class PropertyEditorSupportCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.