Uses of Class
org.eclipse.higgins.ics.gwt.base.client.dialog.SimpleDialog

Packages that use SimpleDialog
org.eclipse.higgins.ics.gwt.base.client.editor   
org.eclipse.higgins.ics.gwt.base.client.util   
org.eclipse.higgins.ics.gwt.icm.client.panel   
org.eclipse.higgins.ics.gwt.icm.client.panel.category   
 

Uses of SimpleDialog in org.eclipse.higgins.ics.gwt.base.client.editor
 

Methods in org.eclipse.higgins.ics.gwt.base.client.editor that return SimpleDialog
 SimpleDialog ImageEditor.getChoseFileDialog()
           
 

Methods in org.eclipse.higgins.ics.gwt.base.client.editor with parameters of type SimpleDialog
 void ImageEditor.setChoseFileDialog(SimpleDialog choseFileDialog)
           
 

Uses of SimpleDialog in org.eclipse.higgins.ics.gwt.base.client.util
 

Methods in org.eclipse.higgins.ics.gwt.base.client.util that return SimpleDialog
static SimpleDialog Utils.showErrorMessage(String message)
           
 

Uses of SimpleDialog in org.eclipse.higgins.ics.gwt.icm.client.panel
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel that return SimpleDialog
 SimpleDialog CrossCardClaimEditorPanel.getDialog()
           
 SimpleDialog ImportFilePanel.getDialog()
           
 

Uses of SimpleDialog in org.eclipse.higgins.ics.gwt.icm.client.panel.category
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.category that return SimpleDialog
 SimpleDialog ManageCategoriesPanel.getDialogBox()
           
 SimpleDialog CategoryEditablePanel.getDialogBox()
           
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.category with parameters of type SimpleDialog
 void CategoryEditablePanel.setDialogBox(SimpleDialog dialogBox)