Uses of Interface
com.jadice.web.util.icon.client.EffectIcon
Packages that use EffectIcon
Package
Description
-
Uses of EffectIcon in com.jadice.web.util.icon.client
Classes in com.jadice.web.util.icon.client that implement EffectIconMethods in com.jadice.web.util.icon.client that return EffectIconModifier and TypeMethodDescriptionEffectIcon.cloneMe()
EffectIconUrl.cloneMe()
static EffectIcon
EffectIcons.getEffectIcon
(com.google.gwt.resources.client.ImageResource img) Get theEffectIcon
for a given name.static EffectIcon
EffectIcons.getEffectIcon
(com.google.gwt.resources.client.ImageResource img, int effectFlags) Get theEffectIcon
for a given name.static EffectIcon
EffectIcons.getEffectIcon
(com.google.gwt.resources.client.ImageResource img, int effectFlags, Dimension targetSize) Get theEffectIcon
for a given name and a set of effect flags scaled to a given dimension.static EffectIcon
EffectIcons.getEffectIcon
(Object bundle, String name) Get theEffectIcon
for a given name.static EffectIcon
EffectIcons.getEffectIcon
(Object bundle, String name, int effectFlags) Get theEffectIcon
for a given name.static EffectIcon
EffectIcons.getEffectIcon
(Object bundle, String name, int effectFlags, Dimension targetSize) Get theEffectIcon
for a given name and a set of effect flags scaled to a given dimension.IconManager.getEffectIcon
(String name) Get theEffectIcon
for a given name.IconManager.getEffectIcon
(String name, int effectFlags) Get theEffectIcon
for a given name.IconManager.getEffectIcon
(String name, int effectFlags, Dimension targetSize) Get theEffectIcon
for a given name and a set of effect flags scaled to a given dimension.Methods in com.jadice.web.util.icon.client with parameters of type EffectIconModifier and TypeMethodDescriptionvoid
StateEffectIcon.setDisabledImage
(EffectIcon img) void
StateEffectIcon.setHoverImage
(EffectIcon img) void
StateEffectIcon.setPressedImage
(EffectIcon img) void
StateEffectIcon.setSelectedDisabledImage
(EffectIcon img) void
StateEffectIcon.setSelectedHoverImage
(EffectIcon img) void
StateEffectIcon.setSelectedImage
(EffectIcon img) Constructors in com.jadice.web.util.icon.client with parameters of type EffectIconModifierConstructorDescriptionStateEffectIcon
(EffectIcon defaultImage) StateEffectIcon
(EffectIcon defaultImage, int initialEffect) -
Uses of EffectIcon in com.jadice.web.util.icon.client.internal
Classes in com.jadice.web.util.icon.client.internal that implement EffectIconModifier and TypeClassDescriptionclass
com.jadice.web.util.icon.client.internal.AbstractEffectIcon
-
Uses of EffectIcon in com.levigo.jadice.web.client.internal.annotation.editor
Methods in com.levigo.jadice.web.client.internal.annotation.editor that return EffectIconModifier and TypeMethodDescriptionprotected EffectIcon
AnnotationPropertyEditor.getIcon()
protected EffectIcon
-
Uses of EffectIcon in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler that return EffectIconModifier and TypeMethodDescriptionprotected EffectIcon
TextAnnotationWrangler.getIcon
(List<? extends Annotation> selected, Document doc)