Interface IWorkbenchPart2

    • Method Detail

      • getPartName

        String getPartName()
        Returns the name of this part. If this value changes the part must fire a property listener event with IWorkbenchPartConstants.PROP_PART_NAME.
        Returns:
        the name of this view, or the empty string if the name is being managed by the workbench (not null)
      • getContentDescription

        String getContentDescription()
        Returns the content description of this part. The content description is an optional user-readable string that describes what is currently being displayed in the part. By default, the workbench will display the content description in a line near the top of the view or editor. An empty string indicates no content description text. If this value changes the part must fire a property listener event with IWorkbenchPartConstants.PROP_CONTENT_DESCRIPTION.
        Returns:
        the content description of this part (not null)