Klasse TableNodeEditor
java.lang.Object
ch.nolix.system.nodemiddata.nodeeditor.TableNodeEditor
- Alle implementierten Schnittstellen:
ITableNodeEditor
- Version:
- 2024-12-21
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungIMutableNode
<?> removeAndGetStoredEntityNodeById
(IMutableNode<?> tableNode, String id) Removes the first entity node with the given id from the given tableNode.
-
Konstruktordetails
-
TableNodeEditor
public TableNodeEditor()
-
-
Methodendetails
-
removeAndGetStoredEntityNodeById
Removes the first entity node with the given id from the given tableNode.- Angegeben von:
removeAndGetStoredEntityNodeById
in SchnittstelleITableNodeEditor
- Parameter:
tableNode
-id
-- Gibt zurück:
- the first entity node with the given id from the given tableNode.
-