public static interface MultiController.ControllerFactory<C>
Modifier and Type | Method and Description |
---|---|
C |
createController()
Creates an instance of the controller.
|
Configger |
getConfigger(C controller)
Returns an object capable of extraction configuration information
from a controller instance.
|
int |
getControlCount()
Returns the number of stack controls this controller manages.
|
Control[] |
getControls(C controller)
Returns the stack controls associated with a controller instance.
|
C createController()
int getControlCount()
getControls
Control[] getControls(C controller)
controller
- controller objectCopyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.