TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.navigator
Class ExecutionResourceChangeUpdater

java.lang.Object
  extended byorg.eclipse.hyades.test.ui.internal.navigator.ExecutionResourceChangeUpdater
All Implemented Interfaces:
org.eclipse.hyades.ui.util.IDisposable, org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater

public class ExecutionResourceChangeUpdater
extends java.lang.Object
implements org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater

Since:
0.2.0

Constructor Summary
ExecutionResourceChangeUpdater(ExecutionNavigator executionNavigator)
          Deprecated. Constructor for ExecutionResourceChangeUpdater
 
Method Summary
 boolean add(org.eclipse.core.resources.IResource parent, org.eclipse.core.resources.IResource[] affectedResources)
          Deprecated.  
 void dispose()
          Deprecated.  
 void ended()
          Deprecated.  
protected  org.eclipse.emf.common.util.URI getFileURI(org.eclipse.core.resources.IResource resource)
          Deprecated. Returns the uri associated with the resource if this is a file and has the correct file extension.
 boolean isActive()
          Deprecated.  
protected  boolean isValid(org.eclipse.emf.ecore.EObject eObject)
          Deprecated. Returns whether the eObject is valid in the context of the test navigator.
 void refreshContent(org.eclipse.core.resources.IResource affectedResource)
          Deprecated.  
 boolean remove(org.eclipse.core.resources.IResource parent, org.eclipse.core.resources.IResource[] affectedResources)
          Deprecated.  
 boolean replaced(org.eclipse.core.resources.IResource affectedResource)
          Deprecated.  
 void setActive(boolean enable)
          Deprecated.  
 void started()
          Deprecated.  
 boolean updateChildrenType(org.eclipse.core.resources.IResource affectedResource)
          Deprecated.  
 boolean updateContent(org.eclipse.core.resources.IResource parent, org.eclipse.core.resources.IResource affectedResource)
          Deprecated.  
 boolean updateProperties(org.eclipse.core.resources.IResource affectedResource)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionResourceChangeUpdater

public ExecutionResourceChangeUpdater(ExecutionNavigator executionNavigator)
Deprecated. 
Constructor for ExecutionResourceChangeUpdater

Method Detail

dispose

public void dispose()
Deprecated. 
Specified by:
dispose in interface org.eclipse.hyades.ui.util.IDisposable
See Also:
IDisposable.dispose()

started

public void started()
Deprecated. 
Specified by:
started in interface org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater
See Also:
IResourceChangeUpdater.started()

ended

public void ended()
Deprecated. 
Specified by:
ended in interface org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater
See Also:
IResourceChangeUpdater.ended()

add

public boolean add(org.eclipse.core.resources.IResource parent,
                   org.eclipse.core.resources.IResource[] affectedResources)
Deprecated. 
Specified by:
add in interface org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater
See Also:
IResourceChangeUpdater.add(org.eclipse.core.resources.IResource, org.eclipse.core.resources.IResource[])

remove

public boolean remove(org.eclipse.core.resources.IResource parent,
                      org.eclipse.core.resources.IResource[] affectedResources)
Deprecated. 
Specified by:
remove in interface org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater
See Also:
IResourceChangeUpdater.remove(org.eclipse.core.resources.IResource, org.eclipse.core.resources.IResource[])

replaced

public boolean replaced(org.eclipse.core.resources.IResource affectedResource)
Deprecated. 
Specified by:
replaced in interface org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater
See Also:
IResourceChangeUpdater.replaced(org.eclipse.core.resources.IResource)

updateProperties

public boolean updateProperties(org.eclipse.core.resources.IResource affectedResource)
Deprecated. 
Specified by:
updateProperties in interface org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater
See Also:
IResourceChangeUpdater.updateProperties(org.eclipse.core.resources.IResource)

updateChildrenType

public boolean updateChildrenType(org.eclipse.core.resources.IResource affectedResource)
Deprecated. 
Specified by:
updateChildrenType in interface org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater
See Also:
IResourceChangeUpdater.updateChildrenType(org.eclipse.core.resources.IResource)

updateContent

public boolean updateContent(org.eclipse.core.resources.IResource parent,
                             org.eclipse.core.resources.IResource affectedResource)
Deprecated. 
Specified by:
updateContent in interface org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater
See Also:
IResourceChangeUpdater.updateContent(org.eclipse.core.resources.IResource, org.eclipse.core.resources.IResource)

setActive

public void setActive(boolean enable)
Deprecated. 
Specified by:
setActive in interface org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater
See Also:
IResourceChangeUpdater.setActive(boolean)

isActive

public boolean isActive()
Deprecated. 
Specified by:
isActive in interface org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater
See Also:
IResourceChangeUpdater.isActive()

getFileURI

protected org.eclipse.emf.common.util.URI getFileURI(org.eclipse.core.resources.IResource resource)
Deprecated. 
Returns the uri associated with the resource if this is a file and has the correct file extension.

Parameters:
resource -
Returns:
URI

isValid

protected boolean isValid(org.eclipse.emf.ecore.EObject eObject)
Deprecated. 
Returns whether the eObject is valid in the context of the test navigator.

Parameters:
eObject -
Returns:
boolean

refreshContent

public void refreshContent(org.eclipse.core.resources.IResource affectedResource)
Deprecated. 
Specified by:
refreshContent in interface org.eclipse.hyades.ui.internal.provider.IResourceChangeUpdater

TPTP 4.4.0 Testing Tools Project
Internal API Specification