com.xinapse.multisliceimage
Interface ImageSelectionGroupPanel.ComponentGenerator
- 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 |
java.awt.Component |
getComponent(int componentNumber)
Causes this ComponentGenerator to generate a new user component. |
getComponent
java.awt.Component getComponent(int componentNumber)
- Causes this 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 the ImageSelectionGroupPanel.
- Returns:
- the new component.
Copyright 2006-2008 Xinapse Systems Limited. All Rights Reserved.