summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/TabSheet.java
diff options
context:
space:
mode:
authorPekka Hyvönen <pekka@vaadin.com>2012-09-04 10:33:22 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-04 10:36:39 +0300
commitdd6265dcf5376fe4ead3fab7dbe10df2099389c7 (patch)
tree2426b72e5ab881ddf2473560feb05fe81a2e9e04 /server/src/com/vaadin/ui/TabSheet.java
parent17ea270b740bdea84143c3467166bf8618ab6ef5 (diff)
downloadvaadin-framework-dd6265dcf5376fe4ead3fab7dbe10df2099389c7.tar.gz
vaadin-framework-dd6265dcf5376fe4ead3fab7dbe10df2099389c7.zip
inner Event classes converted to static nested classes (#5855)
Diffstat (limited to 'server/src/com/vaadin/ui/TabSheet.java')
-rw-r--r--server/src/com/vaadin/ui/TabSheet.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/com/vaadin/ui/TabSheet.java b/server/src/com/vaadin/ui/TabSheet.java
index eb66de519f..291aea3bd6 100644
--- a/server/src/com/vaadin/ui/TabSheet.java
+++ b/server/src/com/vaadin/ui/TabSheet.java
@@ -32,11 +32,11 @@ import com.vaadin.event.FieldEvents.FocusListener;
import com.vaadin.event.FieldEvents.FocusNotifier;
import com.vaadin.server.ErrorMessage;
import com.vaadin.server.KeyMapper;
+import com.vaadin.server.LegacyComponent;
import com.vaadin.server.LegacyPaint;
import com.vaadin.server.PaintException;
import com.vaadin.server.PaintTarget;
import com.vaadin.server.Resource;
-import com.vaadin.server.LegacyComponent;
import com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants;
import com.vaadin.shared.ui.tabsheet.TabsheetConstants;
import com.vaadin.ui.Component.Focusable;
@@ -743,7 +743,7 @@ public class TabSheet extends AbstractComponentContainer implements Focusable,
* @author Vaadin Ltd.
* @since 3.0
*/
- public class SelectedTabChangeEvent extends Component.Event {
+ public static class SelectedTabChangeEvent extends Component.Event {
/**
* New instance of selected tab change event