Uses of Interface
adams.gui.core.TextPaneComponent
-
Packages that use TextPaneComponent Package Description adams.gui.core adams.gui.visualization.debug -
-
Uses of TextPaneComponent in adams.gui.core
Classes in adams.gui.core that implement TextPaneComponent Modifier and Type Class Description class
BaseTextPane
A customized JTextPane.class
BaseTextPaneWithButtons
BaseTextPaneWithButtons
with additional support for buttons.class
BaseTextPaneWithWordWrap
A panel containing aBaseTextPane
, to allow wordwrap functionality. -
Uses of TextPaneComponent in adams.gui.visualization.debug
Classes in adams.gui.visualization.debug that implement TextPaneComponent Modifier and Type Class Description class
DiffTextPane
Displays one side of a side-by-side diff.
-