Uses of Class
jexer.TApplication
-
Packages that use TApplication Package Description jexer Jexer - Java Text User Interface libraryjexer.backend The interface between TApplication and user-facing I/O.jexer.demos Demonstration programs.jexer.menu Menu bar support classes.jexer.ttree TTreeView and supporting classes.xtwm.ui Main user interface. -
-
Uses of TApplication in jexer
Methods in jexer that return TApplication Modifier and Type Method Description TApplication
TWidget. getApplication()
Get this TWidget's parent TApplication.TApplication
TWindow. getApplication()
Get this TWindow's parent TApplication.Constructors in jexer with parameters of type TApplication Constructor Description TDesktop(TApplication parent)
Public constructor.TEditColorThemeWindow(TApplication application)
Public constructor.TEditorWindow(TApplication parent)
Public constructor.TEditorWindow(TApplication parent, java.io.File file)
Public constructor opens a file.TEditorWindow(TApplication parent, java.lang.String title)
Public constructor sets window title.TEditorWindow(TApplication parent, java.lang.String title, java.lang.String contents)
Public constructor sets window title and contents.TExceptionDialog(TApplication application, java.lang.Throwable exception)
Public constructor.TFileOpenBox(TApplication application, java.lang.String path, TFileOpenBox.Type type)
Public constructor.TFileOpenBox(TApplication application, java.lang.String path, TFileOpenBox.Type type, java.util.List<java.lang.String> filters)
Public constructor.THelpWindow(TApplication application)
Public constructor.THelpWindow(TApplication application, java.lang.String topic)
Public constructor.THelpWindow(TApplication application, Topic topic)
Public constructor.TImageWindow(TApplication parent, java.io.File file)
Public constructor opens a file.TImageWindow(TApplication parent, java.io.File file, int x, int y, int width, int height)
Public constructor opens a file.TInputBox(TApplication application, java.lang.String title, java.lang.String caption)
Public constructor.TInputBox(TApplication application, java.lang.String title, java.lang.String caption, java.lang.String text)
Public constructor.TInputBox(TApplication application, java.lang.String title, java.lang.String caption, java.lang.String text, TMessageBox.Type type)
Public constructor.TMessageBox(TApplication application, java.lang.String title, java.lang.String caption)
Public constructor.TMessageBox(TApplication application, java.lang.String title, java.lang.String caption, TMessageBox.Type type)
Public constructor.TMessageBox(TApplication application, java.lang.String title, java.lang.String caption, TMessageBox.Type type, boolean yield)
Public constructor.TScreenOptionsWindow(TApplication application)
Public constructor.TScrollableWindow(TApplication application, java.lang.String title, int width, int height)
Public constructor.TScrollableWindow(TApplication application, java.lang.String title, int width, int height, int flags)
Public constructor.TScrollableWindow(TApplication application, java.lang.String title, int x, int y, int width, int height)
Public constructor.TScrollableWindow(TApplication application, java.lang.String title, int x, int y, int width, int height, int flags)
Public constructor.TTableWindow(TApplication parent, java.io.File csvFile)
Public constructor loads a grid from a RFC4180 CSV file.TTableWindow(TApplication parent, java.lang.String title)
Public constructor sets window title.TTerminalWindow(TApplication application, int x, int y, int flags)
Public constructor spawns a shell.TTerminalWindow(TApplication application, int x, int y, int flags, boolean closeOnExit)
Public constructor spawns a shell.TTerminalWindow(TApplication application, int x, int y, int flags, java.lang.String[] command)
Public constructor spawns a custom command line.TTerminalWindow(TApplication application, int x, int y, int flags, java.lang.String[] command, boolean closeOnExit)
Public constructor spawns a custom command line.TTerminalWindow(TApplication application, int x, int y, java.lang.String commandLine)
Public constructor spawns a custom command line.TTerminalWindow(TApplication application, int x, int y, java.lang.String commandLine, boolean closeOnExit)
Public constructor spawns a custom command line.TWindow(TApplication application, java.lang.String title, int width, int height)
Public constructor.TWindow(TApplication application, java.lang.String title, int width, int height, int flags)
Public constructor.TWindow(TApplication application, java.lang.String title, int x, int y, int width, int height)
Public constructor.TWindow(TApplication application, java.lang.String title, int x, int y, int width, int height, int flags)
Public constructor. -
Uses of TApplication in jexer.backend
Methods in jexer.backend with parameters of type TApplication Modifier and Type Method Description void
TWindowBackend. setOtherApplication(TApplication application)
Set the other screen's application.Constructors in jexer.backend with parameters of type TApplication Constructor Description TWindowBackend(java.lang.Object listener, TApplication application, java.lang.String title, int width, int height)
Public constructor.TWindowBackend(java.lang.Object listener, TApplication application, java.lang.String title, int width, int height, int flags)
Public constructor.TWindowBackend(java.lang.Object listener, TApplication application, java.lang.String title, int x, int y, int width, int height)
Public constructor.TWindowBackend(java.lang.Object listener, TApplication application, java.lang.String title, int x, int y, int width, int height, int flags)
Public constructor. -
Uses of TApplication in jexer.demos
Subclasses of TApplication in jexer.demos Modifier and Type Class Description class
DemoApplication
The demo application itself.class
DesktopDemoApplication
The demo application itself.Constructors in jexer.demos with parameters of type TApplication Constructor Description DemoEditorWindow(TApplication parent)
Public constructor.DemoEditorWindow(TApplication parent, java.lang.String title, java.lang.String text)
Public constructor makes a text window out of any string.DemoMainWindow(TApplication parent)
Construct demo window.DemoTableWindow(TApplication parent)
Public constructor.DemoTableWindow(TApplication parent, java.lang.String title)
Public constructor makes a text window out of any string.DemoTextWindow(TApplication parent)
Public constructor.DemoTextWindow(TApplication parent, java.lang.String title, java.lang.String text)
Public constructor makes a text window out of any string.DemoTreeViewWindow(TApplication parent)
Public constructor.DesktopDemo(TApplication parent)
Public constructor. -
Uses of TApplication in jexer.menu
Constructors in jexer.menu with parameters of type TApplication Constructor Description TMenu(TApplication parent, int x, int y, java.lang.String label)
Public constructor. -
Uses of TApplication in jexer.ttree
Constructors in jexer.ttree with parameters of type TApplication Constructor Description TTreeViewWindow(TApplication parent, java.lang.String title, int x, int y, int width, int height, int flags)
Public constructor.TTreeViewWindow(TApplication parent, java.lang.String title, int x, int y, int width, int height, int flags, TAction action)
Public constructor. -
Uses of TApplication in xtwm.ui
Subclasses of TApplication in xtwm.ui Modifier and Type Class Description class
XTWMApplication
The main Xterm Window Manager application.Constructors in xtwm.ui with parameters of type TApplication Constructor Description ApplicationOptionsWindow(TApplication parent)
Public constructor.Desktop(TApplication parent)
Public constructor.InternalEditorWindow(TApplication parent)
Public constructor.InternalEditorWindow(TApplication parent, java.io.File file)
Public constructor opens a file.InternalEditorWindow(TApplication parent, java.io.File file, int x, int y, int width, int height)
Public constructor opens a file.InternalEditorWindow(TApplication parent, java.lang.String title)
Public constructor with a custom title.SearchInputWindow(TApplication parent, boolean replace)
Public constructor.TerminalWindow(TApplication application)
Public constructor spawns a shell.TerminalWindow(TApplication application, java.lang.String commandLine)
Public constructor spawns a shell.VirtualDesktop(TApplication application)
Public constructor.
-