com.ibm.jdg2e.view.files.ui
Class FileContentProvider.FileProxyVisitor

java.lang.Object
  extended bycom.ibm.jdg2e.view.files.ui.FileContentProvider.FileProxyVisitor
All Implemented Interfaces:
org.eclipse.core.resources.IResourceProxyVisitor
Enclosing class:
FileContentProvider

final class FileContentProvider.FileProxyVisitor
extends java.lang.Object
implements org.eclipse.core.resources.IResourceProxyVisitor

Visitor for File Resources view. Goal is to be efficient in the process of walking the selected workspace tree. Real resources are only obtained when required (they are a file).


Field Summary
(package private)  int addToViewerTrigger
           
(package private)  int counter
           
 
Method Summary
 boolean visit(org.eclipse.core.resources.IResourceProxy proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addToViewerTrigger

int addToViewerTrigger

counter

int counter
Method Detail

visit

public boolean visit(org.eclipse.core.resources.IResourceProxy proxy)
              throws org.eclipse.core.runtime.CoreException
Specified by:
visit in interface org.eclipse.core.resources.IResourceProxyVisitor
Throws:
org.eclipse.core.runtime.CoreException