Minor refactoring - better naming of class.
This commit is contained in:
parent
1ffd36e21e
commit
a89b479b2d
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
@ -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();
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue