javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/PermissionDetailsView.java
changeset 48 e0d6e9bd3ca7
parent 26 dc7c549001d5
child 72 1f0034e370aa
child 83 26b2b12093af
equal deleted inserted replaced
47:f40128debb5d 48:e0d6e9bd3ca7
    62         // Add title label.
    62         // Add title label.
    63         Label detailsLabel = createLabel
    63         Label detailsLabel = createLabel
    64                              (InstallerUiTexts.get
    64                              (InstallerUiTexts.get
    65                               (InstallerUiTexts.PERM_VIEW_DETAILS_TITLE),
    65                               (InstallerUiTexts.PERM_VIEW_DETAILS_TITLE),
    66                               horizontalSpan, labelStyle);
    66                               horizontalSpan, labelStyle);
    67         detailsLabel.setFont(iInstallerUi.getBoldFont());
    67         setCssId(detailsLabel, "heading");
    68 
    68 
    69         // Add permission names.
    69         // Add permission names.
    70         String[] permNames = iPermissionInfo.getPermissionNames();
    70         String[] permNames = iPermissionInfo.getPermissionNames();
    71         if (permNames != null)
    71         if (permNames != null)
    72         {
    72         {
    82         {
    82         {
    83             Label emptyLabel = createLabel("", horizontalSpan, labelStyle);
    83             Label emptyLabel = createLabel("", horizontalSpan, labelStyle);
    84             Label permissionDetailsLabel = createLabel(
    84             Label permissionDetailsLabel = createLabel(
    85                                                iPermissionInfo.getPermissionsDetails(),
    85                                                iPermissionInfo.getPermissionsDetails(),
    86                                                horizontalSpan, labelStyle);
    86                                                horizontalSpan, labelStyle);
       
    87             setCssId(permissionDetailsLabel, "detailsWarningLabel");
    87         }
    88         }
    88     }
    89     }
    89 
    90 
    90     /**
    91     /**
    91      * This method is called after user has answered
    92      * This method is called after user has answered