UTJML

Uses of Interface
edu.utep.cs.utjml.canica.filebrowser.FileBrowserable

Packages that use FileBrowserable
edu.utep.cs.utjml.canica Contains the source code for Canica, an IDE for JML. 
edu.utep.cs.utjml.canica.filebrowser Contains the source code to provide a directory browser, a document selector, and a file statistics information. 
edu.utep.cs.utjml.canica.tool   
 

Uses of FileBrowserable in edu.utep.cs.utjml.canica
 

Methods in edu.utep.cs.utjml.canica that return FileBrowserable
 FileBrowserable Mainable.fileBrowser()
          Returns the explorer of this GUI.
 FileBrowserable Main.fileBrowser()
           
 

Uses of FileBrowserable in edu.utep.cs.utjml.canica.filebrowser
 

Classes in edu.utep.cs.utjml.canica.filebrowser that implement FileBrowserable
 class FileBrowserController
          This class implements the services to the Filebrowserable interface.
 

Uses of FileBrowserable in edu.utep.cs.utjml.canica.tool
 

Constructors in edu.utep.cs.utjml.canica.tool with parameters of type FileBrowserable
JDKTool.CommandThread(String cmd, File dir, OutputPaneable outputPane, FileBrowserable fileBrowser, Mainable canica)
          Creates a new instance.
JDKTool(Mainable canica, OutputPaneable output, FileBrowserable fileBrowser)
          Constructor
 


UTJML

UTJML is Copyright (C) 2004-2006 by University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the JML project.