Class BaseGuiContextHandler<T extends IGuiContextHandler>

    • Constructor Detail

      • BaseGuiContextHandler

        public BaseGuiContextHandler()
    • Method Detail

      • getContextId

        public abstract String getContextId()
      • getPluginActions

        protected List<GuiAction> getPluginActions​(boolean sortActionsById)
        Create a list of supported actions from the plugin GUI registry. If this is indicated as such the actions will be sorted by ID to deliver a consistent user experience. The actions are picked up from GuiContextAction annotations in the GuiPlugin classes.
        Parameters:
        sortActionsById - true if the actions need to be sorted by ID
        Returns:
        The list of supported actions