Interface VisionCustomizer
- 
- All Superinterfaces:
 java.beans.Customizer
- All Known Implementing Classes:
 AbstractPanelCustomizer,AbstractTabbedCustomizer,AdvancedTableCustomizer,AlarmStatusTableCustomizer,ChartCustomizer,ColumnSelectorPanelCustomizer,DynamicPropertyProviderCustomizer,EasyChartCustomizer,LinearScaleCustomizer,NStateButtonCustomizer,PublicPrivateCustomPropertyCustomizer,ReportPanelCustomizer,RowSelectorTreeCustomizer,SeriesPropertiesCustomizer,StyleCustomizer,TableCustomizer,TabStripCustomizer,TemplateCanvasCustomizer,TreeViewCustomizer
public interface VisionCustomizer extends java.beans.Customizer 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVisionCustomizer.DisplayListenerOptional sub-interface for customizers that want to be notified when they are displayed 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()booleanexternalScroll()Return true if you want to be placed in a scroll pane externallyvoidsetContext(DesignerContext context)voidsetObjects(java.util.List<?> beans)voidsetOwner(javax.swing.JDialog dlg)booleantryCommit() 
 - 
 
- 
- 
Method Detail
- 
setObjects
void setObjects(java.util.List<?> beans)
 
- 
tryCommit
boolean tryCommit()
 
- 
cancel
void cancel()
 
- 
setOwner
void setOwner(javax.swing.JDialog dlg)
 
- 
setContext
void setContext(DesignerContext context)
 
- 
externalScroll
boolean externalScroll()
Return true if you want to be placed in a scroll pane externally 
 - 
 
 -