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

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.plugin.PluginProxyInterfaceTable<P>
      上位を拡張 jp.carabiner.inkpod.plugin.DefaultPluginProxyInterfaceTable<P>

public class DefaultPluginProxyInterfaceTable<P>
extends PluginProxyInterfaceTable<P>


コンストラクタの概要
DefaultPluginProxyInterfaceTable(java.lang.Class<? extends P> interfaceClass, java.lang.Class<?>[] otherInterfaceClasses, java.lang.Object target)
           
DefaultPluginProxyInterfaceTable(java.lang.Class<? extends P> interfaceClass, java.lang.Object target)
           
 
メソッドの概要
protected  P newProxyObject(Plugin<?> plugin)
           
 
クラス jp.carabiner.inkpod.plugin.PluginProxyInterfaceTable から継承されたメソッド
getProxy, put
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultPluginProxyInterfaceTable

public DefaultPluginProxyInterfaceTable(java.lang.Class<? extends P> interfaceClass,
                                        java.lang.Object target)

DefaultPluginProxyInterfaceTable

public DefaultPluginProxyInterfaceTable(java.lang.Class<? extends P> interfaceClass,
                                        java.lang.Class<?>[] otherInterfaceClasses,
                                        java.lang.Object target)
メソッドの詳細

newProxyObject

protected P newProxyObject(Plugin<?> plugin)
定義:
クラス PluginProxyInterfaceTable<P> 内の newProxyObject