/[classpath]/classpath/java/awt/TextComponent.java
ViewVC logotype

Diff of /classpath/java/awt/TextComponent.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by mkoch, Sat Feb 15 09:29:17 2003 UTC revision 1.11 by tromey, Mon Dec 1 20:19:21 2003 UTC
# Line 163  getSelectedText() Line 163  getSelectedText()
163    
164  /**  /**
165    * Returns the starting position of the selected text region.    * Returns the starting position of the selected text region.
166    * // FIXME: What is returned if there is no selected text?    * If the text is not selected then caret position is returned.
167    *    *
168    * @return The starting position of the selected text region.    * @return The starting position of the selected text region.
169    */    */
# Line 196  setSelectionStart(int selectionStart) Line 196  setSelectionStart(int selectionStart)
196    
197  /**  /**
198    * Returns the ending position of the selected text region.    * Returns the ending position of the selected text region.
199    * // FIXME: What is returned if there is no selected text.    * If the text is not selected, then caret position is returned
200    *    *
201    * @return The ending position of the selected text region.    * @return The ending position of the selected text region.
202    */    */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26