Class AbstractRequestHandler

    • Field Detail

      • m_Enabled

        protected boolean m_Enabled
        whether the handler is enabled.
    • Constructor Detail

      • AbstractRequestHandler

        public AbstractRequestHandler()
    • Method Detail

      • setEnabled

        public void setEnabled​(boolean value)
        Sets whether the handler is enabled.
        Parameters:
        value - true if enabled
      • getEnabled

        public boolean getEnabled()
        Returns whether the handler is enabled.
        Returns:
        true if enabled
      • enabledTipText

        public String enabledTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • insertHandler

        public static boolean insertHandler​(Object source,
                                            AbstractApplicationFrame app,
                                            RequestHandler handler)
        For inserting a request handler into the scripting engine.
        Parameters:
        source - the caller
        app - the application frame to update
        handler - the handler to insert
        Returns:
        true if not present and therefore inserted