TWE 2.3-2 API

org.enhydra.jawe.components.graph
Interface GraphParticipantViewInterface

All Superinterfaces:
org.jgraph.graph.CellView
All Known Implementing Classes:
DefaultGraphParticipantView

public interface GraphParticipantViewInterface
extends org.jgraph.graph.CellView

Interface for representing a view for a JGraph's Participant objects.

Author:
Sasa Bojanic

Method Summary
 void refreshChildViews(org.jgraph.graph.GraphModel model, org.jgraph.graph.CellMapper mapper)
           
 
Methods inherited from interface org.jgraph.graph.CellView
changeAttributes, childUpdated, getAllAttributes, getAttributes, getBounds, getCell, getChildViews, getEditor, getHandle, getParentView, getPerimeterPoint, getRendererComponent, intersects, isLeaf, refresh, removeFromParent, update
 

Method Detail

refreshChildViews

public void refreshChildViews(org.jgraph.graph.GraphModel model,
                              org.jgraph.graph.CellMapper mapper)

TWE 2.3-2 API