net.sf.sqs_xml.editor.base.source
クラス SourceManager

java.lang.Object
  拡張net.sf.sqs_xml.editor.base.source.SourceManager
直系の既知のサブクラス:
SQSSourceManager

public abstract class SourceManager
extends java.lang.Object

作成者:
hiroya

コンストラクタの概要
SourceManager()
           
 
メソッドの概要
 void close(int index)
           
 int countDirtySources()
           
 Source createSource()
           
 Source createSource(java.io.File file)
           
 Source createSource(java.net.URL url, boolean readonly, java.lang.String title)
           
abstract  SourceFactory createSourceFactory()
           
 Source get(int index)
           
 int getIndexOfFile(java.io.File saveAsFile)
           
 int size()
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SourceManager

public SourceManager()
メソッドの詳細

toString

public java.lang.String toString()

createSourceFactory

public abstract SourceFactory createSourceFactory()

createSource

public Source createSource(java.io.File file)
                    throws SourceException
例外:
SourceException

createSource

public Source createSource(java.net.URL url,
                           boolean readonly,
                           java.lang.String title)
                    throws SourceException
例外:
SourceException

createSource

public Source createSource()
                    throws SourceException
例外:
SourceException

close

public void close(int index)

get

public Source get(int index)

getIndexOfFile

public int getIndexOfFile(java.io.File saveAsFile)

size

public int size()

countDirtySources

public int countDirtySources()