Package com.inductiveautomation.rm.shape
Interface RMShapeSelfInit
- All Known Implementing Classes:
AbstractXYChart
,Barcode
,RMCrossTab
,RMTable
,TimeseriesChart
,XYChart
public interface RMShapeSelfInit
Shapes 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 Summary
-
Method Details
-
selfInit
void selfInit()
-