Class AbstractEventHandlersHandler

    • Constructor Detail

      • AbstractEventHandlersHandler

        public AbstractEventHandlersHandler()
    • Method Detail

      • getActiveEventHandlersEditor

        protected EventHandlersEditor getActiveEventHandlersEditor​(org.eclipse.core.commands.ExecutionEvent event)
        Returns active subscriptions editor.
        Parameters:
        event - - event. Can't be null.
        Returns:
        active subscriptions editor. Can return null.
      • getBaseConfiguration

        protected Configuration getBaseConfiguration​(IV8Project v8Project)
        Returns base project configuration for given v8 project.
        Parameters:
        v8Project - - v8 project to get base project configuration. Can be null.
        Returns:
        base project configuration for given v8 project. Can return null.