Uses of Interface
org.eclipse.uml2.uml.editor.dialogs.IChoicesDialogDelegate

Packages that use IChoicesDialogDelegate
org.eclipse.uml2.uml.editor.dialogs   
 

Uses of IChoicesDialogDelegate in org.eclipse.uml2.uml.editor.dialogs
 

Classes in org.eclipse.uml2.uml.editor.dialogs that implement IChoicesDialogDelegate
 class AbstractChoicesDialogDelegate<T>
          A partial implementation of the IChoicesDialogDelegate protocol, useful for subclassing.
 

Fields in org.eclipse.uml2.uml.editor.dialogs declared as IChoicesDialogDelegate
protected  IChoicesDialogDelegate<T> ChoicesDialog.delegate
           
 

Constructors in org.eclipse.uml2.uml.editor.dialogs with parameters of type IChoicesDialogDelegate
ChoicesDialog(org.eclipse.swt.widgets.Shell parent, java.lang.Object object, java.lang.String displayName, IChoicesDialogDelegate<T> delegate)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.