インタフェース
jp.carabiner.inkpod.pi.PInkpodUI の使用

PInkpodUI を使用しているパッケージ
jp.carabiner.inkpod.pi Inkpodプラグイン(アプリ)がInkpodにアクセスするための基本的なインターフェースを提供します。 
jp.carabiner.inkpod.pi.event Inkpodのイベントを処理するための、イベントクラス、リスナーを提供します。 
 

jp.carabiner.inkpod.pi での PInkpodUI の使用
 

PInkpodUI を返す jp.carabiner.inkpod.pi のメソッド
 PInkpodUI PInkpod.getUi()
           
 

jp.carabiner.inkpod.pi.event での PInkpodUI の使用
 

PInkpodUI を返す jp.carabiner.inkpod.pi.event のメソッド
 PInkpodUI UIExtensionEvent.getInkpodUI()
           
 

PInkpodUI 型のパラメータを持つ jp.carabiner.inkpod.pi.event のコンストラクタ
UIExtensionEvent(PInkpodUI ui)