UTJML

Uses of Interface
edu.utep.cs.utjml.canica.jmleditor.FileAccessable

Packages that use FileAccessable
edu.utep.cs.utjml.canica.jmleditor Contains the source code to provide a JML editor, using MDI functionality. 
 

Uses of FileAccessable in edu.utep.cs.utjml.canica.jmleditor
 

Classes in edu.utep.cs.utjml.canica.jmleditor that implement FileAccessable
 class FileAccess
          The FileAccess class shall implement the services provided in the FileAccessable class.
 

Methods in edu.utep.cs.utjml.canica.jmleditor that return FileAccessable
 FileAccessable JMLEditorMDI.getFileAccessable()
           
 FileAccessable JMLEditorable.getFileAccessable()
          It returns the interface that will handle the access to files (open, new, save, save all, close , close all, save as, etc) in the JML editor.
 


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.