Interface IEASyEditorPage

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.swt.widgets.Composite getContentPane()
      Returns the content pane of this editor page.
      org.eclipse.swt.widgets.Display getDisplay()
      Returns the Display that is associated with the receiver.
      java.lang.String getPageText()
      Returns the text label for the editor page.
      boolean isDisposed()
      Returns whether the editor page is disposed.
      void refresh()
      Refreshes the shown content of the current project.
      void setDirty()
      Informs all IEASyPageListener that this page became dirty.
    • Method Detail

      • setDirty

        void setDirty()
        Informs all IEASyPageListener that this page became dirty.
      • getContentPane

        org.eclipse.swt.widgets.Composite getContentPane()
        Returns the content pane of this editor page.
        Returns:
        The content pane of this editor page
      • getDisplay

        org.eclipse.swt.widgets.Display getDisplay()
        Returns the Display that is associated with the receiver.
        Returns:
        the receiver's display (may be null if disposed)
      • getPageText

        java.lang.String getPageText()
        Returns the text label for the editor page. This is for creating labels/tabs in an editor.
        Returns:
        The text label for the editor page (must not be null).
      • refresh

        void refresh()
        Refreshes the shown content of the current project. This method should be calles if the contant inside the editor has been changed and should also affect other editor parts.
      • isDisposed

        boolean isDisposed()
        Returns whether the editor page is disposed.
        Returns:
        true if the editor page is disposed, false else