Minor refactoring - better naming of class.

This commit is contained in:
Heng Sin Low 2008-12-17 01:38:53 +00:00
parent 1ffd36e21e
commit a89b479b2d
2 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ import org.zkoss.zul.Panelchildren;
/** /**
* @author hengsin * @author hengsin
*/ */
public class LeftBar2Desktop extends TabbedDesktop implements MenuListener, Serializable, EventListener public class NavBar2Desktop extends TabbedDesktop implements MenuListener, Serializable, EventListener
{ {
private static final String FAVOURITES_PATH = "/zul/favourites.zul"; private static final String FAVOURITES_PATH = "/zul/favourites.zul";
@ -79,7 +79,7 @@ public class LeftBar2Desktop extends TabbedDesktop implements MenuListener, Seri
private Accordion shortcutPanel; private Accordion shortcutPanel;
public LeftBar2Desktop() public NavBar2Desktop()
{ {
super(); super();
} }

View File

@ -58,7 +58,7 @@ import org.zkoss.zul.Panelchildren;
/** /**
* @author hengsin * @author hengsin
*/ */
public class LeftBarDesktop extends TabbedDesktop implements MenuListener, Serializable, EventListener public class NavBarDesktop extends TabbedDesktop implements MenuListener, Serializable, EventListener
{ {
private static final String FAVOURITES_PATH = "/zul/favourites.zul"; private static final String FAVOURITES_PATH = "/zul/favourites.zul";
@ -83,7 +83,7 @@ public class LeftBarDesktop extends TabbedDesktop implements MenuListener, Seria
private West leftRegion; private West leftRegion;
public LeftBarDesktop() public NavBarDesktop()
{ {
super(); super();
} }