Interface ComponentInstantiator
- 
- All Known Subinterfaces:
- PaletteItem
 - All Known Implementing Classes:
- AbstractPaletteItem,- JavaBeanPaletteItem,- SerializedPaletteItem
 
 public interface ComponentInstantiator
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.JComponentcreateComponent(VisionDesignerInterface context, javax.swing.JComponent dropContainer)Create a new instance of the component that this item representsjava.lang.StringgetDisplayName()The name of the type of component that will be created
 
- 
- 
- 
Method Detail- 
getDisplayNamejava.lang.String getDisplayName() The name of the type of component that will be created
 - 
createComponentjavax.swing.JComponent createComponent(VisionDesignerInterface context, javax.swing.JComponent dropContainer) throws java.lang.Exception Create a new instance of the component that this item represents- Throws:
- java.lang.Exception
 
 
- 
 
-