Class AbstractPopupCustomizer<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer>

    • Constructor Detail

      • AbstractPopupCustomizer

        public AbstractPopupCustomizer()
    • Method Detail

      • getName

        public abstract String getName()
        The name.
        Returns:
        the name
      • getGroup

        public abstract String getGroup()
        The group this customizer belongs to.
        Returns:
        the group
      • handles

        public abstract boolean handles​(DataContainerPanelWithContainerList<T,​M,​C> panel)
        Checks whether this action can handle the panel.
        Parameters:
        panel - the panel to check
        Returns:
        true if handled