core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/extension/IPortalPage.java
changeset 1661 cd8159f371c7
parent 1615 d5f384bf1e88
equal deleted inserted replaced
1660:a53047bc0aba 1661:cd8159f371c7
    44 		 * Optional: tool tip text
    44 		 * Optional: tool tip text
    45 		 * Unused: image
    45 		 * Unused: image
    46 		 * @return IAction
    46 		 * @return IAction
    47 		 */
    47 		 */
    48 		IAction[] getActions();
    48 		IAction[] getActions();
       
    49 		
       
    50 		/**
       
    51 		 * Action ids for actions that should be emphasized in the action bar (e.g., bold font)
       
    52 		 * @return String[] or null
       
    53 		 */
       
    54 		String[] getHighlightedActionIds();
    49 
    55 
    50 	}
    56 	}
    51 	
    57 	
    52 	/**
    58 	/**
    53 	 * Interface allowing the UI for provided actions of an IActionBar to be updated (e.g., enabled state)
    59 	 * Interface allowing the UI for provided actions of an IActionBar to be updated (e.g., enabled state)