|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.corona.container.project.ui.builder.CollaborationResourceHandler
org.eclipse.corona.container.project.ui.builder.ResourceFolderHandler
public class ResourceFolderHandler
Abstract base class to process folder changes. The method processResourceChange
is intended to be implemented by sub-class to actually process the folder change.
Field Summary | |
---|---|
protected org.eclipse.core.resources.IFolder |
m_ResourceFolder
The Folder resource that was change |
Fields inherited from class org.eclipse.corona.container.project.ui.builder.CollaborationResourceHandler |
---|
delta, deltaFlags, deltaKind, deltaResource, m_bCollaborationProject, projectEvent |
Constructor Summary | |
---|---|
ResourceFolderHandler(ICollaborationEventAdmin eventAdmin)
Class constructor performs basic intializatio of the class instance. |
Method Summary | |
---|---|
boolean |
processResourceChange()
This method MUST be implemented by sub classes to process the folderresource change. |
boolean |
processResourceChange(org.eclipse.core.resources.IResourceDelta delta)
Process the folder resource change. |
Methods inherited from class org.eclipse.corona.container.project.ui.builder.CollaborationResourceHandler |
---|
buildEvent, getProjectGuid, initProjectEvent, postEvent, processResourceCommit, processResourceCommit, resourceIPathToURI, sendEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.eclipse.core.resources.IFolder m_ResourceFolder
Constructor Detail |
---|
public ResourceFolderHandler(ICollaborationEventAdmin eventAdmin)
Method Detail |
---|
public boolean processResourceChange(org.eclipse.core.resources.IResourceDelta delta)
processResourceChange
in class CollaborationResourceHandler
delta
- An IResourceDelta instance that describes
the changes made to the folder resource.public boolean processResourceChange()
CollaborationResourceHandler
m_ResourceDeltaKind
and
m_ResourceDeltaFlags
fields. The method is called while
the resource tree is locked, therefore changes to the resource may not be
possible.
processResourceChange
in class CollaborationResourceHandler
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |