net.sf.sqs_xml.editor.sqs.source
Class SQSSourceManager

java.lang.Object
  extended bynet.sf.sqs_xml.editor.base.source.SourceManager
      extended bynet.sf.sqs_xml.editor.sqs.source.SQSSourceManager

public class SQSSourceManager
extends SourceManager

Author:
hiroya

Constructor Summary
SQSSourceManager()
           
 
Method Summary
 SourceFactory createSourceFactory()
           
 
Methods inherited from class net.sf.sqs_xml.editor.base.source.SourceManager
close, countDirtySources, createSource, createSource, createSource, get, getIndexOfFile, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQSSourceManager

public SQSSourceManager()
Method Detail

createSourceFactory

public SourceFactory createSourceFactory()
Specified by:
createSourceFactory in class SourceManager