|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface supported by any container of UML user interface components. This interface allows UML user interface components to determine the currently selected target and profile and allows the control to request a navigation. Implemented by PropPanel
PropPanel
Method Summary | |
java.lang.String |
formatCollection(java.util.Iterator iter)
Formats a collection of model elements. |
java.lang.String |
formatElement(ru.novosoft.uml.foundation.core.MModelElement element)
Formats the specified model element. |
java.lang.String |
formatNamespace(ru.novosoft.uml.foundation.core.MNamespace ns)
Formats the model element as a namespace. |
ru.novosoft.uml.foundation.core.MModelElement |
getModelElement()
Returns the current target for the container if the target is a MModelElement, otherwise null. |
Profile |
getProfile()
Returns the current profile, may not be null. |
java.lang.Object |
getTarget()
Returns the current target for the container, may be null. |
java.lang.String |
localize(java.lang.String key)
Returns a localized string corresponding to the key |
Methods inherited from interface org.argouml.ui.NavigationListener |
isNavigateBackEnabled, isNavigateForwardEnabled, navigateBack, navigateForward, navigateTo |
Method Detail |
public java.lang.Object getTarget()
public ru.novosoft.uml.foundation.core.MModelElement getModelElement()
public Profile getProfile()
public java.lang.String formatElement(ru.novosoft.uml.foundation.core.MModelElement element)
public java.lang.String formatCollection(java.util.Iterator iter)
public java.lang.String formatNamespace(ru.novosoft.uml.foundation.core.MNamespace ns)
public java.lang.String localize(java.lang.String key)
key
- key for resource bundle, typically english literal
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2003 (20040125) | ArgoUML Project Home | ArgoUML Cookbook |