A B C D E F G H I J K L M N O P R S T U V W X Z

T

TabFigTarget - Interface in org.argouml.ui
Empty interface used to tag Tabbed panels that accept a Fig Target.
TabModelTarget - Interface in org.argouml.ui
Empty interface used to tag Tabbed panels that accept a Model Element Target.
TabResults - Class in org.argouml.ui
The results tab for the find dialog.
TabResults() - Constructor for class org.argouml.ui.TabResults
The constructor.
TabResults(boolean) - Constructor for class org.argouml.ui.TabResults
The constructor.
TabTarget - Interface in org.argouml.ui
An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
TabText - Class in org.argouml.ui
A tab that contains textual information.
TabText(String) - Constructor for class org.argouml.ui.TabText
Create a text tab without a toolbar.
TabText(String, boolean) - Constructor for class org.argouml.ui.TabText
Create a text tab and optionally request a toolbar.
TabToDoTarget - Interface in org.argouml.ui
Interface used to tag Tabbed panels that accept a ToDo Element Target.
targetAdded(TargetEvent) - Method in class org.argouml.ui.DetailsPane
 
targetAdded(TargetEvent) - Method in class org.argouml.ui.MultiEditorPane
 
targetAdded(TargetEvent) - Method in class org.argouml.ui.ProjectActions
 
targetAdded(TargetEvent) - Method in class org.argouml.ui.ProjectBrowser
 
targetAdded(TargetEvent) - Method in class org.argouml.ui.StylePanel
 
targetAdded(TargetEvent) - Method in class org.argouml.ui.TabText
 
targetRemoved(TargetEvent) - Method in class org.argouml.ui.DetailsPane
 
targetRemoved(TargetEvent) - Method in class org.argouml.ui.MultiEditorPane
 
targetRemoved(TargetEvent) - Method in class org.argouml.ui.ProjectActions
 
targetRemoved(TargetEvent) - Method in class org.argouml.ui.ProjectBrowser
 
targetRemoved(TargetEvent) - Method in class org.argouml.ui.StylePanel
 
targetRemoved(TargetEvent) - Method in class org.argouml.ui.TabText
 
targetSet(TargetEvent) - Method in class org.argouml.ui.DetailsPane
 
targetSet(TargetEvent) - Method in class org.argouml.ui.MultiEditorPane
 
targetSet(TargetEvent) - Method in class org.argouml.ui.ProjectActions
 
targetSet(TargetEvent) - Method in class org.argouml.ui.ProjectBrowser
 
targetSet(TargetEvent) - Method in class org.argouml.ui.StylePanel
 
targetSet(TargetEvent) - Method in class org.argouml.ui.TabText
 
theAgency() - Static method in class org.argouml.cognitive.Agency
Since Java does not really support classes as first class objects, there is one instance of Agency that is passed around as needed.
theDesigner() - Static method in class org.argouml.cognitive.Designer
 
toArray() - Method in class org.argouml.cognitive.ListSet
 
toArray(A[]) - Method in class org.argouml.cognitive.ListSet
 
toDoItem(Object, Designer) - Method in class org.argouml.cognitive.CompoundCritic
 
toDoItem(Object, Designer) - Method in class org.argouml.cognitive.Critic
Reply the ToDoItem that the designer should see iff predicate() returns true.
ToDoItem - Class in org.argouml.cognitive
This class defines the feedback items that can be placed on the Designer's ToDoList.
ToDoItem(Poster, String, int, String, String, ListSet) - Constructor for class org.argouml.cognitive.ToDoItem
The constructor.
ToDoItem(Poster, String, int, String, String) - Constructor for class org.argouml.cognitive.ToDoItem
The constructor.
ToDoItem(Critic, Object, Designer) - Constructor for class org.argouml.cognitive.ToDoItem
The constructor.
ToDoItem(Critic, ListSet, Designer) - Constructor for class org.argouml.cognitive.ToDoItem
The constructor.
ToDoItem(Critic) - Constructor for class org.argouml.cognitive.ToDoItem
The constructor.
toDoItemsAdded(ToDoListEvent) - Method in interface org.argouml.cognitive.ToDoListListener
 
toDoItemsChanged(ToDoListEvent) - Method in interface org.argouml.cognitive.ToDoListListener
 
toDoItemsRemoved(ToDoListEvent) - Method in interface org.argouml.cognitive.ToDoListListener
 
ToDoList - Class in org.argouml.cognitive
Implements a list of ToDoItem's.
toDoListChanged(ToDoListEvent) - Method in interface org.argouml.cognitive.ToDoListListener
 
