Klasse TableNodeEditor

java.lang.Object
ch.nolix.system.nodemiddata.nodeeditor.TableNodeEditor
Alle implementierten Schnittstellen:
ITableNodeEditor

public final class TableNodeEditor extends Object implements ITableNodeEditor
Version:
2024-12-21
Autor:
Silvan Wyss
  • Konstruktordetails

    • TableNodeEditor

      public TableNodeEditor()
  • Methodendetails

    • removeAndGetStoredEntityNodeById

      public IMutableNode<?> removeAndGetStoredEntityNodeById(IMutableNode<?> tableNode, String id)
      Removes the first entity node with the given id from the given tableNode.
      Angegeben von:
      removeAndGetStoredEntityNodeById in Schnittstelle ITableNodeEditor
      Parameter:
      tableNode -
      id -
      Gibt zurück:
      the first entity node with the given id from the given tableNode.