|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.beans.PropertyEditorSupport | +--com.bbn.openmap.util.propertyEditor.FilePropertyEditor | +--com.bbn.openmap.util.propertyEditor.DirectoryPropertyEditor
A PropertyEditor that brings up a JFileChooser panel to select a directory. A single directpry choice can be made, and only choices that reside on the local file system.
Field Summary |
Fields inherited from class com.bbn.openmap.util.propertyEditor.FilePropertyEditor |
button |
Constructor Summary | |
DirectoryPropertyEditor()
Create DirectoryPropertyEditor. |
Method Summary | |
javax.swing.JFileChooser |
getFileChooser()
Returns a JFileChooser that will choose a directory. |
Methods inherited from class com.bbn.openmap.util.propertyEditor.FilePropertyEditor |
actionPerformed, cleanUpName, getAsText, getCustomEditor, getLastLocation, setValue, supportsCustomEditor |
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 DirectoryPropertyEditor()
Method Detail |
public javax.swing.JFileChooser getFileChooser()
getFileChooser
in class FilePropertyEditor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |