| Modifier and Type | Class and Description |
|---|---|
class |
XTermClipboard
Add clipboard support to XTerm.
|
class |
XTermConsole
Add console support to XTerm.
|
class |
XTermFit
Enables fitting the terminal's dimensions to a containing component
|
| Modifier and Type | Method and Description |
|---|---|
<T extends XTermFeature> |
XTerm.getFeature(Class<T> featureType)
Return a installed feature
|
<T extends XTermFeature> |
XTerm.loadFeature(T feature,
Consumer<T> initializer)
Install and initializes pluggable feature in the terminal
|
| Modifier and Type | Method and Description |
|---|---|
void |
XTerm.loadFeature(XTermFeature feature)
Install a pluggable feature in the terminal
|
Copyright © 2020 Flowing Code. All rights reserved.