|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vinculumtech.carrierwave.manager.Select
The Select class is the root of all invocations functions initiated via CarrierWave and its client API.
Method Summary | |
static Icon[] |
findAllIconsFor(java.lang.String imageType)
Returns an array of Icons for the Imageable objects of given imageType class name. This method will fail if the objects found are not ImageableIdentifiable. |
static Icon[] |
findAllIconsWith(CollectionFinder finder)
Returns an array of Icon instances for the Imageable objects found by the given CollectionFinder. This method will fail if the objects found are not ImageableIdentifiable. |
static Icon |
findIconWith(ObjectFinder finder)
Returns an Icon instance for the Imageable found by the given ObjectFinder instance. This method will fail if the object found is not ImageableIdentifiable. |
protected static java.util.List |
selectAllImageablesWith(CollectionFinder finder)
|
static Image[] |
selectAllImageGraphsWith(GraphPlan graphPlan,
CollectionFinder finder)
Returns an array of Image instances found as described by the given GraphPlan and CollectionFinder instances. |
protected static Imageable |
selectImageableWith(ObjectFinder finder)
|
static Image |
selectImageGraphFor(GraphNode graphNode,
Icon originIcon,
boolean isFuzzy)
Returns an Image instance representing the graph defined by the given GraphNode tree and rooted with the Imageable referenced by the given originIcon value. |
static Image |
selectImageGraphFor(GraphNode originNode,
Imageable originObject,
boolean isFuzzy)
Returns an Image instance representing the graph defined by the given GraphNode tree and rooted with the given Imageable. |
static Image |
selectImageGraphFor(GraphPlan graphPlan,
Icon originIcon)
Returns an Image instance representing the graph defined by the given GraphPlan instance and rooted with the Imageable referenced by the given originIcon value. |
static Image |
selectImageGraphFor(GraphPlan graphPlan,
Imageable originObject)
Returns an Image instance representing the graph defined by the given GraphPlan instance and rooted with the given Imageable. |
static Image |
selectImageGraphFor(GraphPlan graphPlan,
java.lang.String imageType,
java.lang.String referenceableName)
Returns an Image instance representing the graph defined by the given depth and rooted with the Imageable with the given referenceableName. |
protected static ImageGraph |
selectImageGraphFor(java.util.List originNodes,
Icon[] originIcons,
boolean isFuzzy)
Used by Modify. |
static Image |
selectImageGraphWith(GraphPlan graphPlan,
ObjectFinder finder)
Returns an Image instance found as described by the given GraphPlan and ObjectFinder instances. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final Icon findIconWith(ObjectFinder finder) throws GraphException
finder
-
GraphException
public static final Icon[] findAllIconsWith(CollectionFinder finder) throws GraphException
finder
-
GraphException
public static final Icon[] findAllIconsFor(java.lang.String imageType)
imageType
- the base ImageableIdentifiable class name
public static final Image[] selectAllImageGraphsWith(GraphPlan graphPlan, CollectionFinder finder) throws GraphException
graphPlan
- finder
-
GraphException
public static final Image selectImageGraphWith(GraphPlan graphPlan, ObjectFinder finder) throws GraphException
graphPlan
- finder
-
GraphException
protected static final Imageable selectImageableWith(ObjectFinder finder) throws GraphException
GraphException
protected static final java.util.List selectAllImageablesWith(CollectionFinder finder) throws GraphException
GraphException
public static final Image selectImageGraphFor(GraphPlan graphPlan, Icon originIcon) throws GraphException
graphPlan
- originIcon
-
GraphException
public static final Image selectImageGraphFor(GraphPlan graphPlan, Imageable originObject) throws GraphException
graphPlan
- originObject
-
GraphException
protected static final ImageGraph selectImageGraphFor(java.util.List originNodes, Icon[] originIcons, boolean isFuzzy) throws GraphException
originNodes
- originIcons
- isFuzzy
-
GraphException
public static final Image selectImageGraphFor(GraphNode graphNode, Icon originIcon, boolean isFuzzy) throws GraphException
graphNode
- originIcon
-
GraphException
public static final Image selectImageGraphFor(GraphNode originNode, Imageable originObject, boolean isFuzzy) throws GraphException
originNode
- originObject
-
GraphException
public static final Image selectImageGraphFor(GraphPlan graphPlan, java.lang.String imageType, java.lang.String referenceableName) throws GraphException
imageType
- referenceableName
-
GraphException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |