Runtime

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

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

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

Fields in org.eclipse.gmf.runtime.common.ui.dialogs declared as SelectedType
static SelectedType SelectedType.SELECTED
          The element was selected.
static SelectedType SelectedType.UNSELECTED
          The element was unselected.
static SelectedType SelectedType.LEAVE
          The element was neither selected nor unselected
 

Methods in org.eclipse.gmf.runtime.common.ui.dialogs that return SelectedType
 SelectedType SelectableElement.getSelectedType()
          Returns if the element was selected.
 

Methods in org.eclipse.gmf.runtime.common.ui.dialogs with parameters of type SelectedType
 void SelectableElement.setSelectedType(SelectedType aSelectedType)
          Sets whether or not the element is selected.
static void SelectableElement.setSelectedTypeForSelecteableElementAndChildren(SelectableElement parent, SelectedType selectedType)
          Sets the SelectedType for a SelectableElement and its children
static void SelectableElement.setSelectedTypeForMatchingSelecteableElementAndChildren(SelectableElement parent, SelectedType selectedType, java.util.List list)
          Sets the SelectedType for a SelectableElement and its children that match the IDs in the List of IDs.
static boolean SelectableElement.doAllChildrenHaveSelectedType(SelectableElement parent, SelectedType selectType)
          Returns if all children have the same selected type
static void SelectableElement.getAllChildrenOfType(SelectableElement parent, SelectedType selectType, java.util.List list)
          Return all children that have the SelectedType.
 


Runtime

Guidelines for using Eclipse APIs.

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