Uses of Class
wt.clients.beans.graph.DefaultGraphView

Packages that use DefaultGraphView
wt.clients.beans.graph   
 

Uses of DefaultGraphView in wt.clients.beans.graph
 

Fields in wt.clients.beans.graph declared as DefaultGraphView
private  DefaultGraphView AbstractGraphViewRenderer.graphView
           
 

Methods in wt.clients.beans.graph that return DefaultGraphView
protected  DefaultGraphView AbstractGraphViewRenderer.getGraphView()
          Gets the value of the attribute: GRAPH_VIEW.
 

Methods in wt.clients.beans.graph with parameters of type DefaultGraphView
 Component GraphViewLinkRenderer.getGraphViewLinkRendererComponent(DefaultGraphView pGraphView, GraphLink pLink)
           
 Component GraphViewCellRenderer.getGraphViewCellRendererComponent(DefaultGraphView pGraphView, GraphNode pNode)
           
 Component DefaultGraphViewLinkRenderer.getGraphViewLinkRendererComponent(DefaultGraphView pGraphView, GraphLink pLink)
           
 Component DefaultGraphViewCellRenderer.getGraphViewCellRendererComponent(DefaultGraphView pGraphView, GraphNode pNode)
           
protected  void AbstractGraphViewRenderer.setGraphView(DefaultGraphView a_GraphView)
          Sets the value of the attribute: GRAPH_VIEW.