01: package org.enhydra.jawe.components.graph; 02: 03: import org.jgraph.graph.CellView; 04: 05: /** 06: * Interface for representing a view for a JGraph's Activity objects. 07: * 08: * @author Sasa Bojanic 09: */ 10: public interface GraphActivityViewInterface extends CellView { 11: }