| java.awt.Window java.awt.Dialog javax.swing.JDialog org.gjt.sp.jedit.gui.EnhancedDialog org.gjt.sp.jedit.browser.VFSFileChooserDialog
VFSFileChooserDialog | public class VFSFileChooserDialog extends EnhancedDialog (Code) | | Wraps the VFS browser in a modal dialog.
author: Slava Pestov version: $Id: VFSFileChooserDialog.java 9938 2007-07-07 06:22:10Z ezust $ |
Inner Class :class GetFileTypeRequest implements Runnable | |
Constructor Summary | |
public | VFSFileChooserDialog(View view, String path, int mode, boolean multipleSelection) | public | VFSFileChooserDialog(View view, String path, int mode, boolean multipleSelection, boolean autoshow) Constructs a new VFSFileChooserDialog. | public | VFSFileChooserDialog(Dialog parent, View view, String path, int mode, boolean multipleSelection, boolean autoshow) Constructs a new VFSFileChooserDialog. | public | VFSFileChooserDialog(Frame parent, View view, String path, int mode, boolean multipleSelection, boolean autoshow) Constructs a new VFSFileChooserDialog. |
VFSFileChooserDialog | public VFSFileChooserDialog(View view, String path, int mode, boolean multipleSelection)(Code) | | |
VFSFileChooserDialog | public VFSFileChooserDialog(View view, String path, int mode, boolean multipleSelection, boolean autoshow)(Code) | | Constructs a new VFSFileChooserDialog. If authoshow
is true, the dialog will be show automatically and the call
will only return after the user disposes of the dialog.
since: jEdit 4.3pre7 |
VFSFileChooserDialog | public VFSFileChooserDialog(Dialog parent, View view, String path, int mode, boolean multipleSelection, boolean autoshow)(Code) | | Constructs a new VFSFileChooserDialog.
This version can specify a dialog as the parent instead
of the view.
since: jEdit 4.3pre10 |
VFSFileChooserDialog | public VFSFileChooserDialog(Frame parent, View view, String path, int mode, boolean multipleSelection, boolean autoshow)(Code) | | Constructs a new VFSFileChooserDialog.
This version can specify a Frame as the parent instead
of the view.
since: jEdit 4.3pre10 |
cancel | public void cancel()(Code) | | |
dispose | public void dispose()(Code) | | |
getBrowser | public VFSBrowser getBrowser()(Code) | | Returns the VFSBrowser instance used internally.
since: jEdit 4.3pre7 |
Fields inherited from java.awt.Dialog | final public static ModalityType DEFAULT_MODALITY_TYPE(Code)(Java Doc)
|
|
|