de.grogra.imp
Class ProjectGraphDescriptor

java.lang.Object
  extended by de.grogra.imp.GraphDescriptor
      extended by de.grogra.imp.ProjectGraphDescriptor
All Implemented Interfaces:
Manageable

public class ProjectGraphDescriptor
extends GraphDescriptor


Nested Class Summary
static class ProjectGraphDescriptor.Type
           
 
Field Summary
static ProjectGraphDescriptor.Type $TYPE
           
 
Constructor Summary
ProjectGraphDescriptor()
           
 
Method Summary
 Graph getGraph(View view)
          Returns the graph described by this descriptor, given the context view.
 ManageableType getManageableType()
           
 
Methods inherited from class de.grogra.imp.GraphDescriptor
fieldModified, getPathFor, getStamp, manageableReadResolve, manageableWriteReplace, substituteSelection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

$TYPE

public static final ProjectGraphDescriptor.Type $TYPE
Constructor Detail

ProjectGraphDescriptor

public ProjectGraphDescriptor()
Method Detail

getGraph

public Graph getGraph(View view)
Description copied from class: GraphDescriptor
Returns the graph described by this descriptor, given the context view.

Specified by:
getGraph in class GraphDescriptor
Parameters:
view - the context for the graph
Returns:
graph corresponding to this descriptor

getManageableType

public ManageableType getManageableType()