com.xpn.xwiki.wysiwyg.client.editor
Interface Images

All Superinterfaces:
com.google.gwt.user.client.ui.ImageBundle

public interface Images
extends com.google.gwt.user.client.ui.ImageBundle

This ImageBundle is used for all the button icons. Using an image bundle allows all of these images to be packed into a single image, which saves a lot of HTTP requests, drastically improving startup time.

Version:
$Id: Images.java 24761 2009-10-29 15:45:32Z mflorea $

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle
com.google.gwt.user.client.ui.ImageBundle.Resource
 
Field Summary
static Images INSTANCE
          An instance of this image bundle that can be used anywhere in the code to extract images.
 
Method Summary
 com.google.gwt.user.client.ui.AbstractImagePrototype attachment()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype backColor()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype bold()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype charmap()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype deleteCol()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype deleteRow()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype deleteTable()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype foreColor()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype hr()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype image()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype importMenuEntryIcon()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype importOfficeFileMenuEntryIcon()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype importOfficePasteMenuEntryIcon()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype importWizardIcon()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype indent()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype insertColAfter()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype insertColBefore()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype insertRowAfter()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype insertRowBefore()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype insertTable()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype italic()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype justifyCenter()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype justifyFull()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype justifyLeft()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype justifyRight()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype link()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype macro()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype macroEdit()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype macroInsert()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype macroRefresh()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype ol()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype outdent()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype redo()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype removeFormat()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype strikeThrough()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype subscript()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype superscript()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype sync()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype teletype()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype ul()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype underline()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype undo()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype unlink()
           
 

Field Detail

INSTANCE

static final Images INSTANCE
An instance of this image bundle that can be used anywhere in the code to extract images.

Method Detail

attachment

@ImageBundle.Resource(value="attachment.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype attachment()

backColor

@ImageBundle.Resource(value="backcolor.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype backColor()

bold

@ImageBundle.Resource(value="bold.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype bold()

charmap

@ImageBundle.Resource(value="charmap.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype charmap()

deleteCol

@ImageBundle.Resource(value="table_delete_col.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype deleteCol()

deleteRow

@ImageBundle.Resource(value="table_delete_row.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype deleteRow()

foreColor

@ImageBundle.Resource(value="forecolor.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype foreColor()

hr

@ImageBundle.Resource(value="hr.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype hr()

image

@ImageBundle.Resource(value="image.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype image()

importMenuEntryIcon

@ImageBundle.Resource(value="import.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype importMenuEntryIcon()

importWizardIcon

@ImageBundle.Resource(value="import.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype importWizardIcon()

importOfficeFileMenuEntryIcon

@ImageBundle.Resource(value="import_office_file.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype importOfficeFileMenuEntryIcon()

importOfficePasteMenuEntryIcon

@ImageBundle.Resource(value="import_office_paste.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype importOfficePasteMenuEntryIcon()

indent

@ImageBundle.Resource(value="indent.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype indent()

deleteTable

@ImageBundle.Resource(value="table_delete.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype deleteTable()

insertColAfter

@ImageBundle.Resource(value="table_insert_col_after.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype insertColAfter()

insertColBefore

@ImageBundle.Resource(value="table_insert_col_before.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype insertColBefore()

insertRowAfter

@ImageBundle.Resource(value="table_insert_row_after.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype insertRowAfter()

insertRowBefore

@ImageBundle.Resource(value="table_insert_row_before.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype insertRowBefore()

insertTable

@ImageBundle.Resource(value="table.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype insertTable()

italic

@ImageBundle.Resource(value="italic.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype italic()

justifyCenter

@ImageBundle.Resource(value="justifycenter.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype justifyCenter()

justifyFull

@ImageBundle.Resource(value="justifyfull.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype justifyFull()

justifyLeft

@ImageBundle.Resource(value="justifyleft.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype justifyLeft()

justifyRight

@ImageBundle.Resource(value="justifyright.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype justifyRight()

link

@ImageBundle.Resource(value="link.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype link()

macro

@ImageBundle.Resource(value="macro.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype macro()

macroEdit

@ImageBundle.Resource(value="macro_edit.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype macroEdit()

macroInsert

@ImageBundle.Resource(value="macro_insert.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype macroInsert()

macroRefresh

@ImageBundle.Resource(value="macro_refresh.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype macroRefresh()

ol

@ImageBundle.Resource(value="ol.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype ol()

outdent

@ImageBundle.Resource(value="outdent.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype outdent()

redo

@ImageBundle.Resource(value="redo.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype redo()

removeFormat

@ImageBundle.Resource(value="removeformat.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype removeFormat()

strikeThrough

@ImageBundle.Resource(value="strikethrough.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype strikeThrough()

subscript

@ImageBundle.Resource(value="subscript.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype subscript()

superscript

@ImageBundle.Resource(value="superscript.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype superscript()

sync

@ImageBundle.Resource(value="sync.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype sync()

teletype

@ImageBundle.Resource(value="tt.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype teletype()

ul

@ImageBundle.Resource(value="ul.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype ul()

underline

@ImageBundle.Resource(value="underline.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype underline()

undo

@ImageBundle.Resource(value="undo.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype undo()

unlink

@ImageBundle.Resource(value="unlink.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype unlink()


Copyright © 2004-2010 XWiki. All Rights Reserved.