Author: [email protected]
Date: Mon Jul 13 13:17:21 2009
New Revision: 5723
Modified:
trunk/user/src/com/google/gwt/user/client/ui/RichTextArea.java
Log:
Removing RichTextArea API additions introduced in r5630 and r5631 because
some people may be extending these interfaces, which makes these breaking
changes.
Patch by: jlabanca
Review by: kprobst
Modified: trunk/user/src/com/google/gwt/user/client/ui/RichTextArea.java
==============================================================================
--- trunk/user/src/com/google/gwt/user/client/ui/RichTextArea.java
(original)
+++ trunk/user/src/com/google/gwt/user/client/ui/RichTextArea.java Mon Jul
13 13:17:21 2009
@@ -210,13 +210,6 @@
void insertHorizontalRule();
/**
- * Inserts generic html.
- *
- * @param html the HTML to insert
- */
- void insertHTML(String html);
-
- /**
* Inserts an image element.
*
* @param url the url of the image to be inserted
@@ -246,11 +239,6 @@
void leftIndent();
/**
- * Redo an action that was just undone.
- */
- void redo();
-
- /**
* Removes all formatting on the selected text.
*/
void removeFormat();
@@ -269,11 +257,6 @@
* Toggles strikethrough.
*/
void toggleStrikethrough();
-
- /**
- * Undo the last action.
- */
- void undo();
}
/**
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---