Uses of Class
jexer.backend.SwingComponent
-
Packages that use SwingComponent Package Description jexer.backend The interface between TApplication and user-facing I/O. -
-
Uses of SwingComponent in jexer.backend
Methods in jexer.backend that return SwingComponent Modifier and Type Method Description SwingComponent
SwingBackend. getSwingComponent()
Getter for the underlying Swing component.SwingComponent
SwingSessionInfo. getSwingComponent()
Getter for the underlying Swing component.SwingComponent
SwingTerminal. getSwingComponent()
Getter for the underlying Swing component.Constructors in jexer.backend with parameters of type SwingComponent Constructor Description SwingSessionInfo(SwingComponent swing, int textWidth, int textHeight)
Public constructor.SwingSessionInfo(SwingComponent swing, int textWidth, int textHeight, int width, int height)
Public constructor.
-