|
||||||||||
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
public class DirectoryPropertyEditor
A PropertyEditor that brings up a JFileChooser panel to select a directory. A single directory 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, textField |
Constructor Summary | |
---|---|
DirectoryPropertyEditor()
|
Method Summary | |
---|---|
int |
getFileSelectionMode()
Internal callback method that can be overridden by subclasses. |
Methods inherited from class com.bbn.openmap.util.propertyEditor.FilePropertyEditor |
---|
actionPerformed, cleanUpName, getAsText, getButtonTitle, getCustomEditor, getFileChooser, getLastLocation, isMultiSelectEnabled, isTextFieldEditable, setValue, supportsCustomEditor |
Methods inherited from class java.beans.PropertyEditorSupport |
---|
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource |
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 int getFileSelectionMode()
getFileSelectionMode
in class FilePropertyEditor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |