Class TextView

  • All Implemented Interfaces:
    View

    public class TextView
    extends AbstractView
    A simple MDI text editor view. FIXME
    Version:
    $Id$
    Author:
    Michael Shilman
    • Method Detail

      • getComponent

        public javax.swing.JComponent getComponent()
        Description copied from class: AbstractView
        Return the component that implements the display of this view. The returned object should be a unique object that corresponds to this view.
        Specified by:
        getComponent in interface View
        Specified by:
        getComponent in class AbstractView
      • getShortTitle

        public java.lang.String getShortTitle()
        Description copied from class: AbstractView
        Get the short title of this document. The short title is used in situations where the regular title is likely to be too long, such as iconified windows, menus, and so on.
        Specified by:
        getShortTitle in interface View
        Specified by:
        getShortTitle in class AbstractView