org.eclipse.emf.emfstore.internal.client.ui.views.scm
Class VirtualNode<T>

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.ui.views.scm.VirtualNode<T>
Type Parameters:
T - the actual type of content stored by the node

public class VirtualNode<T>
extends Object

Marker class to be used in the SCMContentProvider and SCMLabelProvider that can hold arbitrary content.

Author:
emueller

Constructor Summary
VirtualNode(List<T> content)
           
 
Method Summary
 List<T> getContent()
          Returns the content stored by this node.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualNode

public VirtualNode(List<T> content)
Parameters:
content - the content stored by this node
Method Detail

getContent

public List<T> getContent()
Returns the content stored by this node.

Returns:
the content stored by node


Copyright © 2015. All Rights Reserved.