public interface ComponentFactory<T extends java.awt.Component>
Component
 type T.| Modifier and Type | Method and Description | 
|---|---|
T | 
createComponent()
Create an instance of the component. 
 | 
javax.swing.Icon | 
getIcon()
Get the icon for the component. 
 | 
java.lang.String | 
getName()
Get the display name of the component. 
 | 
java.lang.String | 
getToolTip()
Get the tool-tip for the component. 
 | 
T createComponent()
java.lang.String getName()
javax.swing.Icon getIcon()
java.lang.String getToolTip()