edu.oit.cst407.lcbell.texteditor
Class TextEditorGUI

java.lang.Object
  |
  +--java.util.Observable
        |
        +--edu.oit.cst407.lcbell.texteditor.TextEditorGUI

public class TextEditorGUI
extends java.util.Observable


Field Summary
protected  javax.swing.undo.UndoManager undoMGR
          components declaration
 
Constructor Summary
TextEditorGUI()
          Creates new GUI
 
Method Summary
protected  void displayAboutInfo()
           
 void getHelp()
           
 java.lang.String getMainTextAreaText()
           
 boolean getSaveConfirmation()
           
 boolean getWordWrapOption()
           
 boolean isEditable()
           
protected  void replaceText(int input)
           
protected  void setPathTextField(java.io.File input)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

undoMGR

protected javax.swing.undo.UndoManager undoMGR
components declaration
Constructor Detail

TextEditorGUI

public TextEditorGUI()
Creates new GUI
Method Detail

setPathTextField

protected void setPathTextField(java.io.File input)

getMainTextAreaText

public java.lang.String getMainTextAreaText()

getHelp

public void getHelp()

replaceText

protected void replaceText(int input)

isEditable

public boolean isEditable()

displayAboutInfo

protected void displayAboutInfo()

getSaveConfirmation

public boolean getSaveConfirmation()

getWordWrapOption

public boolean getWordWrapOption()