Package edu.wpi.grip.ui.pipeline.source
Class SourceControllerFactory
- java.lang.Object
-
- edu.wpi.grip.ui.pipeline.source.SourceControllerFactory
-
public class SourceControllerFactory extends java.lang.Object
BaseSourceControllerFactory for creating views to control sources.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S extends Source>
SourceController<S>create(S source)
Create an instance ofSourceController
appropriate for the given socket.
-
-
-
Method Detail
-
create
public <S extends Source> SourceController<S> create(S source)
Create an instance ofSourceController
appropriate for the given socket.- Type Parameters:
S
- The type of the source- Parameters:
source
- The source to create the view for- Returns:
- The appropriate SourceController.
-
-