Subversion Repository Public Repository

litesoft

Diff Revisions 565 vs 948 for /trunk/Java/DATT/src/org/litesoft/datt/client/ViewDefs.java

Diff revisions: vs.
  @@ -1,12 +1,11 @@
1 1 package org.litesoft.datt.client;
2 2
3 - import java.util.*;
4 -
5 3 import org.litesoft.datt.client.support.*;
6 4 import org.litesoft.uispecification.*;
7 5
8 - public interface ViewDefs
9 - {
6 + import java.util.*;
7 +
8 + public interface ViewDefs {
10 9 public static final ViewDef HOME = ViewDef.HOME;
11 10 // Home View...
12 11
  @@ -125,10 +124,8 @@
125 124
126 125 public static final Map<Role, ViewDef[]> ROLES_MAP = Helper.createRolesMap();
127 126
128 - class Helper
129 - {
130 - public static Map<Role, ViewDef[]> createRolesMap()
131 - {
127 + class Helper {
128 + public static Map<Role, ViewDef[]> createRolesMap() {
132 129 Map<Role, ViewDef[]> zMap = new HashMap<Role, ViewDef[]>();
133 130 zMap.put( Role.EndUser, EndUser_Options );
134 131 zMap.put( Role.EndUserManager, EndUserManager_Options );