RSE
Release 1.0

Uses of Class
org.eclipse.rse.ui.dialogs.SystemSimpleContentElement

Packages that use SystemSimpleContentElement
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.ui.actions   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.filters   
org.eclipse.rse.ui.filters.actions   
org.eclipse.rse.ui.filters.dialogs   
 

Uses of SystemSimpleContentElement in org.eclipse.rse.files.ui.actions
 

Methods in org.eclipse.rse.files.ui.actions that return SystemSimpleContentElement
protected  SystemSimpleContentElement SystemCopyRemoteFileAction.getTreeModel()
          Required parent class abstract method.
protected  SystemSimpleContentElement SystemCopyRemoteFileAction.getTreeInitialSelection()
          Required parent class abstract method.
 

Uses of SystemSimpleContentElement in org.eclipse.rse.ui.actions
 

Methods in org.eclipse.rse.ui.actions that return SystemSimpleContentElement
protected abstract  SystemSimpleContentElement SystemBaseCopyAction.getTreeModel()
           
protected abstract  SystemSimpleContentElement SystemBaseCopyAction.getTreeInitialSelection()
           
protected  SystemSimpleContentElement SystemMoveConnectionAction.getTreeModel()
           
protected  SystemSimpleContentElement SystemMoveConnectionAction.getTreeInitialSelection()
           
protected  SystemSimpleContentElement SystemMoveConnectionAction.getProfileTreeModel(ISystemProfile profile)
          Create and return data model to populate selection tree with.
protected  SystemSimpleContentElement SystemCopyConnectionAction.getTreeModel()
           
protected  SystemSimpleContentElement SystemCopyConnectionAction.getTreeInitialSelection()
           
protected  SystemSimpleContentElement SystemCopyConnectionAction.getProfileTreeModel(ISystemProfile profile)
          Create and return data model to populate selection tree with.
 

Methods in org.eclipse.rse.ui.actions with parameters of type SystemSimpleContentElement
 boolean SystemBaseCopyAction.isValidTargetParent(SystemSimpleContentElement selectedElement)
          This method is a callback from the select-target-parent dialog, allowing us to decide whether the current selected object is a valid parent object.
 boolean ISystemCopyTargetSelectionCallback.isValidTargetParent(SystemSimpleContentElement selectedElement)
          This method is a callback from the select-target-parent dialog, allowing us to decide whether the current selected object is a valid parent object.
 

Uses of SystemSimpleContentElement in org.eclipse.rse.ui.dialogs
 

Methods in org.eclipse.rse.ui.dialogs that return SystemSimpleContentElement
 SystemSimpleContentElement SystemSimpleContentElement.getParent()
          Get the parent element
 SystemSimpleContentElement SystemSimpleContentElement.getRoot()
          Walk up the parent tree until we find the root
 SystemSimpleContentElement[] SystemSimpleContentElement.getChildren()
          Return the child elements, or null if no children
static SystemSimpleContentElement SystemSimpleContentElement.getDataElement(SystemSimpleContentElement root, Object data)
          Find element corresponding to given data
 SystemSimpleContentElement SystemSimpleCopyDialog.getSelectedElement()
          Return current selection
 SystemSimpleContentElement SystemSimpleSelectDialog.getUpdatedContent()
          Return updated input model
protected  SystemSimpleContentElement SystemSimpleContentProvider.getElement(Object element)
          Casts the given object to SystemSimpleContentElement
 

Methods in org.eclipse.rse.ui.dialogs with parameters of type SystemSimpleContentElement
 void SystemSimpleContentElement.setParent(SystemSimpleContentElement parent)
          Set the parent element
 void SystemSimpleContentElement.setChildren(SystemSimpleContentElement[] children)
          Set the child elements of this element, as an array of SystemSimpleContentElement elements
 void SystemSimpleContentElement.deleteChild(SystemSimpleContentElement child)
          Delete the given child element.
 void SystemSimpleContentElement.addChild(SystemSimpleContentElement child, int pos)
          Add the given child element at the given zero-based position
static SystemSimpleContentElement SystemSimpleContentElement.getDataElement(SystemSimpleContentElement root, Object data)
          Find element corresponding to given data
 void SystemSimpleSelectDialog.setRootToPreselect(SystemSimpleContentElement preSelectedRoot)
          Set the root to preselect
 void SystemSimpleSelectDialog.setInputObject(SystemSimpleContentElement inputObject)
          Override of parent.
 boolean SystemSimpleSelectDialog.getShouldBeGrayed(SystemSimpleContentElement parent)
          Dynamically determine grayed state of parent element
 boolean SystemSimpleSelectDialog.getShouldBeChecked(SystemSimpleContentElement parent)
          Dynamically determine checked state of parent element
 

