|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ browser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gjt.sp.jedit.browser
Class VFSFileChooserDialog.GetFileTypeRequest

java.lang.Objectorg.gjt.sp.jedit.browser.VFSFileChooserDialog.GetFileTypeRequest
- All Implemented Interfaces:
- java.lang.Runnable
- Enclosing class:
- VFSFileChooserDialog
- class VFSFileChooserDialog.GetFileTypeRequest
- extends java.lang.Object
- implements java.lang.Runnable
- extends java.lang.Object
| Field Summary | |
(package private) java.lang.String |
path
|
(package private) java.lang.Object |
session
|
(package private) int[] |
type
|
(package private) org.gjt.sp.jedit.io.VFS |
vfs
|
| Constructor Summary | |
(package private) |
VFSFileChooserDialog.GetFileTypeRequest(org.gjt.sp.jedit.io.VFS vfs,
java.lang.Object session,
java.lang.String path,
int[] type)
|
| Method Summary | |
void |
run()
This method will be called by whoever wishes to run your class implementing Runnable. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
vfs
org.gjt.sp.jedit.io.VFS vfs
session
java.lang.Object session
path
java.lang.String path
type
int[] type
| Constructor Detail |
VFSFileChooserDialog.GetFileTypeRequest
VFSFileChooserDialog.GetFileTypeRequest(org.gjt.sp.jedit.io.VFS vfs, java.lang.Object session, java.lang.String path, int[] type)
| Method Detail |
run
public void run()
- Description copied from interface:
java.lang.Runnable - This method will be called by whoever wishes to run your class
implementing Runnable. Note that there are no restrictions on what
you are allowed to do in the run method, except that you cannot
throw a checked exception.
- Specified by:
runin interfacejava.lang.Runnable
|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ browser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.gjt.sp.jedit.browser.VFSFileChooserDialog.GetFileTypeRequest