|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vinculumtech.carrierwave.ImageableIconHelper
The IconHelper class is a factory for instantiating Icon instances.
This class is intended to be used only server side.
| Field Summary | |
static java.lang.String |
HOST
|
static java.lang.String |
HOST_DEFAULT
|
| Method Summary | |
static Icon |
makeIconFor(Imageable imageable)
Helper method for creating an Icon from a Imageable reference.If the Imageable is not ImageableIdentifiable, a PlatformException is thrown. |
static Icon |
makeIconFor(Imageable childImageable,
Icon parentIcon,
GraphNode graphNode)
|
static Icon |
makeIconFor(ImageableIdentifiable imageable)
Helper method for creating an Icon from a ImageableIdentifiable reference |
static Icon |
makeIconFor(Imageable childImageable,
Image parentImage,
GraphNode graphNode)
|
static Icon |
makeIconFor(java.lang.String imageType,
ImageableIdentifiable imageable)
|
static Icon |
makeIconForSafe(Imageable imageable)
Helper method for creating an Icon from a Imageable reference. |
static Icon[] |
makeIconsFor(Imageable[] imageables)
Helper method for creating arrays of Icons. |
static Icon[] |
makeIconsFor(java.util.List imageables)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String HOST
public static final java.lang.String HOST_DEFAULT
| Method Detail |
public static final Icon[] makeIconsFor(Imageable[] imageables)
imageables -
public static final Icon makeIconFor(Imageable imageable)
imageable -
public static final Icon makeIconForSafe(Imageable imageable)
imageable -
public static final Icon makeIconFor(ImageableIdentifiable imageable)
imageable -
public static final Icon makeIconFor(java.lang.String imageType,
ImageableIdentifiable imageable)
imageType - imageable -
public static final Icon makeIconFor(Imageable childImageable,
Image parentImage,
GraphNode graphNode)
childImageable - parentImage - graphNode -
public static final Icon makeIconFor(Imageable childImageable,
Icon parentIcon,
GraphNode graphNode)
childImageable - parentIcon - graphNode -
public static Icon[] makeIconsFor(java.util.List imageables)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||