Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/taskbar/TaskbarFavoriteItem.java

Diff revisions: vs.
  @@ -1,21 +1,21 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.taskbar;
3 -
4 - import org.litesoft.GWT.client.iconservice.*;
5 -
6 - public class TaskbarFavoriteItem extends TaskbarItem {
7 - private String mFloaterFactoryRef;
8 -
9 - public TaskbarFavoriteItem( TaskbarHelper pHelper, TaskbarFavoriteEntry pFavEntry ) {
10 - super( pHelper, pFavEntry, true );
11 - mFloaterFactoryRef = pFavEntry.getFactoryRef();
12 - }
13 -
14 - public String getFloaterFactoryRef() {
15 - return mFloaterFactoryRef;
16 - }
17 -
18 - public void setFloaterFactoryRef( String pFloaterFactoryRef ) {
19 - mFloaterFactoryRef = pFloaterFactoryRef;
20 - }
21 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.taskbar;
3 +
4 + import org.litesoft.GWT.client.iconservice.*;
5 +
6 + public class TaskbarFavoriteItem extends TaskbarItem {
7 + private String mFloaterFactoryRef;
8 +
9 + public TaskbarFavoriteItem( TaskbarHelper pHelper, TaskbarFavoriteEntry pFavEntry ) {
10 + super( pHelper, pFavEntry, true );
11 + mFloaterFactoryRef = pFavEntry.getFactoryRef();
12 + }
13 +
14 + public String getFloaterFactoryRef() {
15 + return mFloaterFactoryRef;
16 + }
17 +
18 + public void setFloaterFactoryRef( String pFloaterFactoryRef ) {
19 + mFloaterFactoryRef = pFloaterFactoryRef;
20 + }
21 + }