org.globus.cog.gui.grapheditor.generic
Class RootContainerHelper
java.lang.Object
org.globus.cog.gui.grapheditor.generic.RootContainerHelper
- All Implemented Interfaces:
- LoadUpdateListener
- public class RootContainerHelper
- extends Object
- implements LoadUpdateListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootContainerHelper
public RootContainerHelper(String fileName,
GraphCanvas canvas,
int total)
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