Class DesignerPropFactoryInterface

  • All Implemented Interfaces:
    IPropFactory

    public class DesignerPropFactoryInterface
    extends java.lang.Object
    implements IPropFactory
    Interface used by the Designer to process Designer-specific tasks that should not be available in the Server or Client.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidprocessQueryDesignerProps​(PropReference ref, GEvent event)
      Requests processing of the method by the Designer factory interface, done when the PropReference gets the GEvent.PROP_QUERY_DESIGNER_PROPS event.
      • Methods inherited from class java.lang.Object

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

      • DesignerPropFactoryInterface

        public DesignerPropFactoryInterface()
    • Method Detail

      • processQueryDesignerProps

        public void processQueryDesignerProps​(PropReference ref,
                                              GEvent event)
        Requests processing of the method by the Designer factory interface, done when the PropReference gets the GEvent.PROP_QUERY_DESIGNER_PROPS event.
        Specified by:
        processQueryDesignerProps in interface IPropFactory
        Parameters:
        ref - The property reference instance.
        event - The event.