|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vinculumtech.carrierwave.manager.Invoke
The Invoke class is the root of all invocations functions initiated via CarrierWave and its client API.
Notes:
Need to rethink the workings of actions. as it stands now, and action holding a reflected identifiable image
will modify that image. which might not be the original intention. possibly consider a codegen flag
that says all actions can only ref identifiable icons, and dependent images.
Method Summary | |
static Icon |
invokeImageableGraphWith(Action action)
Invokes the given Action instance and returns an Icon instance for the resulting ImageableIdentifiable. |
static Image |
invokeImageableGraphWith(GraphPlan graphPlan,
Action action,
GraphPlan resultPlan)
Invokes the given Action instance described the given graphPlan GraphPlan instance and returns an Image instance rooted by the result Imageable described by the given resultPlan GraphPlan instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final Icon invokeImageableGraphWith(Action action) throws GraphException
action
-
GraphException
public static final Image invokeImageableGraphWith(GraphPlan graphPlan, Action action, GraphPlan resultPlan) throws GraphException
graphPlan
- action
- resultPlan
-
GraphException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |