JET

edu.utep.cs.et.gui
Interface StatusBar

All Known Implementing Classes:
DefaultStatusBar

interface StatusBar

An interface to the status bar. A status bar displays the current file name and line and column numbers of the document being edited by the built-in editor.

Author:
Yoonsik Cheon

Method Summary
 FileChangeListener getFileChangeListener()
          Returns a file change listener that listens to the opening and closing of the file being edited by the editor.
 LineChangeListener getLineChangeListener()
          Returns a line change listener that listens to the changes of line and column numbers of the document being edited by the editor.
 JComponent getView()
          Returns the status pane that can be added to the main GUI.
 

Method Detail

getView

JComponent getView()
Returns the status pane that can be added to the main GUI.


getLineChangeListener

LineChangeListener getLineChangeListener()
Returns a line change listener that listens to the changes of line and column numbers of the document being edited by the editor. The line and column numbers are displayed on the status bar.


getFileChangeListener

FileChangeListener getFileChangeListener()
Returns a file change listener that listens to the opening and closing of the file being edited by the editor. The file name is displayed on the status bar.


JET

JET is Copyright (C) 2005-2007 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.