Class Resources

java.lang.Object
org.eclipse.nebula.widgets.pagination.Resources

public class Resources
extends java.lang.Object
Resources helper used to messages resources from bundle and SWT Color .
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String BUNDLE_NAME
    Bundle name constant
    static java.lang.String PaginationRenderer_itemsPerPage  
    static java.lang.String PaginationRenderer_next  
    static java.lang.String PaginationRenderer_page  
    static java.lang.String PaginationRenderer_previous  
    static java.lang.String PaginationRenderer_results  
    static java.lang.String PaginationRenderer_separator  
    static java.lang.String THREE_DOT  
  • Constructor Summary

    Constructors 
    Constructor Description
    Resources()  
  • Method Summary

    Modifier and Type Method Description
    static org.eclipse.swt.graphics.Color getColor​(org.eclipse.swt.graphics.RGB rgb)
    Create or get instance of SWT Color from the given RGB.
    static java.lang.String getText​(java.lang.String messageKey, java.util.Locale locale)
    Returns the text of the given messageKey according the given locale.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait