インタフェース
jp.oarts.pirka.iop.tool.core.business.InterfaceDesignerPlugin の使用

InterfaceDesignerPlugin を使用しているパッケージ
jp.oarts.pirka.iop.tool.core.business   
jp.oarts.pirka.iop.tool.core.plugin.in   
jp.oarts.pirka.iop.tool.core.plugin.in.database   
jp.oarts.pirka.iop.tool.web.plugin   
 

jp.oarts.pirka.iop.tool.core.business での InterfaceDesignerPlugin の使用
 

InterfaceDesignerPlugin を返す jp.oarts.pirka.iop.tool.core.business のメソッド
 InterfaceDesignerPlugin PluginManager.getInterfaceDesignerPlugin(java.lang.String name)
          指定されたプラグイン名よりインターフェースデザインオブジェクトを取得する
 InterfaceDesignerPlugin[] PluginManager.getInterfaceDesignerPluginList()
          現在管理しているインターフェースデザインオブジェクトの一覧を取得する
 

jp.oarts.pirka.iop.tool.core.plugin.in での InterfaceDesignerPlugin の使用
 

InterfaceDesignerPlugin を実装している jp.oarts.pirka.iop.tool.core.plugin.in のクラス
 class CopyInterfaceDesigner
          インタフェースコピー・ファイルデザイナープラグイン
 class CsvFileInterfaceDesigner
          CSVファイル読込・ファイルデザイナーインターフェース
 class PirkaHtmlFileInterfaceDesigner
          Pirka用HTMLファイル読込・ファイルクリエータープラグイン
 

jp.oarts.pirka.iop.tool.core.plugin.in.database での InterfaceDesignerPlugin の使用
 

InterfaceDesignerPlugin を実装している jp.oarts.pirka.iop.tool.core.plugin.in.database のクラス
 class DatabaseInterfaceDesigner
          データベースメタ情報読込・ファイルデザイナーインターフェース
 

jp.oarts.pirka.iop.tool.web.plugin での InterfaceDesignerPlugin の使用
 

InterfaceDesignerPlugin 型のパラメータを持つ jp.oarts.pirka.iop.tool.web.plugin のコンストラクタ
ExecuteInterfaceDesigner(InterfaceDesignerPlugin plugin, java.util.HashMap<java.lang.String,ParameterData> dataMap, InterfaceProject interfaceProject)
          コンストラクタ