|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.cognitive.ToDoItem
org.argouml.uml.cognitive.UMLToDoItem
UMLToDoItem is the preferred class for newly created ToDoItems within ArgoUML. It knows more about possible designmaterial and can for example highlight offenders when they are ModelElements by finding the according Fig in the current diagram for them.
ToDoItem
,
Serialized FormField Summary |
Fields inherited from class org.argouml.cognitive.ToDoItem |
HIGH_PRIORITY, LOW_PRIORITY, MED_PRIORITY |
Constructor Summary | |
UMLToDoItem(Critic c)
The constructor. |
|
UMLToDoItem(Critic c,
Object dm,
Designer dsgr)
The constructor. |
|
UMLToDoItem(Critic c,
org.tigris.gef.util.VectorSet offs,
Designer dsgr)
The constructor. |
|
UMLToDoItem(Poster poster,
String h,
int p,
String d,
String m)
The constructor. |
|
UMLToDoItem(Poster poster,
String h,
int p,
String d,
String m,
org.tigris.gef.util.VectorSet offs)
The constructor. |
Method Summary | |
void |
action()
Action jumps to the diagram containing all or most of the offenders and calls deselect() , select()
around the call to
ProjectBrowser.jumpToDiagramShowing(VectorSet) . |
void |
deselect()
When a ToDoItem is deselected in the UiToDoList window, unhighlight the "offending" design material's. |
void |
select()
When a ToDoItem is selected in the UiToDoList window, highlight the "offending" design material's. |
Methods inherited from class org.argouml.cognitive.ToDoItem |
canFixIt, changed, containsKnowledgeType, equals, fixIt, getClarifier, getDescription, getExpertEmail, getHeadline, getMoreInfoURL, getOffenders, getPoster, getPriority, getProgress, getWizard, hashCode, setDescription, setHeadline, setMoreInfoURL, setOffenders, setPriority, stillValid, supports, supports, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UMLToDoItem(Poster poster, String h, int p, String d, String m, org.tigris.gef.util.VectorSet offs)
poster
- the posterh
- the headlinep
- the priorityd
- the descriptionm
- the more-info-urloffs
- the offenderspublic UMLToDoItem(Poster poster, String h, int p, String d, String m)
poster
- the posterh
- the headlinep
- the priorityd
- the descriptionm
- the more-info-urlpublic UMLToDoItem(Critic c, Object dm, Designer dsgr)
c
- the poster (critic)dm
- the offendersdsgr
- the designerpublic UMLToDoItem(Critic c, org.tigris.gef.util.VectorSet offs, Designer dsgr)
c
- the poster (critic)offs
- the offendersdsgr
- the designerpublic UMLToDoItem(Critic c)
c
- the critic that created this todoitemMethod Detail |
public void action()
deselect()
, select()
around the call to
ProjectBrowser.jumpToDiagramShowing(VectorSet)
.
action
in class ToDoItem
public void deselect()
ToDoItem
deselect
in class ToDoItem
ToDoItem.deselect()
public void select()
ToDoItem
select
in class ToDoItem
ToDoItem.select()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |