< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/TextArea.java

Print this page

        

*** 458,467 **** --- 458,469 ---- } /** * Returns an unmodifiable list of the character sequences that back the * text area's content. + * @return an unmodifiable list of the character sequences that back the + * text area's content */ public ObservableList<CharSequence> getParagraphs() { return ((TextAreaContent)getContent()).paragraphList; }
< prev index next >