Constructors in org.eclipse.rse.ui.dialogs with parameters of type SystemSimpleContentElement
SystemSimpleContentElement(String name, Object data, SystemSimpleContentElement parent, SystemSimpleContentElement[] children)
          Constructor when given children as an array.
SystemSimpleContentElement(String name, Object data, SystemSimpleContentElement parent, Vector children)
          Constructor when given children as a vector.
SystemSimpleCopyDialog(Shell shell, String prompt, int mode, ISystemCopyTargetSelectionCallback caller, SystemSimpleContentElement copyTreeContent, SystemSimpleContentElement selection)
          Constructor
 

Uses of SystemSimpleContentElement in org.eclipse.rse.ui.filters
 

Fields in org.eclipse.rse.ui.filters declared as SystemSimpleContentElement
 SystemSimpleContentElement SystemFilterPoolDialogOutputs.filterPoolTreeRoot
           
 SystemSimpleContentElement SystemFilterPoolDialogInputs.filterPoolTreeRoot
           
 

Methods in org.eclipse.rse.ui.filters that return SystemSimpleContentElement
static SystemSimpleContentElement SystemFilterUIHelpers.getDataElement(SystemSimpleContentElement root, Object data)
          Find element corresponding to given data
static SystemSimpleContentElement SystemFilterUIHelpers.getFilterPoolModel(ISystemFilterPoolManagerProvider mgrProvider, ISystemFilterPoolManager[] mgrs)
          Create and return data model to populate selection tree with
 SystemSimpleContentElement SystemFilterPoolManagerUIProvider.getTreeModel()
           
 SystemSimpleContentElement SystemFilterPoolManagerUIProvider.getTreeModelPreSelection(SystemSimpleContentElement root)
           
 

Methods in org.eclipse.rse.ui.filters with parameters of type SystemSimpleContentElement
static SystemSimpleContentElement SystemFilterUIHelpers.getDataElement(SystemSimpleContentElement root, Object data)
          Find element corresponding to given data
protected static void SystemFilterUIHelpers.populateFilterPoolContentElementVector(ISystemFilterPool[] pools, Vector elements, SystemSimpleContentElement parentElement)
          Internal use only
 SystemSimpleContentElement SystemFilterPoolManagerUIProvider.getTreeModelPreSelection(SystemSimpleContentElement root)
           
 

Uses of SystemSimpleContentElement in org.eclipse.rse.ui.filters.actions
 

Methods in org.eclipse.rse.ui.filters.actions that return SystemSimpleContentElement
protected  SystemSimpleContentElement SystemFilterCopyFilterPoolAction.getTreeModel()
           
protected  SystemSimpleContentElement SystemFilterCopyFilterPoolAction.getTreeInitialSelection()
           
protected  SystemSimpleContentElement SystemFilterCopyFilterPoolAction.getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr)
          Create and return data model to populate selection tree with.
protected  SystemSimpleContentElement SystemFilterCopyFilterStringAction.getTreeModel()
           
protected  SystemSimpleContentElement SystemFilterCopyFilterStringAction.getTreeInitialSelection()
           
protected  SystemSimpleContentElement SystemFilterCopyFilterStringAction.getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr, ISystemFilter[] filtersToExclude)
          Create and return data model to populate selection tree with.
 SystemSimpleContentElement SystemFilterWorkWithFilterPoolsAction.getTreeModel()
          Callback for dialog to refresh its contents
 SystemSimpleContentElement SystemFilterWorkWithFilterPoolsAction.getTreeModelPreSelection(SystemSimpleContentElement input)
          Callback for dialog to refresh its contents
protected  SystemSimpleContentElement SystemFilterMoveFilterStringAction.getTreeModel()
           
protected  SystemSimpleContentElement SystemFilterMoveFilterStringAction.getTreeInitialSelection()
           
protected  SystemSimpleContentElement SystemFilterMoveFilterStringAction.getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr, ISystemFilter[] filtersToExclude)
          Create and return data model to populate selection tree with.
protected  SystemSimpleContentElement SystemFilterMoveFilterAction.getTreeModel()
           
protected  SystemSimpleContentElement SystemFilterMoveFilterAction.getTreeInitialSelection()
           
protected  SystemSimpleContentElement SystemFilterMoveFilterAction.getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr, ISystemFilterPool pool)
          Create and return data model to populate selection tree with.
protected  SystemSimpleContentElement SystemFilterCopyFilterAction.getTreeModel()
           
