Package com.inductiveautomation.rm.base
Interface RMPropertyChanger
- 
- All Known Implementing Classes:
- AbstractButtonShape,- AbstractJ2DShape,- AbstractXYChart,- Barcode,- CategoryChart,- ClassSite,- Condition,- ConditionList,- DirSite,- EclipseSite,- Entity,- FileSite,- HTTPSite,- JarFileSite,- JarFileSite.JarDataFile,- JButtonShape,- JCheckBoxMenuItemShape,- JCheckBoxShape,- JComboBoxShape,- JComponentShape,- JFormattedTextFieldShape,- JLabelShape,- JListShape,- JMenuBarShape,- JMenuItemShape,- JMenuShape,- JPasswordFieldShape,- JPopupMenuShape,- JProgressBarShape,- JRadioButtonMenuItemShape,- JRadioButtonShape,- JScrollPaneShape,- JSeparatorShape,- JSliderShape,- JSpinnerShape,- JSplitPaneShape,- JTabbedPaneShape,- JTableColumnShape,- JTableShape,- JTextAreaShape,- JTextComponentShape,- JTextFieldShape,- JToggleButtonShape,- JTreeShape,- LabeledShape,- LocalSite,- PDFAnnotation,- PDFAnnotation.Link,- PDFFile,- PDFPagesTree,- PDFStream,- PieChart,- Property,- Query,- ReportOwner.ShapeList,- RJColorWellShape,- RJCustomViewShape,- RJMenuButtonShape,- RJThumbWheelShape,- RMAnimator,- RMAnimPathShape,- RMAnimPathShape.RMAnimPathGroup,- RMAnimUtils,- RMAWTUtils,- RMBlurEffect,- RMBorderStroke,- RMByteArray,- RMChiselEffect,- RMContourFill,- RMCrossTab,- RMCrossTabCell,- RMCrossTabDivider,- RMCrossTabFrame,- RMDocument,- RMDoubleStroke,- RMEditorShape,- RMEditorTextEditor,- RMEffect,- RMEmbossEffect,- RMFill,- RMFlowShape,- RMGradientFill,- RMGraph,- RMGraphLegend,- RMGraphPartBars,- RMGraphPartLabelAxis,- RMGraphPartPie,- RMGraphPartSeries,- RMGraphPartValueAxis,- RMGraphRPGBar.BarGraphShape2D,- RMGrouper,- RMGrouping,- RMHitInfo,- RMImageEffect,- RMImageFill,- RMImageShape,- RMKeyFrame,- RMKeyValue,- RMLabel,- RMLabels,- RMLineShape,- RMLineShape.ArrowHead,- RMLinkedText,- RMLogger,- RMLogger.CompositeLogger,- RMLogger.NoOp,- RMLogger.PrintStreamLogger,- RMMorphShape,- RMNestedDoc,- RMObject,- RMOvalShape,- RMPage,- RMPageLayer,- RMPaintbot,- RMPainterShape,- RMParentShape,- RMPDFWriter,- RMPencilShape,- RMPolygonShape,- RMRadialGradientFill,- RMRectShape,- RMReflectionEffect,- RMScene3D,- RMScene3D.RMShape3D,- RMShadowEffect,- RMShape,- RMShapeTable.STCell,- RMSize,- RMSoundShape,- RMSpringShape,- RMStarShape,- RMStringWriter,- RMStroke,- RMSubreport,- RMSwitchShape,- RMTable,- RMTableGroup,- RMTableRow,- RMTableRowRPG,- RMTableRPG,- RMText,- RMTextEditor,- RMTextShape,- RMTimeline,- RMTransform,- RMViewerShape,- RMXString,- SandboxSite,- Schema,- SnapSite,- SpringsPaneShape,- SPRunner,- SwingRunner,- SwitchPaneShape,- Text,- TextLine,- TextRect,- TextToken,- TimeseriesChart,- WebFile,- WebSite,- XYChart,- ZipFileSite,- ZipFileSite.ZipDataFile
 
 public interface RMPropertyChangerAn interface for objects that let others listen in to property changes.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPropertyChangeListener(java.beans.PropertyChangeListener aListener)Add a property change listener.voidremovePropertyChangeListener(java.beans.PropertyChangeListener aListener)Remove a property change listener.
 
-