Uses of Class
org.eclipse.emf.cdo.transfer.CDOTransferType

Packages that use CDOTransferType
org.eclipse.emf.cdo.transfer Client concepts for dealing with transfers of resources between systems
org.eclipse.emf.cdo.transfer.spi.repository Client concepts for dealing with transfers of resources between systems
org.eclipse.emf.cdo.transfer.spi.workspace Client concepts for dealing with transfers of resources between systems
org.eclipse.emf.cdo.transfer.ui Reusable implementatins of common JFace concepts for dealing with transfers of resources between systems
 

Uses of CDOTransferType in org.eclipse.emf.cdo.transfer
 

Subclasses of CDOTransferType in org.eclipse.emf.cdo.transfer
static class CDOTransferType.Text
          A transfer type for text elements that have a special encoding.
 

Fields in org.eclipse.emf.cdo.transfer declared as CDOTransferType
static CDOTransferType CDOTransferType.BINARY
           
static CDOTransferType CDOTransferType.FOLDER
           
static CDOTransferType CDOTransferType.MODEL
           
 

Fields in org.eclipse.emf.cdo.transfer with type parameters of type CDOTransferType
static Map<String,CDOTransferType> CDOTransferType.REGISTRY
           
 

Methods in org.eclipse.emf.cdo.transfer that return CDOTransferType
 CDOTransferType CDOTransfer.getDefaultTransferType()
           
 CDOTransferType CDOTransferSystem.getDefaultTransferType(CDOTransferElement element)
           
 CDOTransferType CDOTransfer.TransferTypeChangedEvent.getNewType()
           
 CDOTransferType CDOTransfer.TransferTypeChangedEvent.getOldType()
           
 CDOTransferType CDOTransferMapping.getTransferType()
           
protected  CDOTransferType CDOTransfer.getTransferType(CDOTransferElement source)
           
 

Methods in org.eclipse.emf.cdo.transfer that return types with arguments of type CDOTransferType
 Set<CDOTransferType> CDOTransfer.getUsedTransferTypes()
           
 

Methods in org.eclipse.emf.cdo.transfer with parameters of type CDOTransferType
 int CDOTransferType.compareTo(CDOTransferType o)
           
 void CDOTransfer.setDefaultTransferType(CDOTransferType defaultTransferType)
           
 void CDOTransferMapping.setTransferType(CDOTransferType transferType)
           
protected  void CDOTransfer.transferTypeChanged(CDOTransferMapping mapping, CDOTransferType oldType, CDOTransferType newType)
           
 

Uses of CDOTransferType in org.eclipse.emf.cdo.transfer.spi.repository
 

Methods in org.eclipse.emf.cdo.transfer.spi.repository that return CDOTransferType
 CDOTransferType RepositoryTransferSystem.getDefaultTransferType(CDOTransferElement element)
           
 

Uses of CDOTransferType in org.eclipse.emf.cdo.transfer.spi.workspace
 

Methods in org.eclipse.emf.cdo.transfer.spi.workspace that return CDOTransferType
 CDOTransferType WorkspaceTransferSystem.getDefaultTransferType(CDOTransferElement element)
           
 

Uses of CDOTransferType in org.eclipse.emf.cdo.transfer.ui
 

Fields in org.eclipse.emf.cdo.transfer.ui declared as CDOTransferType
static CDOTransferType[] TransferTypeContentProvider.NO_TANSFER_TYPES
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.