Class AbstractProperties<K>

    • Constructor Detail

      • AbstractProperties

        public AbstractProperties()
    • Method Detail

      • addPropertiesListener

        public void addPropertiesListener​(PropertiesListener listener)
        Description copied from interface: Properties
        Add a listener to the list that's notified each time a change to the properties occurs.
        Specified by:
        addPropertiesListener in interface Properties<K>
        Parameters:
        listener - the PropertiesListener
      • addWeakPropertiesListener

        public void addWeakPropertiesListener​(PropertiesListener listener)
        Description copied from interface: Properties
        Add a listener to the list that's notified each time a change to the properties occurs. The listener will automatically be disposed of should no other object have a reference to it.
        Specified by:
        addWeakPropertiesListener in interface Properties<K>
        Parameters:
        listener - the PropertiesListener
      • removePropertiesListener

        public void removePropertiesListener​(PropertiesListener listener)
        Description copied from interface: Properties
        Remove a listener to the list that's notified each time a change to the properties occurs.
        Specified by:
        removePropertiesListener in interface Properties<K>
        Parameters:
        listener - the SelectionListener
      • notifyPropertyChanged

        protected void notifyPropertyChanged​(K name,
                                             PropertyEvent event)