com.yworks.yfiles.server.graphml.flexio.data
Interface ITableProvider

All Known Implementing Classes:
DynamicTableNodeStyle, TableNodeStyle

public interface ITableProvider

Interface for INodeStyles which support Tables.


Method Summary
 Table getTable(Node node)
          Returns the table which is bound to this implementor.
 void setTable(Table table, Node node)
          Binds a table to the given node via this implementor.
 

Method Detail

getTable

public Table getTable(Node node)
Returns the table which is bound to this implementor.

Parameters:
node - The node to which the table is bound via this implementor.
Returns:
A table.

setTable

public void setTable(Table table,
                     Node node)
Binds a table to the given node via this implementor.

Parameters:
table - The table to bind.
node - The node to bind the table to.


Copyright © 2000-2013 yWorks GmbH. All rights reserved