Class MutableProperty

  • All Implemented Interfaces:
    net.eksb.kswingutil.property.Property

    
    public final class MutableProperty<T extends Object>
     implements Property<T>
                        

    A mutable property.

    When used in Swing, modification of value and addition/removal of listeners should only happen on the event dispatch thread.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T value
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableProperty(T initialValue)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description