|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentFactory<T extends java.awt.Component>
The ComponentFactory is used to create instances of the Component
type T.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
T createComponent()
java.lang.String getName()
javax.swing.Icon getIcon()
java.lang.String getToolTip()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||