- java.lang.Object
-
- org.praxislive.code.CodeContextFactoryService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCodeContextFactoryService.Result<D extends CodeDelegate>static classCodeContextFactoryService.Task<D extends CodeDelegate>-
Nested classes/interfaces inherited from interface org.praxislive.core.Protocol
Protocol.Type<T extends Protocol>, Protocol.TypeProvider
-
-
Field Summary
Fields Modifier and Type Field Description static StringNEW_CONTEXTstatic ControlInfoNEW_CONTEXT_INFO
-
Constructor Summary
Constructors Constructor Description CodeContextFactoryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<String>controls()ControlInfogetControlInfo(String control)
-
-
-
Field Detail
-
NEW_CONTEXT
public static final String NEW_CONTEXT
- See Also:
- Constant Field Values
-
NEW_CONTEXT_INFO
public static final ControlInfo NEW_CONTEXT_INFO
-
-
Method Detail
-
getControlInfo
public ControlInfo getControlInfo(String control)
- Specified by:
getControlInfoin interfaceProtocol
-
-