Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
M
Main
- Class in
org.argouml.application
This is the main class for two of the types of ArgoUML application invocation: non-GUI command line and Swing GUI.
Main()
- Constructor for class org.argouml.application.
Main
main(String[])
- Static method in class org.argouml.application.
Main
The main entry point of ArgoUML.
makeInstance(SplashScreen, boolean, JPanel)
- Static method in class org.argouml.ui.
ProjectBrowser
Creator method for the ProjectBrowser which optionally allows all components to be created without making a top level application window visible.
makeNamedClone(String)
- Method in class org.argouml.ui.explorer.
ExplorerPerspective
Make a clone of this ExplorerPerspective with a different given name.
makeNode()
- Method in class org.argouml.ui.
CmdCreateNode
Delegate creation of the node to the uml model subsystem.
makeWizard(ToDoItem)
- Method in class org.argouml.cognitive.
Critic
Create a new Wizard to help the user fix the identified problem.
matchesSuffix(Object, SuffixFilter[])
- Static method in class org.argouml.uml.reveng.
FileImportUtils
Tells if the filename matches one of the given suffixes.
matchReason(long)
- Method in class org.argouml.cognitive.
Critic
MAX_PROGRESS_IMPORT
- Static variable in class org.argouml.uml.reveng.
ImportCommon
The % maximum progress required to import.
MAX_PROGRESS_PREPARE
- Static variable in class org.argouml.uml.reveng.
ImportCommon
The % maximum progress required to preparing for import.
MAXIMUM_ZOOM
- Static variable in class org.argouml.ui.
ZoomSliderButton
The maximum zoom slider value (as percentage).
MED_PRIORITY
- Static variable in class org.argouml.cognitive.
ToDoItem
The medium priority todoitem of 4 levels.
mementoCreated(ModelMemento)
- Method in interface org.argouml.model.
MementoCreationObserver
Deprecated.
Called whenever a memento is created by the model subsystem.
MementoCreationObserver
- Interface in
org.argouml.model
Deprecated.
in 0.25.4 by Bob Tarling use ModelCommandCreationObserver
messageFormat(String, Object[])
- Static method in class org.argouml.cognitive.
Translator
messageFormat(String, Object[])
- Static method in class org.argouml.i18n.
Translator
Generates an localized String with arguments.
MetaTypes
- Interface in
org.argouml.model
This interface contains methods to retrieve objects that represent the different UML types.
MethodImportInterface
- Interface in
org.argouml.uml.reveng
An interface for the import of method bodies.
MINIMUM_ZOOM
- Static variable in class org.argouml.ui.
ZoomSliderButton
The minimum zoom slider value (as percentage).
Model
- Class in
org.argouml.model
This is the root class of the Model subsystem.
MODEL_TODOITEM_ADDED
- Static variable in class org.argouml.cognitive.
Designer
Property Names.
MODEL_TODOITEM_DISMISSED
- Static variable in class org.argouml.cognitive.
Designer
Property Names.
ModelCommand
- Class in
org.argouml.model
A command to record the state of an object before an undoable change.
ModelCommand()
- Constructor for class org.argouml.model.
ModelCommand
ModelCommandCreationObserver
- Interface in
org.argouml.model
An interface to be implemented by the class responsible for managing or delegating commands reform the model interface.
modelElementAdded(Object)
- Method in class org.argouml.ui.explorer.
ExplorerEventAdaptor
forwards this event to the tree model.
modelElementAdded(Object)
- Method in class org.argouml.ui.explorer.
ExplorerTreeModel
modelElementAdded(Object)
- Method in interface org.argouml.ui.explorer.
TreeModelUMLEventListener
modelElementChanged(Object)
- Method in class org.argouml.ui.explorer.
ExplorerEventAdaptor
forwards this event to the tree model.
modelElementChanged(Object)
- Method in class org.argouml.ui.explorer.
ExplorerTreeModel
modelElementChanged(Object)
- Method in interface org.argouml.ui.explorer.
TreeModelUMLEventListener
modelElementRemoved(Object)
- Method in class org.argouml.ui.explorer.
ExplorerEventAdaptor
Deprecated.
for 0.25.4 by tfmorris. Send an event rather than calling this method directly. This is not currently used by ArgoUML and removal is handled by Model subsystem events.
modelElementRemoved(Object)
- Method in class org.argouml.ui.explorer.
ExplorerTreeModel
modelElementRemoved(Object)
- Method in interface org.argouml.ui.explorer.
TreeModelUMLEventListener
ModelEventPump
- Interface in
org.argouml.model
This is the interface for registering interest in events sent from the model component.
ModelImplementation
- Interface in
org.argouml.model
The interface that the ModelImplementation must implement.
ModelManagementFactory
- Interface in
org.argouml.model
The interface for the factory for ModelManagement.
ModelManagementHelper
- Interface in
org.argouml.model
The interface for the helper for ModelManagement.
ModelMemento
- Class in
org.argouml.model
A memento to record the state of an object before an undoable change.
ModelMemento()
- Constructor for class org.argouml.model.
ModelMemento
ModuleInterface
- Interface in
org.argouml.moduleloader
This is the interface that each module needs to implement in order to be loadable into ArgoUML according to the new module loader API.
ModuleLoader2
- Class in
org.argouml.moduleloader
This is the module loader that loads modules implementing the ModuleInterface.
mouseClicked(MouseEvent)
- Method in class org.argouml.ui.
DetailsPane
mouseClicked(MouseEvent)
- Method in class org.argouml.ui.
FindDialog
mouseClicked(MouseEvent)
- Method in class org.argouml.ui.
MultiEditorPane
mouseClicked(MouseEvent)
- Method in class org.argouml.ui.
TabResults
mouseEntered(MouseEvent)
- Method in class org.argouml.ui.
DetailsPane
mouseEntered(MouseEvent)
- Method in class org.argouml.ui.
FindDialog
mouseEntered(MouseEvent)
- Method in class org.argouml.ui.
MultiEditorPane
mouseEntered(MouseEvent)
- Method in class org.argouml.ui.
TabResults
mouseExited(MouseEvent)
- Method in class org.argouml.ui.
DetailsPane
mouseExited(MouseEvent)
- Method in class org.argouml.ui.
FindDialog
mouseExited(MouseEvent)
- Method in class org.argouml.ui.
MultiEditorPane
mouseExited(MouseEvent)
- Method in class org.argouml.ui.
TabResults
mousePressed(MouseEvent)
- Method in class org.argouml.ui.
DetailsPane
mousePressed(MouseEvent)
- Method in class org.argouml.ui.
FindDialog
mousePressed(MouseEvent)
- Method in class org.argouml.ui.
MultiEditorPane
mousePressed(MouseEvent)
- Method in class org.argouml.ui.
TabResults
mouseReleased(MouseEvent)
- Method in class org.argouml.ui.
DetailsPane
mouseReleased(MouseEvent)
- Method in class org.argouml.ui.
FindDialog
mouseReleased(MouseEvent)
- Method in class org.argouml.ui.
MultiEditorPane
mouseReleased(MouseEvent)
- Method in class org.argouml.ui.
TabResults
MultiEditorPane
- Class in
org.argouml.ui
The upper right pane in the ArgoUML user interface.
MultiEditorPane()
- Constructor for class org.argouml.ui.
MultiEditorPane
Constructs the MultiEditorPane.
multiplicityToString(Object)
- Method in class org.argouml.model.
AbstractDataTypesHelperDecorator
multiplicityToString(Object)
- Method in interface org.argouml.model.
DataTypesHelper
Converts a Multiplicity to a String.
mutex()
- Method in class org.argouml.cognitive.
ListSet
myDoubleClick(int)
- Method in class org.argouml.ui.
DetailsPane
Spawns a new tab.
myDoubleClick(int)
- Method in class org.argouml.ui.
MultiEditorPane
When the user double clicks on a tab, this tab is spawned by this method if it is selected.
mySingleClick(int)
- Method in class org.argouml.ui.
DetailsPane
no action currently executed here.
mySingleClick(int)
- Method in class org.argouml.ui.
MultiEditorPane
Called when the user clicks once on a tab.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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-2006
ArgoUML Homepage
ArgoUML Cookbook