/[classpath]/classpath/javax/swing/text/Caret.java
ViewVC logotype

Diff of /classpath/javax/swing/text/Caret.java

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

revision 1.5.2.3 by gnu_andrew, Sun Aug 7 18:34:12 2005 UTC revision 1.5.2.4 by gnu_andrew, Sat Sep 10 15:31:54 2005 UTC
# Line 122  public interface Caret Line 122  public interface Caret
122     *     *
123     * @param dot the new position to be set     * @param dot the new position to be set
124     *     *
125     * @see {@link #moveDot(int)}     * @see #moveDot(int)
126     */     */
127    void setDot(int dot);    void setDot(int dot);
128        
# Line 132  public interface Caret Line 132  public interface Caret
132     *     *
133     * @param dot the location where to move the dot     * @param dot the location where to move the dot
134     *     *
135     * @see {@link #setDot(int)}     * @see #setDot(int)
136     */     */
137    void moveDot(int dot);    void moveDot(int dot);
138        
# Line 151  public interface Caret Line 151  public interface Caret
151     *     *
152     * @return the current visual position of this <code>Caret</code>     * @return the current visual position of this <code>Caret</code>
153     *     *
154     * @see {@link #setMagicCaretPosition}     * @see #setMagicCaretPosition
155     */     */
156    Point getMagicCaretPosition();    Point getMagicCaretPosition();
157    

Legend:
Removed from v.1.5.2.3  
changed lines
  Added in v.1.5.2.4

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