org.jhotdraw.app
Interface DirectoryView
- All Superinterfaces:
- View
public interface DirectoryView
- extends View
The interface of a View which can open a directory.
Design Patterns
Framework
The interfaces and classes listed below define together the contracts
of a smaller framework inside of the JHotDraw framework for document oriented
applications.
Contract: DirectoryView, LoadDirectoryAction.
- Version:
- $Id: DirectoryView.java 527 2009-06-07 14:28:19Z rawcoder $
- Author:
- Werner Randelshofer, Staldenmattweg 2, CH-6405 Immensee
|
Method Summary |
javax.swing.JFileChooser |
getOpenDirectoryChooser()
Gets the file chooser for opening a directory for the view. |
| Methods inherited from interface org.jhotdraw.app.View |
activate, addDisposable, addPropertyChangeListener, canSaveTo, clear, deactivate, dispose, execute, getAction, getApplication, getComponent, getFile, getMultipleOpenId, getOpenChooser, getSaveChooser, getTitle, hasUnsavedChanges, init, isEnabled, isShowing, markChangesAsSaved, putAction, read, removePropertyChangeListener, setApplication, setEnabled, setFile, setMultipleOpenId, setShowing, setTitle, start, stop, write |
getOpenDirectoryChooser
javax.swing.JFileChooser getOpenDirectoryChooser()
- Gets the file chooser for opening a directory for the view.