|
|||||||||||
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.MultiDirectoryPropertyEditor | +--com.bbn.openmap.util.propertyEditor.MultiDirFilePropertyEditor
A PropertyEditor that brings up a JFileChooser panel to several files and directories. You can enter information in the text field, and pressing the add button will bring up a file chooser. Anything chosen in the file chooser will be appended to what is currently in the text field.
Field Summary |
Fields inherited from class com.bbn.openmap.util.propertyEditor.MultiDirectoryPropertyEditor |
pathSeparator, textField |
Fields inherited from class com.bbn.openmap.util.propertyEditor.FilePropertyEditor |
button |
Constructor Summary | |
MultiDirFilePropertyEditor()
Create MultiDirFilePropertyEditor. |
Method Summary | |
javax.swing.JFileChooser |
getFileChooser()
Returns a JFileChooser that will choose a directory. |
Methods inherited from class com.bbn.openmap.util.propertyEditor.MultiDirectoryPropertyEditor |
actionPerformed, append, getAsText, getCustomEditor, getPathSeparator, setPathSeparator, setValue |
Methods inherited from class com.bbn.openmap.util.propertyEditor.FilePropertyEditor |
cleanUpName, getLastLocation, 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 MultiDirFilePropertyEditor()
Method Detail |
public javax.swing.JFileChooser getFileChooser()
getFileChooser
in class MultiDirectoryPropertyEditor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |