rcx.rcxtools.share.tvm
Class LeJOSFiles

java.lang.Object
  extended by rcx.rcxtools.share.tvm.LeJOSFiles

public class LeJOSFiles
extends java.lang.Object

List of selected java files in RCXDownload.


Constructor Summary
LeJOSFiles(RCXDownload owner)
           
 
Method Summary
 java.awt.Choice getChoice()
           
 java.lang.String getFileDir()
           
 java.lang.String getFileName()
           
 java.util.Vector getFileVector()
           
 void load()
           
 void open()
           
 void reset()
           
 void save()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeJOSFiles

public LeJOSFiles(RCXDownload owner)
Method Detail

open

public void open()

save

public void save()

load

public void load()

reset

public void reset()

getChoice

public java.awt.Choice getChoice()

getFileVector

public java.util.Vector getFileVector()

getFileName

public java.lang.String getFileName()

getFileDir

public java.lang.String getFileDir()