UML

org.topcased.modeler.uml.classdiagram.dialogs
Class InstanceSpecificationViewer

java.lang.Object
  extended by org.topcased.modeler.uml.classdiagram.dialogs.InstanceSpecificationViewer

public class InstanceSpecificationViewer
extends java.lang.Object

Handle table viewer for Instance Specification update
creation : 27 may 2005


Constructor Summary
InstanceSpecificationViewer(org.eclipse.swt.widgets.Composite parent, org.eclipse.uml2.uml.InstanceSpecification inst)
          The constructor
 
Method Summary
 InstanceSpecificationDataStructure getData()
          Return the data structure
 org.eclipse.jface.viewers.TableViewer getTableViewer()
          Return the viewer of the table
 void updateViewer(org.eclipse.uml2.uml.Class clazz)
          Update the viewer with a given class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceSpecificationViewer

public InstanceSpecificationViewer(org.eclipse.swt.widgets.Composite parent,
                                   org.eclipse.uml2.uml.InstanceSpecification inst)
The constructor

Parameters:
parent - the owning composite
inst - the instance to show
Method Detail

getData

public InstanceSpecificationDataStructure getData()
Return the data structure

Returns:
the data structure

getTableViewer

public org.eclipse.jface.viewers.TableViewer getTableViewer()
Return the viewer of the table

Returns:
the viewer of the table

updateViewer

public void updateViewer(org.eclipse.uml2.uml.Class clazz)
Update the viewer with a given class

Parameters:
clazz - the new class

UML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.