Uses of Class
org.praxislive.video.pgl.code.P2DCodeDelegate
-
Packages that use P2DCodeDelegate Package Description org.praxislive.video.pgl.code -
-
Uses of P2DCodeDelegate in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code that return types with arguments of type P2DCodeDelegate Modifier and Type Method Description CodeFactory.Task<P2DCodeDelegate>
P2DCodeFactory. task()
Method parameters in org.praxislive.video.pgl.code with type arguments of type P2DCodeDelegate Modifier and Type Method Description protected void
P2DCodeContext. configure(CodeComponent<P2DCodeDelegate> cmp, CodeContext<P2DCodeDelegate> oldCtxt)
protected void
P2DCodeContext. configure(CodeComponent<P2DCodeDelegate> cmp, CodeContext<P2DCodeDelegate> oldCtxt)
Constructors in org.praxislive.video.pgl.code with parameters of type P2DCodeDelegate Constructor Description P2DCodeConnector(CodeFactory.Task<P2DCodeDelegate> creator, P2DCodeDelegate delegate)
Constructor parameters in org.praxislive.video.pgl.code with type arguments of type P2DCodeDelegate Constructor Description P2DCodeConnector(CodeFactory.Task<P2DCodeDelegate> creator, P2DCodeDelegate delegate)
-