uk.ac.kcl.cch.jb.pliny.views.utils
Class TypeRoleUIManager

java.lang.Object
  extended byuk.ac.kcl.cch.jb.pliny.views.utils.TypeRoleUIManager

public class TypeRoleUIManager
extends Object

provides a SWT Composite containing the set of UI elements that allow the user to specify the Target and Source Role for LOType items on the 2nd page of the EditTypeWizard.

Author:
John Bradley

Constructor Summary
TypeRoleUIManager(org.eclipse.swt.widgets.Composite parent, int roleKey, String typeName)
           
 
Method Summary
 String getName()
           
 int getRoleKey()
           
 void setRoleKey(int key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeRoleUIManager

public TypeRoleUIManager(org.eclipse.swt.widgets.Composite parent,
                         int roleKey,
                         String typeName)
Method Detail

getRoleKey

public int getRoleKey()

getName

public String getName()

setRoleKey

public void setRoleKey(int key)