|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
visad.data.netcdf.InputPathnameEditor
A JavaBean property editor for input pathnames.
| Constructor Summary | |
InputPathnameEditor(String filterPattern,
String initialPathname)
Construct. |
|
| Method Summary | |
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. |
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getTags, getValue, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InputPathnameEditor(String filterPattern,
String initialPathname)
| Method Detail |
public boolean supportsCustomEditor()
public boolean isPaintable()
public void paintValue(Graphics graphics,
Rectangle box)
public String getAsText()
public void setAsText(String pathname)
public Component getCustomEditor()
public void setValue(Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||