Interface IMetadataEditor<T extends IHopMetadata>

    • Method Detail

      • getMetadata

        T getMetadata()
      • setMetadata

        void setMetadata​(T metadata)
      • getTitle

        String getTitle()
        Return the title of the editor
        Returns:
        The title of this editor
      • getTitleImage

        org.eclipse.swt.graphics.Image getTitleImage()
        Returns the title image of this editor
        Returns:
      • getTitleToolTip

        String getTitleToolTip()
        Returns the title tool tip text of this editor
        Returns:
      • createControl

        void createControl​(org.eclipse.swt.widgets.Composite _parent)
      • hasChanged

        boolean hasChanged()
        Returns whether the contents of this editor have changed since the last save operation.
        Returns:
      • setChanged

        void setChanged()
        Flag the editor as changed
      • resetChanged

        void resetChanged()
        Clear the changed flag
      • setFocus

        boolean setFocus()
      • dispose

        void dispose()