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

L

LabelledLayout - Class in org.argouml.uml.ui
This layout manager lines up components in 2 columns.
LabelledLayout() - Constructor for class org.argouml.uml.ui.LabelledLayout
Construct a new LabelledLayout.
LabelledLayout(boolean) - Constructor for class org.argouml.uml.ui.LabelledLayout
Construct a new LabelledLayout.
LabelledLayout(int, int) - Constructor for class org.argouml.uml.ui.LabelledLayout
Construct a new horizontal LabelledLayout with the specified cell spacing.
LambdaEvaluator - Interface in org.argouml.profile.internal.ocl
Evaluates an OCL expression given a variable table
Language - Class in org.argouml.uml.generator
Encapsulates a programming language name and other properties.
Language(String, String, Icon) - Constructor for class org.argouml.uml.generator.Language
Construct a language instance with all its properties.
Language(String, String) - Constructor for class org.argouml.uml.generator.Language
Creates a language with no icon.
Language(String, Icon) - Constructor for class org.argouml.uml.generator.Language
Creates a language with title equal to the name.
Language(String) - Constructor for class org.argouml.uml.generator.Language
Creates a language with title equal to the name and no icon.
LanguageComboBox - Class in org.argouml.language.ui
This class provides a self-updating language combo box.
LanguageComboBox() - Constructor for class org.argouml.language.ui.LanguageComboBox
The constructor.
LAST_DIAGRAM_APPEARANCE_EVENT - Static variable in interface org.argouml.application.events.ArgoEventTypes
Last diagram appearance event.
LAST_GENERATOR_EVENT - Static variable in interface org.argouml.application.events.ArgoEventTypes
Last generation event.
LAST_HELP_EVENT - Static variable in interface org.argouml.application.events.ArgoEventTypes
Last help event.
LAST_MODULE_EVENT - Static variable in interface org.argouml.application.events.ArgoEventTypes
Last module event.
LAST_NOTATION_EVENT - Static variable in interface org.argouml.application.events.ArgoEventTypes
Last module event.
LAST_PROFILE_EVENT - Static variable in interface org.argouml.application.events.ArgoEventTypes
Last profile event.
LAST_STATUS_EVENT - Static variable in interface org.argouml.application.events.ArgoEventTypes
Last help event.
lastIndexOf(Object) - Method in class org.argouml.cognitive.ListSet
 
LastRecentlyUsedMenuList - Class in org.argouml.ui.cmd
Menu extension for last recently used files menu.
LastRecentlyUsedMenuList(JMenu) - Constructor for class org.argouml.ui.cmd.LastRecentlyUsedMenuList
Creates a new instance of LastRecentlyUsedMenuList with respect to the menu where the lru is bound to.
layout() - Method in class org.argouml.uml.diagram.activity.layout.ActivityDiagramLayouter
 
layout() - Method in interface org.argouml.uml.diagram.layout.LayoutedEdge
Abstract method to layout the edge.
layout() - Method in interface org.argouml.uml.diagram.layout.Layouter
This operation starts the actual layout process.
layout() - Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramAssociationEdge
 
layout() - Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramEdge
Abstract method to layout the edge.
layout() - Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramInheritanceEdge
 
layout() - Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramLayouter
Lay out the current diagram.
layout() - Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramNoteEdge
NoteEdges are drawn directly between the linked nodes, using vertically centered points on the right- resp.
layoutContainer(Container) - Method in class org.argouml.uml.ui.LabelledLayout
 
layoutDiagrams(ProgressMonitor, int) - Method in class org.argouml.uml.reveng.ImportCommon
Layouts the diagrams.
LayoutedContainer - Interface in org.argouml.uml.diagram.layout
This interface is for container in a layouted diagram.
LayoutedEdge - Interface in org.argouml.uml.diagram.layout
This is a layouted edge in a diagram.
layoutEdge() - Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
 
