Package com.inductiveautomation.rm.shape
Interface RMShapeSelfInit
- 
- All Known Implementing Classes:
- AbstractXYChart,- Barcode,- RMCrossTab,- RMTable,- TimeseriesChart,- XYChart
 
 public interface RMShapeSelfInitShapes can implement this and the selfInit() function will be called once when the shape is first created in the designer. Used to accomplish what the shape-specific RMTools used to be used for
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselfInit()
 
-