/[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.3 by mkoch, Sun Mar 2 19:48:44 2003 UTC revision 1.4 by mkoch, Sun Mar 23 09:19:04 2003 UTC
# Line 42  import javax.swing.event.*; Line 42  import javax.swing.event.*;
42    
43  public interface Caret  public interface Caret
44  {  {
45      void addChangeListener(ChangeListener l);    void addChangeListener(ChangeListener l);
46      void deinstall(JTextComponent c);    
47      int getBlinkRate();    void deinstall(JTextComponent c);
48      int getDot();    
49      Point getMagicCaretPosition();    int getBlinkRate();
50      int getMark();    
51      void install(JTextComponent c);    int getDot();
52      boolean isSelectionVisible();    
53      boolean isVisible();    Point getMagicCaretPosition();
54      void moveDot(int dot);    
55      void paint(Graphics g);    int getMark();
56      void removeChangeListener(ChangeListener l);    
57      void setBlinkRate(int rate);    void install(JTextComponent c);
58      void setDot(int dot);    
59      void setMagicCaretPosition(Point p);    boolean isSelectionVisible();
60      void setSelectionVisible(boolean v);    
61      void setVisible(boolean v);    boolean isVisible();
62      
63      void moveDot(int dot);
64      
65      void paint(Graphics g);
66      
67      void removeChangeListener(ChangeListener l);
68      
69      void setBlinkRate(int rate);
70      
71      void setDot(int dot);
72      
73      void setMagicCaretPosition(Point p);
74      
75      void setSelectionVisible(boolean v);
76      
77      void setVisible(boolean v);
78  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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