org.globus.cog.gui.grapheditor.generic
Class RootContainerHelper

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.generic.RootContainerHelper
All Implemented Interfaces:
LoadUpdateListener

public class RootContainerHelper
extends Object
implements LoadUpdateListener


Constructor Summary
RootContainerHelper(String fileName, GraphCanvas canvas, int total)
           
 
Method Summary
 void elementsLoaded(int count)
           
static void load(String fname, GraphCanvas canvas)
           
static void save(String fileName, GraphCanvas canvas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootContainerHelper

public RootContainerHelper(String fileName,
                           GraphCanvas canvas,
                           int total)
Method Detail

load

public static void load(String fname,
                        GraphCanvas canvas)
                 throws Exception
Throws:
Exception

save

public static void save(String fileName,
                        GraphCanvas canvas)
                 throws Exception
Throws:
Exception

elementsLoaded

public void elementsLoaded(int count)
Specified by:
elementsLoaded in interface LoadUpdateListener