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 DocumentListener
public void insertUpdate(DocumentEvent e)
insertUpdate
in interface DocumentListener
public void removeUpdate(DocumentEvent e)
removeUpdate
in interface DocumentListener
Copyright © 2015–2022 SciJava. All rights reserved.