layoutEdge() - Method in class org.argouml.uml.diagram.ui.FigAssociation
Lays out the association edges as any other edge except for special rules for an association that loops back to the same class.
LayoutedNode - Interface in org.argouml.uml.diagram.layout
This interface has to be implemented by layouted nodes in diagrams (i.e.
LayoutedObject - Interface in org.argouml.uml.diagram.layout
This is the most common form of an layouted object.
Layouter - Interface in org.argouml.uml.diagram.layout
Any layouter for any diagram type should implement this interface.
LayoutHelper - Class in org.argouml.uml.diagram.layout
LayoutHelper is a utility class which mainly returns various types of routing polygons for different kind of connection lines between two nodes.
LayoutHelper() - Constructor for class org.argouml.uml.diagram.layout.LayoutHelper
 
LEAF - Static variable in class org.argouml.uml.diagram.ui.FigNodeModelElement
Used for #buildModifierPopUp().
LEFT - Static variable in class org.argouml.uml.diagram.ui.SelectionNodeClarifiers2
Left Handle
LeftArrowIcon - Class in org.argouml.swingext
Class defining a graphic that goes on the tab label.
LeftArrowIcon() - Constructor for class org.argouml.swingext.LeftArrowIcon
 
LINE_COLOR - Static variable in interface org.argouml.uml.diagram.ui.ArgoFig
Default color for lines.
LINE_SEPARATOR - Static variable in class org.argouml.util.MyTokenizer
A custom separator for texts.
LINE_WIDTH - Static variable in interface org.argouml.uml.diagram.ui.ArgoFig
Default line width in pixels.
LINK_DISTANCE - Static variable in class org.argouml.uml.diagram.sequence.ui.SequenceDiagramLayer
The vertical distance between two links.
listIterator() - Method in class org.argouml.cognitive.ListSet
 
listIterator(int) - Method in class org.argouml.cognitive.ListSet
 
ListSet<T> - Class in org.argouml.cognitive
An Ordered, non-duplicated collection of objects (not exactly a mathematical set because it is ordered).
ListSet() - Constructor for class org.argouml.cognitive.ListSet
The constructor.
ListSet(int) - Constructor for class org.argouml.cognitive.ListSet
The constructor.
ListSet(T) - Constructor for class org.argouml.cognitive.ListSet
The constructor.
load() - Static method in class org.argouml.configuration.Configuration
Load the configuration from the default location.
load(File) - Static method in class org.argouml.configuration.Configuration
Load the configuration from a specified file.
load(URL) - Static method in class org.argouml.configuration.Configuration
Load the configuration from a specified url.
load(File) - Method in class org.argouml.configuration.ConfigurationHandler
Load the configuration from a File.
load(URL) - Method in class org.argouml.configuration.ConfigurationHandler
Load the configuration from a URL.
load(Project, InputStream) - Method in class org.argouml.persistence.ProfileConfigurationFilePersister
 
load(Project, InputSource) - Method in class org.argouml.persistence.ProfileConfigurationFilePersister
 
load(Project, URL) - Method in class org.argouml.persistence.ProfileConfigurationFilePersister
 
loadCommonKeyMap(JDialog) - Static method in class org.argouml.util.UIUtils
This method enables exiting the dialog by pressing the escape key
loadDefault() - Method in class org.argouml.configuration.ConfigurationHandler
Load the configuration from the default location.
loadDefaultPerspectives() - Method in class org.argouml.ui.explorer.PerspectiveManager
Loads a pre-defined default set of perspectives.
loadFile(File) - Method in class org.argouml.configuration.ConfigurationHandler
Internal processing to load a File.
loadModel(ProfileReference) - Method in class org.argouml.profile.FileModelLoader
 
loadModel(ProfileReference) - Method in interface org.argouml.profile.ProfileModelLoader
Load a model from the specified path.
loadModel(ProfileReference) - Method in class org.argouml.profile.ReaderModelLoader
 
loadModel(ProfileReference) - Method in class org.argouml.profile.ResourceModelLoader
 
loadModel(InputStream, URL) - Method in class org.argouml.profile.StreamModelLoader
 
loadModel(URL, URL) - Method in class org.argouml.profile.URLModelLoader
 
loadModel(ProfileReference) - Method in class org.argouml.profile.URLModelLoader
Load a profile from a ProfileReference.
loadModel(ProfileReference) - Method in class org.argouml.profile.ZipModelLoader
 
loadProject(File, boolean, ProgressMonitor) - Method in class org.argouml.ui.ProjectBrowser
Loads the project file and opens all kinds of error message windows if it doesn't work for some reason.
loadProjectWithProgressMonitor(File, boolean) - Method in class org.argouml.ui.ProjectBrowser
Loads a project displaying a nice ProgressMonitor
loadRules() - Method in class org.argouml.ui.explorer.PerspectiveManager
Get the predefined rules.
loadURL(URL) - Method in class org.argouml.configuration.ConfigurationHandler
Internal processing to load a URL.
loadUserPath() - Method in class org.argouml.uml.reveng.ImportClassLoader
Get the user-configured path.
loadUserPerspectives() - Method in class org.argouml.ui.explorer.PerspectiveManager
Tries to load user defined perspectives, if it can't it loads the (predefined) default perspectives.
localize(String) - Static method in class org.argouml.cognitive.Translator
 
localize(String, Object[]) - Static method in class org.argouml.i18n.Translator
Synonym for messageFormat to encourage developers to convert existing uses of localize() + string concatenation to use this method instead.
localize(String) - Static method in class org.argouml.i18n.Translator
The main function of this class that localizes strings.
localize(JMenuItem, String) - Static method in class org.argouml.ui.ArgoJMenu
Sets a menu item's text and mnemonic values using the specified resource key.
LOG_FILTER - Static variable in class org.argouml.util.FileFilters
Log file filter.
logVersionInfo() - Static method in class org.argouml.util.Tools
Print out some version info for debugging.
LookAndFeelMgr - Class in org.argouml.ui
Controls the look and feel and theme of ArgoUML.
lookForRegisteredProfile(String) - Method in class org.argouml.profile.internal.ProfileManagerImpl
 
lookForRegisteredProfile(String) - Method in interface org.argouml.profile.ProfileManager
Looks for registered Profile
lookupIcon(String) - Static method in class org.argouml.application.helpers.ResourceLoaderWrapper
Look up the Icon for a key.
lookupIcon(Object) - Method in class org.argouml.application.helpers.ResourceLoaderWrapper
Find the Icon for a given model element.
lookupIcon(String) - Static method in class org.argouml.uml.ui.PropPanel
Look up an icon.
lookupIconResource(String) - Static method in class org.argouml.application.helpers.ResourceLoaderWrapper
Find the correct icon for a key.
lookupIconResource(String, String) - Static method in class org.argouml.application.helpers.ResourceLoaderWrapper
Find the correct icon for a key.
lookupIconUrl(String, ClassLoader) - Static method in class org.argouml.application.helpers.ResourceLoaderWrapper
Find the path to a given icon and return it as a URL.
lookupIconUrl(String) - Static method in class org.argouml.application.helpers.ResourceLoaderWrapper
Find the path to a given icon and return it as a URL.
lookupIn(Object, String) - Method in interface org.argouml.model.Facade
Return a named object in the given object by calling it's lookup method.
lostOwnership(Clipboard, Transferable) - Method in class org.argouml.uml.diagram.ui.ActionSaveDiagramToClipboard
 
LOW_PRIORITY - Static variable in class org.argouml.cognitive.ToDoItem
The lowest priority todoitem of 4 levels.
LOWER_LEFT - Static variable in class org.argouml.uml.diagram.ui.SelectionNodeClarifiers2
Lower left corner Handle

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