Skip to content

Commit

Permalink
Finish removing middleman: ESD now replaces STAModel as the model
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Mar 23, 2017
1 parent 50f32af commit ec94238
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 650 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

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

Expand Down
Loading

0 comments on commit ec94238

Please sign in to comment.