protected  SystemSimpleContentElement SystemFilterCopyFilterAction.getTreeInitialSelection()
           
protected  SystemSimpleContentElement SystemFilterCopyFilterAction.getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr)
          Create and return data model to populate selection tree with.
protected  SystemSimpleContentElement SystemFilterMoveFilterPoolAction.getTreeModel()
           
protected  SystemSimpleContentElement SystemFilterMoveFilterPoolAction.getTreeInitialSelection()
           
protected  SystemSimpleContentElement SystemFilterMoveFilterPoolAction.getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr)
          Create and return data model to populate selection tree with.
 

Methods in org.eclipse.rse.ui.filters.actions with parameters of type SystemSimpleContentElement
protected  void SystemFilterSelectFilterPoolsAction.preSelect(SystemSimpleContentElement inputElement)
          Walk elements deciding pre-selection
 boolean SystemFilterCopyFilterPoolAction.isValidTargetParent(SystemSimpleContentElement selectedElement)
          This method is a callback from the select-target-parent dialog, allowing us to decide whether the current selected object is a valid parent object.
 boolean SystemFilterCopyFilterStringAction.isValidTargetParent(SystemSimpleContentElement selectedElement)
          This method is a callback from the select-target-parent dialog, allowing us to decide whether the current selected object is a valid parent object.
protected  void SystemFilterCopyFilterStringAction.populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager mgr, Vector elements, SystemSimpleContentElement parentElement, ISystemFilter[] filtersToExclude, ISystemFilterPool filterPoolToSelect, ISystemFilter filterToSelect)
          Populate filter pool manager subtree with filter pools
protected  void SystemFilterCopyFilterStringAction.populateFilterContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool, Vector elements, SystemSimpleContentElement parentElement, ISystemFilter[] filtersToExclude, ISystemFilter filterToSelect)
          Populate filter pool subtree with filters
protected  void SystemFilterAbstractFilterPoolAction.preSelect(SystemSimpleContentElement inputElement)
          Walk elements deciding pre-selection
 SystemSimpleContentElement SystemFilterWorkWithFilterPoolsAction.getTreeModelPreSelection(SystemSimpleContentElement input)
          Callback for dialog to refresh its contents
 boolean SystemFilterMoveFilterStringAction.isValidTargetParent(SystemSimpleContentElement selectedElement)
          This method is a callback from the select-target-parent dialog, allowing us to decide whether the current selected object is a valid parent object.
protected  void SystemFilterMoveFilterStringAction.populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager mgr, Vector elements, SystemSimpleContentElement parentElement, ISystemFilter[] filtersToExclude, ISystemFilterPool filterPoolToSelect, ISystemFilter filterToSelect)
          Populate filter pool manager subtree with filter pools
protected  void SystemFilterMoveFilterStringAction.populateFilterContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool, Vector elements, SystemSimpleContentElement parentElement, ISystemFilter[] filtersToExclude, ISystemFilter filterToSelect)
          Populate filter pool subtree with filters
 boolean SystemFilterMoveFilterAction.isValidTargetParent(SystemSimpleContentElement selectedElement)
          This method is a callback from the select-target-parent dialog, allowing us to decide whether the current selected object is a valid parent object.
protected static void SystemFilterMoveFilterAction.populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager mgr, Vector elements, SystemSimpleContentElement parentElement, ISystemFilterPool poolToExclude)
          Populate filter pool manager subtree with filter pools
 boolean SystemFilterCopyFilterAction.isValidTargetParent(SystemSimpleContentElement selectedElement)
          This method is a callback from the select-target-parent dialog, allowing us to decide whether the current selected object is a valid parent object.
protected static void SystemFilterCopyFilterAction.populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager mgr, Vector elements, SystemSimpleContentElement parentElement)
          Populate filter pool manager subtree with filter pools
 boolean SystemFilterMoveFilterPoolAction.isValidTargetParent(SystemSimpleContentElement selectedElement)
          This method is a callback from the select-target-parent dialog, allowing us to decide whether the current selected object is a valid parent object.
 

Uses of SystemSimpleContentElement in org.eclipse.rse.ui.filters.dialogs
 

Methods in org.eclipse.rse.ui.filters.dialogs that return SystemSimpleContentElement
 SystemSimpleContentElement SystemFilterWorkWithFilterPoolsDialog.getSelectedElement()
          Return current selection
 

Methods in org.eclipse.rse.ui.filters.dialogs with parameters of type SystemSimpleContentElement
 void SystemFilterWorkWithFilterPoolsDialog.setRootToPreselect(SystemSimpleContentElement preSelectedRoot)
          Set the root to preselect
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.