Uses of Class
de.uni_paderborn.fujaba.views.ViewDiagram

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   
de.uni_paderborn.fujaba.views.gui   
 

Uses of ViewDiagram in de.uni_paderborn.fujaba.gui
 

Fields in de.uni_paderborn.fujaba.gui declared as ViewDiagram
private  ViewDiagram SDMObjectDialog.viewDiag
          No comment provided by developer, please add a comment to improve documentation.
 

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
 

Fields in de.uni_paderborn.fujaba.views declared as ViewDiagram
private  ViewDiagram ViewDefinition.diagram
           N 0..1 ViewDefinition ----------------------------- ViewDiagram ViewDefinitions diagram
 

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
 

Uses of ViewDiagram in de.uni_paderborn.fujaba.views.gui
 

Fields in de.uni_paderborn.fujaba.views.gui declared as ViewDiagram
private  ViewDiagram ViewEditorDialog.target
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.views.gui that return ViewDiagram
private  ViewDiagram ViewEditorDialog.getTarget()
          Get the target attribute of the ViewEditorDialog object
 

Methods in de.uni_paderborn.fujaba.views.gui with parameters of type ViewDiagram
private  void ViewEditorDialog.setTarget(ViewDiagram data)
          Sets the target attribute of the ViewEditorDialog object
private  java.lang.String ViewEditorDialog.createUniqueName(ViewDiagram data)
          No comment provided by developer, please add a comment to improve documentation.
private  void ViewEditorDialog.removeView(ViewDiagram diag)
          No comment provided by developer, please add a comment to improve documentation.
private  void ViewEditorDialog.removeSubView(ViewDiagram diag)
          No comment provided by developer, please add a comment to improve documentation.