/[classpath]/classpath/gnu/xml/dom/html2/DomHTMLTextAreaElement.java
ViewVC logotype

Diff of /classpath/gnu/xml/dom/html2/DomHTMLTextAreaElement.java

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

revision 1.1 by dog, Sat Mar 12 19:53:27 2005 UTC revision 1.2 by dog, Mon Mar 14 21:10:55 2005 UTC
# Line 165  public class DomHTMLTextAreaElement Line 165  public class DomHTMLTextAreaElement
165    
166    public void blur()    public void blur()
167    {    {
168      // TODO      dispatchUIEvent("blur");
169    }    }
170    
171    public void focus()    public void focus()
172    {    {
173      // TODO      dispatchUIEvent("focus");
174    }    }
175        
176    public void select()    public void select()
177    {    {
178      // TODO      dispatchUIEvent("select");
179    }    }
180        
181  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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