com.xpn.xwiki.wysiwyg.client.ui
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.
| Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle |
com.google.gwt.user.client.ui.ImageBundle.Resource |
|
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 |
close()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
copy()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
cut()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
deleteCol()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
deleteRow()
|
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 |
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 |
ol()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
outdent()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
palete()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
paste()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
redo()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
removeFormat()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
spacer()
|
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()
|
INSTANCE
static final Images INSTANCE
attachment
com.google.gwt.user.client.ui.AbstractImagePrototype attachment()
backColor
com.google.gwt.user.client.ui.AbstractImagePrototype backColor()
bold
com.google.gwt.user.client.ui.AbstractImagePrototype bold()
charmap
com.google.gwt.user.client.ui.AbstractImagePrototype charmap()
copy
com.google.gwt.user.client.ui.AbstractImagePrototype copy()
close
com.google.gwt.user.client.ui.AbstractImagePrototype close()
cut
com.google.gwt.user.client.ui.AbstractImagePrototype cut()
deleteCol
com.google.gwt.user.client.ui.AbstractImagePrototype deleteCol()
deleteRow
com.google.gwt.user.client.ui.AbstractImagePrototype deleteRow()
foreColor
com.google.gwt.user.client.ui.AbstractImagePrototype foreColor()
hr
com.google.gwt.user.client.ui.AbstractImagePrototype hr()
image
com.google.gwt.user.client.ui.AbstractImagePrototype image()
indent
com.google.gwt.user.client.ui.AbstractImagePrototype indent()
insertColAfter
com.google.gwt.user.client.ui.AbstractImagePrototype insertColAfter()
insertColBefore
com.google.gwt.user.client.ui.AbstractImagePrototype insertColBefore()
insertRowAfter
com.google.gwt.user.client.ui.AbstractImagePrototype insertRowAfter()
insertRowBefore
com.google.gwt.user.client.ui.AbstractImagePrototype insertRowBefore()
insertTable
com.google.gwt.user.client.ui.AbstractImagePrototype insertTable()
italic
com.google.gwt.user.client.ui.AbstractImagePrototype italic()
justifyCenter
com.google.gwt.user.client.ui.AbstractImagePrototype justifyCenter()
justifyFull
com.google.gwt.user.client.ui.AbstractImagePrototype justifyFull()
justifyLeft
com.google.gwt.user.client.ui.AbstractImagePrototype justifyLeft()
justifyRight
com.google.gwt.user.client.ui.AbstractImagePrototype justifyRight()
link
com.google.gwt.user.client.ui.AbstractImagePrototype link()
macro
com.google.gwt.user.client.ui.AbstractImagePrototype macro()
ol
com.google.gwt.user.client.ui.AbstractImagePrototype ol()
outdent
com.google.gwt.user.client.ui.AbstractImagePrototype outdent()
palete
com.google.gwt.user.client.ui.AbstractImagePrototype palete()
paste
com.google.gwt.user.client.ui.AbstractImagePrototype paste()
redo
com.google.gwt.user.client.ui.AbstractImagePrototype redo()
removeFormat
com.google.gwt.user.client.ui.AbstractImagePrototype removeFormat()
spacer
com.google.gwt.user.client.ui.AbstractImagePrototype spacer()
strikeThrough
com.google.gwt.user.client.ui.AbstractImagePrototype strikeThrough()
subscript
com.google.gwt.user.client.ui.AbstractImagePrototype subscript()
superscript
com.google.gwt.user.client.ui.AbstractImagePrototype superscript()
sync
com.google.gwt.user.client.ui.AbstractImagePrototype sync()
teletype
com.google.gwt.user.client.ui.AbstractImagePrototype teletype()
ul
com.google.gwt.user.client.ui.AbstractImagePrototype ul()
underline
com.google.gwt.user.client.ui.AbstractImagePrototype underline()
undo
com.google.gwt.user.client.ui.AbstractImagePrototype undo()
unlink
com.google.gwt.user.client.ui.AbstractImagePrototype unlink()
Copyright © 2004-2008 XWiki. All Rights Reserved.