| Package | Description |
|---|---|
| org.assertj.swing.text |
Utilities for reading the text displayed in AWT or Swing
Components. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractButtonTextReader
Reads the text displayed in a Swing
AbstractButton. |
class |
JLabelTextReader
Reads the text displayed in a
JLabel. |
class |
JListTextReader
Reads the text displayed in a
JList. |
class |
JTextComponentTextReader
Reads the text displayed in a
JTextComponent. |
| Modifier and Type | Method and Description |
|---|---|
void |
TextReaders.register(TextReader<?> reader)
Adds the given
TextReader to this registry. |
Copyright © 2014 AssertJ. All rights reserved.