Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.browser
Class VFSFileChooserDialog.GetFileTypeRequest  view VFSFileChooserDialog.GetFileTypeRequest download VFSFileChooserDialog.GetFileTypeRequest.java

java.lang.Object
  extended byorg.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


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:
run in interface java.lang.Runnable