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
クラス 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()