Class SpatialFunctionPanelEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SpatialFunctionPanelEvent
    extends java.util.EventObject
    Title: Description: Copyright: Copyright (c) 2001 Company:
    Version:
    1.7
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean createNew  
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCreateNew()  
      • 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

      • createNew

        private boolean createNew
    • Constructor Detail

      • SpatialFunctionPanelEvent

        public SpatialFunctionPanelEvent​(java.lang.Object source)
      • SpatialFunctionPanelEvent

        public SpatialFunctionPanelEvent​(java.lang.Object source,
                                         boolean createNew)
    • Method Detail

      • isCreateNew

        public boolean isCreateNew()