Class AbstractAnnotationsDisplayPanel

    • Constructor Detail

      • AbstractAnnotationsDisplayPanel

        public AbstractAnnotationsDisplayPanel()
    • Method Detail

      • initialize

        protected void initialize()
        Initializes the members.
        Overrides:
        initialize in class BasePanel
      • setOwner

        public void setOwner​(ObjectAnnotationPanel value)
        Sets the owning panel.
        Parameters:
        value - the owner
      • setPrefix

        public void setPrefix​(String value)
        Sets the prefix to use.
        Parameters:
        value - the prefix
      • getPrefix

        public String getPrefix()
        Returns the prefix in use.
        Returns:
        the prefix
      • setReport

        public abstract void setReport​(Report value)
        Sets the report to get the annotations from.
        Parameters:
        value - the report
      • getReport

        public abstract Report getReport()
        Returns the report with the annotations.
        Returns:
        the report
      • setObjects

        public abstract void setObjects​(LocatedObjects value)
        Sets the annotations.
        Parameters:
        value - the objects
      • getObjects

        public abstract LocatedObjects getObjects()
        Returns the annotations.
        Returns:
        the objects
      • cleanUp

        public void cleanUp()
        Cleans up data structures, frees up memory.
        Specified by:
        cleanUp in interface CleanUpHandler