Interface SharedCustomizer

  • All Implemented Interfaces:
    java.beans.Customizer

    
    public interface SharedCustomizer
     implements Customizer
                        

    Tagging interface to mark a customizer class as shareable among elements of the same type.

    The interface is equivalent to Customizer -- the only difference is that setElement can be called multiple times to change the element it works on.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.beans.Customizer

        addPropertyChangeListener, removePropertyChangeListener, setObject
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail