Uses of Interface
org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph.IPlotCommit

Packages that use IPlotCommit
org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph   
 

Uses of IPlotCommit in org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph
 

Classes in org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph that implement IPlotCommit
 class PlotCommit
           
 

Methods in org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph that return IPlotCommit
 IPlotCommit IPlotCommit.getChild(int childId)
           
 IPlotCommit PlotCommit.getChild(int child)
          
 IPlotCommit IPlotCommitProvider.getCommitFor(HistoryInfo info, boolean isReal)
          Gets a plot commit for the provided history info.
 IPlotCommit PlotCommitProvider.getCommitFor(HistoryInfo info, boolean onlyAChildRequest)
          Gets a plot commit for the provided history info.
 IPlotCommit IPlotCommit.getParent(int parentId)
           
 IPlotCommit PlotCommit.getParent(int i)
          
 

Methods in org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph with parameters of type IPlotCommit
 void IPlotCommit.addChild(IPlotCommit child)
          Adds a child to this commit.
 void PlotCommit.addChild(IPlotCommit child)
          Adds a child to this commit.
 boolean IPlotCommit.isChild(IPlotCommit commit)
          Tests whether a given commit is child of this commit.
 boolean PlotCommit.isChild(IPlotCommit commit)
          Tests whether a given commit is child of this commit.
 void SWTPlotRenderer.paint(org.eclipse.swt.widgets.Event event, IPlotCommit representer)
          Paints a IPlotCommit into the cell determined by the given event.
 

Method parameters in org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph with type arguments of type IPlotCommit
 void IPlotCommit.setParents(List<IPlotCommit> parents)
          Sets the parent's of this commit.
 void PlotCommit.setParents(List<IPlotCommit> parents)
          Sets the parent's of this commit.
 



Copyright © 2015. All Rights Reserved.