Class CommonAltedImages
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.resources.CommonAltedImages
-
public final class CommonAltedImages extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static CommonAltedImagesINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.ImageDeleteItemSmall()com.google.gwt.user.client.ui.ImageEdit()com.google.gwt.user.client.ui.ImageMoveDown()com.google.gwt.user.client.ui.ImageMoveUp()com.google.gwt.user.client.ui.ImageNewItemBelow()
-
-
-
Field Detail
-
INSTANCE
public static final CommonAltedImages INSTANCE
-
-
Method Detail
-
Edit
public com.google.gwt.user.client.ui.Image Edit()
-
DeleteItemSmall
public com.google.gwt.user.client.ui.Image DeleteItemSmall()
-
NewItemBelow
public com.google.gwt.user.client.ui.Image NewItemBelow()
-
MoveDown
public com.google.gwt.user.client.ui.Image MoveDown()
-
MoveUp
public com.google.gwt.user.client.ui.Image MoveUp()
-
-