Class PropertyKey


  • public class PropertyKey
    extends java.lang.Object
    A property key is a hashable combination of component + property name
    • Constructor Detail

      • PropertyKey

        public PropertyKey()
      • PropertyKey

        public PropertyKey​(java.awt.Component component,
                           java.lang.String propertyName)
    • Method Detail

      • getComponent

        public java.awt.Component getComponent()
      • getPropertyName

        public java.lang.String getPropertyName()
      • setComponent

        public void setComponent​(java.awt.Component component)
      • setPropertyName

        public void setPropertyName​(java.lang.String string)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object