|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.ip2.ItemHandler ix.ip2.IssueHandler ix.ip2.TransformToActivityHandler
public class TransformToActivityHandler
Generates a HandlerAction
that removes an issue and sets
up the Messenger to add it as an activity. This allows the issue
to be edited before it becomes an activity. Compare
PerformAsActivityHandler
.
Field Summary | |
---|---|
(package private) Ip2 |
ip2
|
Fields inherited from class ix.ip2.ItemHandler |
---|
actionDescription |
Constructor Summary | |
---|---|
TransformToActivityHandler(Ip2 ip2)
|
Method Summary | |
---|---|
void |
handle(AgendaItem item)
Called to perform the action implemented by this handler, if the selected HandlerAction so desires. |
Methods inherited from class ix.ip2.IssueHandler |
---|
toString |
Methods inherited from class ix.ip2.ItemHandler |
---|
addHandlerActions, appliesTo, getActionDescription, getSyntaxList, isAutomatic, makeHandler, reviseHandlerActions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
Ip2 ip2
Constructor Detail |
---|
public TransformToActivityHandler(Ip2 ip2)
Method Detail |
---|
public void handle(AgendaItem item)
ItemHandler
handle
in class ItemHandler
ItemHandler.addHandlerActions(AgendaItem)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |