Skip to content

Commit ec94238

Browse files
Finish removing middleman: ESD now replaces STAModel as the model
1 parent 50f32af commit ec94238

3 files changed

Lines changed: 1 addition & 650 deletions

File tree

richtextfx/src/main/java/org/fxmisc/richtext/model/EditableStyledDocument.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
/**
1212
* Content model for {@link org.fxmisc.richtext.GenericStyledArea}. Implements edit operations
13-
* on styled text, but not worrying about additional aspects such as
14-
* caret or selection, which are handled by {@link StyledTextAreaModel}.
13+
* on styled text, but not worrying about view aspects.
1514
*/
1615
public interface EditableStyledDocument<PS, SEG, S> extends StyledDocument<PS, SEG, S> {
1716

0 commit comments

Comments
 (0)