Uses of Class
gnu.jemacs.swt.SwtWindow

Packages that use SwtWindow
gnu.jemacs.swt   
 

Uses of SwtWindow in gnu.jemacs.swt
 

Methods in gnu.jemacs.swt with parameters of type SwtWindow
static StyledText SwtHelper.newStyledText(Composite parent, int style, StyledTextContent styledTextContent, SwtWindow swtWindow, int firstVisibleLine)
          Creates a StyledText instance with a given content, and an SwtWindow which will be installed as VerifyKeylistener, FocusListener, KeyListener and Mouselistener
 

Constructors in gnu.jemacs.swt with parameters of type SwtWindow
SwtFrame(SwtWindow window)