| java.lang.Object org.acm.seguin.uml.PackageLoader
PackageLoader | public class PackageLoader implements Runnable(Code) | | Loads a UMLPackage panel from a package summary
author: Chris Seguin author: Mike Atkinson version: $Id: PackageLoader.java,v 1.8 2003/09/11 16:41:17 mikeatkinson Exp $ |
PackageLoader | public PackageLoader(UMLPackage panel, Reader input)(Code) | | Constructor for the PackageLoader object
Parameters: panel - the panel that we are loading |
PackageLoader | public PackageLoader(UMLPackage panel, String filename)(Code) | | Constructor for the PackageLoader object
Parameters: panel - the panel that we are loading |
PackageLoader | public PackageLoader(UMLPackage panel, PackageSummary summary)(Code) | | Constructor for the PackageLoader object
Parameters: panel - the panel that we are loading |
getFile | public static File getFile(UMLPackage panel)(Code) | | Gets the File attribute of the PackageLoader object
The File value |
getFile | public static File getFile(PackageSummary summary)(Code) | | Gets the File attribute of the PackageSummary object
The File value since: 2.7.04 |
run | public void run()(Code) | | Main processing method for the PackageLoader object
|
|
|