net.sourceforge.squirrel_sql.plugins.graph.xmlbeans
Class GraphXmlSerializer

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.graph.xmlbeans.GraphXmlSerializer

public class GraphXmlSerializer
extends java.lang.Object


Constructor Summary
GraphXmlSerializer(GraphPlugin plugin, ISession session, GraphMainPanelTab graphPane, java.lang.String graphFileName)
          Either graphPane or graphFileName might be null.
 
Method Summary
static GraphXmlSerializer[] getGraphXmSerializers(GraphPlugin plugin, ISession session)
           
 GraphControllerXmlBean read()
           
 void remove()
           
 void rename(java.lang.String newName)
           
 void write(GraphControllerXmlBean xmlBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphXmlSerializer

public GraphXmlSerializer(GraphPlugin plugin,
                          ISession session,
                          GraphMainPanelTab graphPane,
                          java.lang.String graphFileName)
Either graphPane or graphFileName might be null.

Method Detail

write

public void write(GraphControllerXmlBean xmlBean)

read

public GraphControllerXmlBean read()

getGraphXmSerializers

public static GraphXmlSerializer[] getGraphXmSerializers(GraphPlugin plugin,
                                                         ISession session)

rename

public void rename(java.lang.String newName)

remove

public void remove()


Copyright © 2001-2010. All Rights Reserved.