Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
jexer.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.
|
Modifier and Type | Method and Description |
---|---|
TApplication |
TWidget.getApplication()
Get this TWidget's parent TApplication.
|
TApplication |
TWindow.getApplication()
Get this TWindow's parent TApplication.
|
Constructor and 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.
|
TFontChooserWindow(TApplication application)
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TWindowBackend.setOtherApplication(TApplication application)
Set the other screen's application.
|
Constructor and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
DemoApplication
The demo application itself.
|
class |
DesktopDemoApplication
The demo application itself.
|
Constructor and 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.
|
Constructor and Description |
---|
TMenu(TApplication parent,
int x,
int y,
java.lang.String label)
Public constructor.
|
Constructor and 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.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.