|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.argouml.ui.TabSpawnable
org.argouml.cognitive.ui.TabToDo
The ToDo Tab.
Nested Class Summary |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
private static UMLAction |
actionEmailExpert
|
private static UMLAction |
actionNewToDoItem
|
private static UMLAction |
actionResolve
|
private static UMLAction |
actionSnooze
|
private WizDescription |
description
|
private JPanel |
lastPanel
|
private static int |
numHushes
|
private org.tigris.swidgets.BorderSplitPane |
splitPane
|
private Object |
target
|
Fields inherited from class org.argouml.ui.TabSpawnable |
|
Fields inherited from class javax.swing.JPanel |
|
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
TabToDo()
The constructor. |
Method Summary | |
Object |
getTarget()
Returns the target of the TabToDo |
static void |
incrementNumHushes()
increments the numHushes. |
void |
refresh()
Set the target again to what it was before. |
void |
setTarget(Object item)
Deprecated. As of ArgoUml version 0.13.5, the visibility of this method will change in the future, replaced by TargetManager . |
void |
setTree(ToDoPane tdp)
|
void |
showDescription()
Show the description of a todo item. |
void |
showStep(JPanel ws)
|
void |
targetAdded(TargetEvent e)
Fired when a target is added to the list of targets. |
void |
targetRemoved(TargetEvent e)
Fired when a target is removed from the list of targets |
void |
targetSet(TargetEvent e)
Fired when a total new set of targets is set |
protected static void |
updateActionsEnabled(Object target)
|
Methods inherited from class org.argouml.ui.TabSpawnable |
clone, getOrientation, getTitle, setOrientation, setTitle, spawn |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static int numHushes
private static UMLAction actionNewToDoItem
private static UMLAction actionResolve
private static UMLAction actionEmailExpert
private static UMLAction actionSnooze
private WizDescription description
private JPanel lastPanel
private org.tigris.swidgets.BorderSplitPane splitPane
private Object target
Constructor Detail |
public TabToDo()
Method Detail |
public static void incrementNumHushes()
public void showDescription()
public void setTree(ToDoPane tdp)
tdp
- the todo panepublic void showStep(JPanel ws)
ws
- the panel to be shownpublic void setTarget(Object item)
TargetManager
.
item
- the new targetpublic Object getTarget()
public void refresh()
protected static void updateActionsEnabled(Object target)
target
- ignoredpublic void targetAdded(TargetEvent e)
TargetListener
targetAdded
in interface TargetListener
e
- The targetevent, name will be TARGET_ADDEDTargetListener.targetAdded(
TargetEvent)
public void targetRemoved(TargetEvent e)
TargetListener
targetRemoved
in interface TargetListener
e
- The targetevent, name will be TARGET_REMOVEDTargetListener.targetRemoved(
TargetEvent)
public void targetSet(TargetEvent e)
TargetListener
targetSet
in interface TargetListener
e
- The targetevent, name will be TARGET_SETTargetListener.targetSet(TargetEvent)
|
|||||||||||
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 |