public class NotesUI
extends Object
Implements the Notepad pane.
- Author:
- Tiago Ferreira
-
Constructor Summary
Constructors
Constructs a Notepad instance.
-
Method Summary
Returns a reference to the underlying editor pane.
Returns the assembled Notepad panel.
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NotesUI
public NotesUI(SNTUI sntui)
Constructs a Notepad instance.
- See Also:
-
-
Method Details
-
getEditor
Returns a reference to the underlying editor pane.
-
getPanel
Returns the assembled Notepad panel.
-
load
public void load(File file)
-
save
public void save(File file)
-
computationSettings
public String computationSettings()