|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewDiagram | |
de.uni_paderborn.fujaba.gui | Graphical User Interface |
de.uni_paderborn.fujaba.metamodel | |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
de.uni_paderborn.fujaba.views |
Uses of ViewDiagram in de.uni_paderborn.fujaba.gui |
Constructors in de.uni_paderborn.fujaba.gui with parameters of type ViewDiagram | |
SDMObjectDialog(javax.swing.JFrame frame,
ASGElement umlIncrement,
ViewDiagram viewDiag)
Constructor for class SDMObjectDialog |
Uses of ViewDiagram in de.uni_paderborn.fujaba.metamodel |
Methods in de.uni_paderborn.fujaba.metamodel with parameters of type ViewDiagram | |
boolean |
FDiagramItem.addToRevAdditionalItems(ViewDiagram value)
Access method for an one to n association. |
boolean |
FDiagramItem.hasInRevAdditionalItems(ViewDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
FDiagramItem.removeFromRevAdditionalItems(ViewDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
Uses of ViewDiagram in de.uni_paderborn.fujaba.uml |
Methods in de.uni_paderborn.fujaba.uml that return ViewDiagram | |
ViewDiagram |
UMLDiagram.getViewByName(java.lang.String name)
Return the view named 'name'. |
Methods in de.uni_paderborn.fujaba.uml with parameters of type ViewDiagram | |
boolean |
UMLDiagramItem.addToRevAdditionalItems(ViewDiagram value)
Access method for an one to n association. |
boolean |
UMLDiagramItem.hasInRevAdditionalItems(ViewDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLDiagramItem.removeFromRevAdditionalItems(ViewDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLDiagram.addToViews(ViewDiagram value)
Access method for an one to n association. |
boolean |
UMLDiagram.hasInViews(ViewDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLDiagram.removeFromViews(ViewDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
Uses of ViewDiagram in de.uni_paderborn.fujaba.views |
Methods in de.uni_paderborn.fujaba.views that return ViewDiagram | |
ViewDiagram |
ViewDefinition.getDiagram()
Get the diagram attribute of the ViewDefinition object |
Methods in de.uni_paderborn.fujaba.views with parameters of type ViewDiagram | |
boolean |
ViewDefinition.setDiagram(ViewDiagram value)
Sets the diagram attribute of the ViewDefinition object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |