Interface CoreImages

  • All Superinterfaces:
    com.google.gwt.resources.client.ClientBundle

    public interface CoreImages
    extends com.google.gwt.resources.client.ClientBundle
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle

        com.google.gwt.resources.client.ClientBundle.Source
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.gwt.resources.client.ImageResource backupLarge()  
      com.google.gwt.resources.client.ImageResource file()  
      com.google.gwt.resources.client.ImageResource openedFolder()  
      com.google.gwt.resources.client.ImageResource packageIcon()  
      com.google.gwt.resources.client.ImageResource tick()  
      com.google.gwt.resources.client.ImageResource typeTextFile()  
      com.google.gwt.resources.client.ImageResource warningLarge()  
    • Method Detail

      • openedFolder

        @Source("images/open_folder.gif")
        com.google.gwt.resources.client.ImageResource openedFolder()
      • packageIcon

        @Source("images/package.gif")
        com.google.gwt.resources.client.ImageResource packageIcon()
      • file

        @Source("images/file.gif")
        com.google.gwt.resources.client.ImageResource file()
      • backupLarge

        @Source("images/backup_large.png")
        com.google.gwt.resources.client.ImageResource backupLarge()
      • warningLarge

        @Source("images/warning-large.png")
        com.google.gwt.resources.client.ImageResource warningLarge()
      • tick

        @Source("images/tick.png")
        com.google.gwt.resources.client.ImageResource tick()
      • typeTextFile

        @Source("images/BPM_FileIcons_text.png")
        com.google.gwt.resources.client.ImageResource typeTextFile()