jp.carabiner.treeeditor.js.io
クラス JSLocalFileFormat

java.lang.Object
  上位を拡張 jp.carabiner.treeeditor.js.io.JSFormat<CustomFileType>
      上位を拡張 jp.carabiner.treeeditor.js.io.JSLocalFileFormat
すべての実装されたインタフェース:
JSComponent<jp.carabiner.treeeditor.io.ModelType>

public class JSLocalFileFormat
extends JSFormat<CustomFileType>

ローカルファイルタイプです。


入れ子のクラスの概要
 
インタフェース jp.carabiner.treeeditor.js.JSComponent から継承された入れ子のクラス/インタフェース
JSComponent.AttachContext<T>
 
コンストラクタの概要
JSLocalFileFormat(JSAppContext appOwner, JSComponent<jp.carabiner.treeeditor.io.ModelType> parent, CustomFileType type)
          構築します。
 
メソッドの概要
 String getDescription()
          説明を取得します。
 String getExt()
           
 org.mozilla.javascript.Callable getLoadCallback()
           
 org.mozilla.javascript.Callable getLoadConfirmCallback()
           
 Pattern getPattern()
           
 org.mozilla.javascript.Callable getSaveCallback()
           
 org.mozilla.javascript.Callable getSaveConfirmCallback()
           
 void setDescription(String description)
           
 void setExt(String ext)
           
 void setLoadCallback(org.mozilla.javascript.Callable loadCallback)
           
 void setLoadConfirmCallback(org.mozilla.javascript.Callable loadConfirmCallback)
           
 void setPattern(Pattern pattern)
           
 void setSaveCallback(org.mozilla.javascript.Callable saveCallback)
           
 void setSaveConfirmCallback(org.mozilla.javascript.Callable saveConfirmCallback)
           
 
クラス jp.carabiner.treeeditor.js.io.JSFormat から継承されたメソッド
accept, createFormat, equals, getCore, getCoreForAttach, getCoreForDetach, getParentNode, getType, getTypeObject, hashCode, isLoadSupport, isSaveSupport
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JSLocalFileFormat

public JSLocalFileFormat(JSAppContext appOwner,
                         JSComponent<jp.carabiner.treeeditor.io.ModelType> parent,
                         CustomFileType type)
構築します。

パラメータ:
appOwner - アプリケーションオーナー。nullは不可。
parent - 親。nullは不可。
type - タイプ。nullは不可。
メソッドの詳細

getLoadCallback

public org.mozilla.javascript.Callable getLoadCallback()

setLoadCallback

public void setLoadCallback(org.mozilla.javascript.Callable loadCallback)

getSaveCallback

public org.mozilla.javascript.Callable getSaveCallback()

setSaveCallback

public void setSaveCallback(org.mozilla.javascript.Callable saveCallback)

getLoadConfirmCallback

public org.mozilla.javascript.Callable getLoadConfirmCallback()

setLoadConfirmCallback

public void setLoadConfirmCallback(org.mozilla.javascript.Callable loadConfirmCallback)

getSaveConfirmCallback

public org.mozilla.javascript.Callable getSaveConfirmCallback()

setSaveConfirmCallback

public void setSaveConfirmCallback(org.mozilla.javascript.Callable saveConfirmCallback)

getDescription

public String getDescription()
クラス JSFormat の記述:
説明を取得します。

オーバーライド:
クラス JSFormat<CustomFileType> 内の getDescription
戻り値:
説明。

setDescription

public void setDescription(String description)

getPattern

public Pattern getPattern()

setPattern

public void setPattern(Pattern pattern)

getExt

public String getExt()

setExt

public void setExt(String ext)