public class FileFunctions.TextWrapper extends Object implements DocumentListener
| Modifier and Type | Field and Description |
|---|---|
protected int |
width |
| Constructor and Description |
|---|
TextWrapper(int width) |
| Modifier and Type | Method and Description |
|---|---|
void |
changedUpdate(DocumentEvent e) |
void |
insertUpdate(DocumentEvent e) |
void |
removeUpdate(DocumentEvent e) |
public void changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListenerpublic void insertUpdate(DocumentEvent e)
insertUpdate in interface DocumentListenerpublic void removeUpdate(DocumentEvent e)
removeUpdate in interface DocumentListenerCopyright © 2015–2022 SciJava. All rights reserved.