JIVE Platform
Release 0.2.2

Uses of Interface
edu.buffalo.cse.jive.core.IJiveDebugTarget

Packages that use IJiveDebugTarget
edu.buffalo.cse.jive.ui JIVE user interface support. 
edu.buffalo.cse.jive.ui.search JIVE runtime search support. 
 

Uses of IJiveDebugTarget in edu.buffalo.cse.jive.ui
 

Methods in edu.buffalo.cse.jive.ui that return IJiveDebugTarget
 IJiveDebugTarget IJiveView.getDisplayed()
          Returns the IJiveDebugTarget that is currently being presented by the view.
 IJiveDebugTarget AbstractJiveView.getDisplayed()
           
 

Methods in edu.buffalo.cse.jive.ui with parameters of type IJiveDebugTarget
 void IJiveView.display(IJiveDebugTarget target)
          Changes the view to present the supplied IJiveDebugTarget, making it the new active target.
 void AbstractJiveView.display(IJiveDebugTarget target)
           
protected abstract  Object[] AbstractStructuredJiveView.AbstractJiveContentProvider.getModelElements(IJiveDebugTarget target)
          Returns the model elements that should be provided to the viewer when the input has changed.
protected abstract  void AbstractStructuredJiveView.AbstractJiveContentProvider.registerWithModel(IJiveDebugTarget newInput)
          Registers itself as a listener to a model of the supplied IJiveDebugTarget.
protected  void AbstractStructuredJiveView.setViewerInput(IJiveDebugTarget target)
           
protected abstract  void AbstractJiveView.setViewerInput(IJiveDebugTarget target)
          Sets the internal viewer's input to that of the supplied target.
protected  void AbstractGraphicalJiveView.setViewerInput(IJiveDebugTarget target)
           
protected abstract  void AbstractStructuredJiveView.AbstractJiveContentProvider.unregisterFromModel(IJiveDebugTarget oldInput)
          Unregisters itself from being a listener to a model of the supplied IJiveDebugTarget.
 

Uses of IJiveDebugTarget in edu.buffalo.cse.jive.ui.search
 

Methods in edu.buffalo.cse.jive.ui.search with parameters of type IJiveDebugTarget
 IStatus IJiveSearchQuery.performSearch(IProgressMonitor monitor, IJiveDebugTarget target)
          Performs the query over the given IJiveDebugTarget using the supplied IProgressMonitor.
 IStatus ExecutionHistorySearchQuery.performSearch(IProgressMonitor monitor, IJiveDebugTarget target)
           
 


JIVE Platform
Release 0.2.2