jp.carabiner.inkpod.plugin
クラス PluginProxyInterfaceTable<P>

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.plugin.PluginProxyInterfaceTable<P>
直系の既知のサブクラス:
DefaultPluginProxyInterfaceTable

public abstract class PluginProxyInterfaceTable<P>
extends java.lang.Object


コンストラクタの概要
PluginProxyInterfaceTable()
           
 
メソッドの概要
 P getProxy(Plugin<?> plugin)
           
protected abstract  P newProxyObject(Plugin<?> plugin)
           
 void put(Plugin<?> plugin, P proxyObject)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PluginProxyInterfaceTable

public PluginProxyInterfaceTable()
メソッドの詳細

put

public void put(Plugin<?> plugin,
                P proxyObject)

getProxy

public P getProxy(Plugin<?> plugin)

newProxyObject

protected abstract P newProxyObject(Plugin<?> plugin)