diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-05-18 09:17:56 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-05-18 09:17:56 +0000 |
commit | 5f8478a617d7d145ba94abcc4e197cdd50f76e1f (patch) | |
tree | bf14647ad4ab0c2a8b940d2b5ca114ba53c76ea3 /src/com/vaadin/ui/AbstractComponent.java | |
parent | 1a69373788ba52824aef113131d4b385f08de299 (diff) | |
download | vaadin-framework-5f8478a617d7d145ba94abcc4e197cdd50f76e1f.tar.gz vaadin-framework-5f8478a617d7d145ba94abcc4e197cdd50f76e1f.zip |
#2904 Toolkit -> Vaadin renames: search for "IT Mill" and "itmill", partial changes including many URLs
svn changeset:7842/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/ui/AbstractComponent.java')
-rw-r--r-- | src/com/vaadin/ui/AbstractComponent.java | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/src/com/vaadin/ui/AbstractComponent.java b/src/com/vaadin/ui/AbstractComponent.java index b26278b016..39a0cf4f83 100644 --- a/src/com/vaadin/ui/AbstractComponent.java +++ b/src/com/vaadin/ui/AbstractComponent.java @@ -28,8 +28,8 @@ import com.vaadin.terminal.gwt.server.ComponentSizeValidator; /** * An abstract class that defines default implementation for the * {@link Component} interface. Basic UI components that are not derived from an - * external component can inherit this class to easily qualify as a IT Mill - * Toolkit component. Most components in the toolkit do just that. + * external component can inherit this class to easily qualify as Vaadin + * components. Most components in Vaadin do just that. * * @author IT Mill Ltd. * @version @@ -172,8 +172,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource /** * Sets and replaces all previous style names of the component. This method - * will trigger a - * {@link com.vaadin.terminal.Paintable.RepaintRequestEvent + * will trigger a {@link com.vaadin.terminal.Paintable.RepaintRequestEvent * RepaintRequestEvent}. * * @param style @@ -347,8 +346,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource /** * Sets the component's immediate mode to the specified status. This method - * will trigger a - * {@link com.vaadin.terminal.Paintable.RepaintRequestEvent + * will trigger a {@link com.vaadin.terminal.Paintable.RepaintRequestEvent * RepaintRequestEvent}. * * @param immediate @@ -817,8 +815,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource * * <p> * For more information on the inheritable event mechanism see the - * {@link com.vaadin.event com.vaadin.event package - * documentation}. + * {@link com.vaadin.event com.vaadin.event package documentation}. * </p> * * @param eventType @@ -853,8 +850,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource * * <p> * For more information on the inheritable event mechanism see the - * {@link com.vaadin.event com.vaadin.event package - * documentation}. + * {@link com.vaadin.event com.vaadin.event package documentation}. * </p> * * <p> @@ -887,8 +883,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource * * <p> * For more information on the inheritable event mechanism see the - * {@link com.vaadin.event com.vaadin.event package - * documentation}. + * {@link com.vaadin.event com.vaadin.event package documentation}. * </p> * * @param eventType @@ -910,8 +905,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource * * <p> * For more information on the inheritable event mechanism see the - * {@link com.vaadin.event com.vaadin.event package - * documentation}. + * {@link com.vaadin.event com.vaadin.event package documentation}. * </p> * * @param eventType @@ -945,8 +939,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource * * <p> * For more information on the inheritable event mechanism see the - * {@link com.vaadin.event com.vaadin.event package - * documentation}. + * {@link com.vaadin.event com.vaadin.event package documentation}. * </p> * * @param eventType |