ToDoListEvent - Class in org.argouml.cognitive
Event issued when the todo list changes.
ToDoListEvent() - Constructor for class org.argouml.cognitive.ToDoListEvent
The constructor.
ToDoListEvent(List<ToDoItem>) - Constructor for class org.argouml.cognitive.ToDoListEvent
The constructor.
ToDoListListener - Interface in org.argouml.cognitive
These are the methods you have to implement if you want to get notified when the todo list changes.
toString() - Method in class org.argouml.cognitive.Critic
 
toString() - Method in class org.argouml.cognitive.Decision
 
toString() - Method in class org.argouml.cognitive.Designer
 
toString() - Method in class org.argouml.cognitive.Goal
 
toString() - Method in class org.argouml.cognitive.ListSet
 
toString() - Method in class org.argouml.cognitive.ResolvedCritic
 
toString() - Method in class org.argouml.cognitive.ToDoItem
 
toString() - Method in class org.argouml.cognitive.ToDoList
 
toString(Object) - Method in interface org.argouml.model.Facade
Return a textual representation of the given model element.
toString() - Method in class org.argouml.model.UmlChangeEvent
 
toString() - Method in class org.argouml.ui.explorer.ExplorerPerspective
 
toString() - Method in class org.argouml.ui.explorer.NameOrder
 
toString() - Method in class org.argouml.ui.explorer.PerspectiveManager
 
toString() - Method in class org.argouml.ui.explorer.TypeThenNameOrder
 
toString() - Method in class org.argouml.ui.PerspectiveSupport
 
toString() - Method in class org.argouml.uml.reveng.ImportClassLoader
 
TransferableModelElements - Class in org.argouml.ui
A transferable wraps the data that is transferred (in casu a collection of UML modelelements) from a drag source to a drop target.
TransferableModelElements(Collection) - Constructor for class org.argouml.ui.TransferableModelElements
The constructor.
transitiveClosure(ChildGenerator) - Method in class org.argouml.cognitive.ListSet
Deprecated. for 0.26 by tfmorris. Use ListSet.transitiveClosure(org.argouml.util.ChildGenerator).
transitiveClosure(ChildGenerator) - Method in class org.argouml.cognitive.ListSet
Reply the Set of all objects that can be reached from the receiving Set by taking steps defined by the given ChildGenerator.
transitiveClosure(ChildGenerator, int, Predicate) - Method in class org.argouml.cognitive.ListSet
Deprecated. for 0.26 by tfmorris. Use ListSet.transitiveClosure(org.argouml.util.ChildGenerator, int, org.argouml.util.Predicate).
transitiveClosure(ChildGenerator, int, Predicate) - Method in class org.argouml.cognitive.ListSet
Reply the Set of all objects that can be reached from the receiving Set by taking steps defined by the given ChildGenerator.
Translator - Class in org.argouml.cognitive
 
Translator() - Constructor for class org.argouml.cognitive.Translator
 
Translator - Class in org.argouml.i18n
The API class to the localization.
TreeModelComposite - Class in org.argouml.ui
This class is the TreeModel for the navigator and todo list panels.
TreeModelComposite(String) - Constructor for class org.argouml.ui.TreeModelComposite
The constructor.
TreeModelSupport - Class in org.argouml.ui
Helper class for tree models that provides tree event handling.
TreeModelSupport(String) - Constructor for class org.argouml.ui.TreeModelSupport
The constructor.
TreeModelUMLEventListener - Interface in org.argouml.ui.explorer
An interface to decouple Explorer event adaptors from interested models.
tryExit() - Method in class org.argouml.ui.ProjectBrowser
Exit the application if no save is required.
trySave(boolean) - Method in class org.argouml.ui.ProjectBrowser
Try to save the project, possibly not creating a new file
trySave(boolean, boolean) - Method in class org.argouml.ui.ProjectBrowser
Try to save the project.
trySave(boolean, File, ProgressMonitor) - Method in class org.argouml.ui.ProjectBrowser
Try to save the project.
trySaveWithProgressMonitor(boolean, File) - Method in class org.argouml.ui.ProjectBrowser
Loads a project displaying a nice ProgressMonitor
TypeThenNameOrder - Class in org.argouml.ui.explorer
Sorts by user object type, diagrams first, then packages, then other types.
TypeThenNameOrder() - Constructor for class org.argouml.ui.explorer.TypeThenNameOrder
Creates a new instance of TypeThenNameOrder

A B C D E F G H I J K L M N O P R S T U V W X Z
ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook