Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,17 +1,17 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.taskbar.nonpublic;
3 -
4 - import org.litesoft.GWT.client.commands.*;
5 - import org.litesoft.GWT.client.taskbar.*;
6 - import org.litesoft.GWT.client.widgets.*;
7 - import org.litesoft.core.util.*;
8 -
9 - public class TaskbarDockablePanelEast extends AbstractTaskbarHorizontalDockablePanel {
10 - public TaskbarDockablePanelEast( TaskbarHelper pHelper, SizeableDockingPanel pDockingPanel ) {
11 - super( NEWSposition.EAST, pHelper, true, ARROW_RIGHT_REF, CommonRectangularPoint.RightCenter, //
12 - new MoveNEWScommands( new TaskbarCssBackgroundCommandMoveNorth( pDockingPanel ), //
13 - new TaskbarCssBackgroundCommandMoveEast( pDockingPanel ).disabled(), //
14 - new TaskbarCssBackgroundCommandMoveWest( pDockingPanel ), //
15 - new TaskbarCssBackgroundCommandMoveSouth( pDockingPanel ) ) );
16 - }
17 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.taskbar.nonpublic;
3 +
4 + import org.litesoft.GWT.client.commands.*;
5 + import org.litesoft.GWT.client.taskbar.*;
6 + import org.litesoft.GWT.client.widgets.*;
7 + import org.litesoft.core.util.*;
8 +
9 + public class TaskbarDockablePanelEast extends AbstractTaskbarHorizontalDockablePanel {
10 + public TaskbarDockablePanelEast( TaskbarHelper pHelper, SizeableDockingPanel pDockingPanel ) {
11 + super( NEWSposition.EAST, pHelper, true, ARROW_RIGHT_REF, CommonRectangularPoint.RightCenter, //
12 + new MoveNEWScommands( new TaskbarCssBackgroundCommandMoveNorth( pDockingPanel ), //
13 + new TaskbarCssBackgroundCommandMoveEast( pDockingPanel ).disabled(), //
14 + new TaskbarCssBackgroundCommandMoveWest( pDockingPanel ), //
15 + new TaskbarCssBackgroundCommandMoveSouth( pDockingPanel ) ) );
16 + }
17 + }