Runtime

Uses of Class
org.eclipse.gmf.runtime.common.ui.dialogs.ShowRelatedElementsPreset

Packages that use ShowRelatedElementsPreset
org.eclipse.gmf.runtime.common.ui.dialogs Provides implementations of various common dialogs.  
 

Uses of ShowRelatedElementsPreset in org.eclipse.gmf.runtime.common.ui.dialogs
 

Methods in org.eclipse.gmf.runtime.common.ui.dialogs that return ShowRelatedElementsPreset
 ShowRelatedElementsPreset ShowRelatedElementsComposite.getCurrentSettings()
          Return the unnamed current settings that make these details correspond to a preset.
 ShowRelatedElementsPreset ShowRelatedElementsDialog.getCurrentSettings()
          Return the current preset settings
 ShowRelatedElementsPreset IShowRelatedElementsWithDetails.getCurrentSettings()
          Return the current settings of the details pane in a nameless ShowRelatedElementsPreset object.
static ShowRelatedElementsPreset ShowRelatedElementsPresetHelper.findPresetFromList(java.util.List list, java.lang.String name)
          Convenience method to find a preset from the list.
 

Methods in org.eclipse.gmf.runtime.common.ui.dialogs with parameters of type ShowRelatedElementsPreset
 void ShowRelatedElementsComposite.updateRelationships(ShowRelatedElementsPreset preset)
          Update the relationships with the information contained in the preset
 void ShowRelatedElementsDialog.updateRelationships(ShowRelatedElementsPreset preset)
          Update relationshpips according to the preset
 void IShowRelatedElementsWithDetails.updateRelationships(ShowRelatedElementsPreset preset)
          Update the relationships and other settings should be updated in the details pane according to the presets.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.