gnu.jemacs.swt
Class SwtWindowWidget
java.lang.Object
Composite
gnu.jemacs.swt.SwtWindowWidget
public class SwtWindowWidget
- extends Composite
Class to do the graphical representation of an JEmacs window.
It contains a text area (styledtext) for displaying the buffer, and a
label displaying the modeline.
Constructor Summary |
SwtWindowWidget(Composite parent,
StyledTextContent styledTextContent,
int firstVisibleLine)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwtWindowWidget
public SwtWindowWidget(Composite parent,
StyledTextContent styledTextContent,
int firstVisibleLine)
getStyledText
public StyledText getStyledText()
getModeline
public StyledText getModeline()