Package com.xinapse.image
Interface ImageSelectionGroupPanel.ComponentGenerator
- All Known Implementing Classes:
IntensityRelation.PanelGenerator
- Enclosing class:
- ImageSelectionGroupPanel
public static interface ImageSelectionGroupPanel.ComponentGenerator
An interface implemented by classes that want to be able to generate user components
to put into an
ImageSelectionGroupPanel
.-
Method Summary
Modifier and TypeMethodDescriptiongetComponent
(int componentNumber) Causes thisImageSelectionGroupPanel.ComponentGenerator
to generate a new user component.
-
Method Details
-
getComponent
Causes thisImageSelectionGroupPanel.ComponentGenerator
to generate a new user component.- Parameters:
componentNumber
- an identifier which can be used in the contruction of the component to identify its location in theImageSelectionGroupPanel
.- Returns:
- the new component.
-