Class TableNodeEditor
java.lang.Object
ch.nolix.system.nodemiddata.nodeeditor.TableNodeEditor
- All Implemented Interfaces:
ITableNodeEditor
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIMutableNode<?> removeAndGetStoredEntityNodeById(IMutableNode<?> tableNode, String id) Removes the first entity node with the given id from the given tableNode.
-
Constructor Details
-
TableNodeEditor
public TableNodeEditor()
-
-
Method Details
-
removeAndGetStoredEntityNodeById
Removes the first entity node with the given id from the given tableNode.- Specified by:
removeAndGetStoredEntityNodeByIdin interfaceITableNodeEditor- Parameters:
tableNode-id-- Returns:
- the first entity node with the given id from the given tableNode.
-