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,- RMCrossTabColDivider,- RMCrossTabDivider,- RMCrossTabFrame,- RMCrossTabRowDivider,- 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,- RMTableRowCellTextShape,- RMTableRowRPG,- RMTableRPG,- RMText,- RMTextEditor,- RMTextShape,- RMTimeline,- RMTransform,- RMViewerShape,- RMXString,- SandboxSite,- Schema,- ScriptableChart,- SnapSite,- SpringsPaneShape,- SPRunner,- SwingRunner,- SwitchPaneShape,- Text,- TextLine,- TextRect,- TextToken,- TimeseriesChart,- WebFile,- WebSite,- XYChart,- ZipFileSite,- ZipFileSite.ZipDataFile
public interface RMPropertyChanger
An interface for objects that let others listen in to property changes.
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddPropertyChangeListener(PropertyChangeListener aListener) Add a property change listener.voidRemove a property change listener.
- 
Method Details- 
addPropertyChangeListenerAdd a property change listener.
- 
removePropertyChangeListenerRemove a property change listener.
 
-