com.tensegrity.gui.swing.graph
Interface AttributableOnSetDelegate

All Known Implementing Classes:
GraphPanelAttributableOnSetDelegate

public interface AttributableOnSetDelegate

The class AttributableOnSetDelegate is responsible to decide which AttributableOnSet is set on the AttributeTable of a GraphApplication. Such an instance can be set on the GraphPanel and should be invoked each time the Panel encounters an interaction which may require an update of the AttributeTable.

Version:
$Id: AttributableOnSetDelegate.java,v 1.4 2004/02/20 11:54:53 BurkhardWick Exp $
Author:
GillesIachelini

Method Summary
 void determineAttributableOnSet(AttributeEditor attributeEditor, VisualGraphView view)
          This method is called when its required to set an AttributableOnSet on the parameter attributeEditor.
 

Method Detail

determineAttributableOnSet

public void determineAttributableOnSet(AttributeEditor attributeEditor,
                                       VisualGraphView view)
This method is called when its required to set an AttributableOnSet on the parameter attributeEditor. The parameter view is typically the originator the event which forces an encapsulating panel to invoke this method.

Parameters:
attributeEditor - The attribute editor component used for editing attributes
view - The visual graph view


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.