Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/SingleWidgetPanel.java

Diff revisions: vs.
  @@ -1,13 +1,13 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client;
3 -
4 - import com.google.gwt.user.client.ui.*;
5 -
6 - public interface SingleWidgetPanel {
7 - /**
8 - * Sets this panel's widget. Any existing child widget will be removed.
9 - *
10 - * @param w the panel's new widget, or <code>null</code> to clear the panel
11 - */
12 - public void setWidget( Widget w );
13 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client;
3 +
4 + import com.google.gwt.user.client.ui.*;
5 +
6 + public interface SingleWidgetPanel {
7 + /**
8 + * Sets this panel's widget. Any existing child widget will be removed.
9 + *
10 + * @param w the panel's new widget, or <code>null</code> to clear the panel
11 + */
12 + public void setWidget( Widget w );
13 + }