Class FilterTableEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class FilterTableEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String objectName  
      boolean visible  
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • objectName

        public java.lang.String objectName
      • visible

        public boolean visible
    • Constructor Detail

      • FilterTableEvent

        public FilterTableEvent​(QueryBuilder sender,
                                java.lang.String objectName)