Verwendungen von Schnittstelle
ch.nolix.coreapi.document.chainednode.IChainedNode
Packages, die IChainedNode verwenden
Package
Beschreibung
-
Verwendungen von IChainedNode in ch.nolix.core.document.chainednode
Klassen in ch.nolix.core.document.chainednode, die IChainedNode implementierenModifizierer und TypKlasseBeschreibungfinal classAChainedNodehas the following attributes. -0 or 1 header -an arbitrary number of childChainedNodes -0 or 1 nextChainedNodeAChainedNodeis not mutable.Methoden in ch.nolix.core.document.chainednode mit Parametern vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungstatic booleanChainedNodeComparator.areEqual(IChainedNode chainedNode1, IChainedNode chainedNode2) static ChainedNodeChainedNode.fromChainedNode(IChainedNode chainedNode) static ChainedNodeChainedNode.withHeaderAndNextNodeAndChildNodes(String header, ChainedNode nextNode, IChainedNode childNode, IChainedNode... childNodes) Methodenparameter in ch.nolix.core.document.chainednode mit Typargumenten vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungstatic ChainedNodeChainedNode.withHeaderAndChildNodes(String header, Iterable<? extends IChainedNode> attributes) -
Verwendungen von IChainedNode in ch.nolix.core.net.endpoint3
Methoden in ch.nolix.core.net.endpoint3 mit Parametern vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungINode<?> LocalEndPoint.getDataForRequest(IChainedNode request) INode<?> NetEndPoint.getDataForRequest(IChainedNode request) IContainer<? extends INode<?>> LocalEndPoint.getDataForRequests(IChainedNode request, IChainedNode... requests) IContainer<? extends INode<?>> NetEndPoint.getDataForRequests(IChainedNode request, IChainedNode... requests) voidLocalEndPoint.runCommand(IChainedNode command) Lets this local duplex controller run the given command.voidNetEndPoint.runCommand(IChainedNode command) final voidAbstractEndPoint.runCommands(IChainedNode command, IChainedNode... commands) Methodenparameter in ch.nolix.core.net.endpoint3 mit Typargumenten vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungIContainer<? extends INode<?>> LocalEndPoint.getDataForRequests(Iterable<? extends IChainedNode> requests) IContainer<? extends INode<?>> NetEndPoint.getDataForRequests(Iterable<? extends IChainedNode> requests) voidLocalEndPoint.runCommands(Iterable<? extends IChainedNode> commands) voidNetEndPoint.runCommands(Iterable<? extends IChainedNode> commands) -
Verwendungen von IChainedNode in ch.nolix.coreapi.document.chainednode
Methoden in ch.nolix.coreapi.document.chainednode, die IChainedNode zurückgebenModifizierer und TypMethodeBeschreibungIChainedNode.getChildNodeAtOneBasedIndex(int oneBasedIndex) IChainedNode.getFirstChildNodeWithHeader(String header) IChainedNode.getNextNode()IChainedNode.getSingleChildNode()Methoden in ch.nolix.coreapi.document.chainednode, die Typen mit Argumenten vom Typ IChainedNode zurückgebenModifizierer und TypMethodeBeschreibungIContainer<? extends IChainedNode> IChainedNode.getChildNodes() -
Verwendungen von IChainedNode in ch.nolix.coreapi.net.endpoint3
Methoden in ch.nolix.coreapi.net.endpoint3 mit Parametern vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungINode<?> IDataProvider.getDataForRequest(IChainedNode request) IContainer<? extends INode<?>> IDataProvider.getDataForRequests(IChainedNode request, IChainedNode... requests) voidIController.runCommand(IChainedNode command) voidIController.runCommands(IChainedNode command, IChainedNode... commands) Methodenparameter in ch.nolix.coreapi.net.endpoint3 mit Typargumenten vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungIContainer<? extends INode<?>> IDataProvider.getDataForRequests(Iterable<? extends IChainedNode> requests) voidIController.runCommands(Iterable<? extends IChainedNode> commands) -
Verwendungen von IChainedNode in ch.nolix.system.application.main
Methoden in ch.nolix.system.application.main mit Parametern vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungprotected final INode<?> AbstractClient.getDataFromCounterpart(IChainedNode request) protected abstract INode<?> AbstractClient.getDataFromHere(IChainedNode request) protected abstract voidAbstractClient.runHere(IChainedNode command) Lets the currentAbstractClientrun the given command.protected final voidAbstractClient.runOnCounterpart(IChainedNode command) Runs the given command on the counterpart of the currentAbstractClient.Methodenparameter in ch.nolix.system.application.main mit Typargumenten vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungprotected final voidAbstractClient.runOnCounterpart(Iterable<? extends IChainedNode> commands) Runs the given commands on the counterpart of the currentAbstractClient. -
Verwendungen von IChainedNode in ch.nolix.system.webapplication.base
Methoden in ch.nolix.system.webapplication.base mit Parametern vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungprotected final voidAbstractWebClient.runHere(IChainedNode command) protected abstract voidAbstractWebClient.runHereOnBaseBackendWebClient(IChainedNode command) -
Verwendungen von IChainedNode in ch.nolix.system.webapplication.counterpartupdater
Methoden in ch.nolix.system.webapplication.counterpartupdater, die IChainedNode zurückgebenModifizierer und TypMethodeBeschreibungUpdateCommandCreator.createSetCssCommandFromWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetEventFunctionsCommandFromWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetIconCommandForIcon(IImage icon) UpdateCommandCreator.createSetIconCommandFromWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetRootHtmlElementCommandFromControl(IControl<?, ?> control) UpdateCommandCreator.createSetRootHtmlElementCommandFromWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetTitleCommandForTitle(String title) UpdateCommandCreator.createSetTitleCommandFromWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetUserInputFunctionsCommandFromWebGui(IWebGui<?> webGui) Methodenparameter in ch.nolix.system.webapplication.counterpartupdater mit Typargumenten vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungstatic WebClientCounterpartUpdaterWebClientCounterpartUpdater.forCounterpartRunnerAndOpenStateRequestable(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) WebClientPartialCounterpartUpdater.forCounterpartRunnerAndOpenStateRequestable(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Verwendungen von IChainedNode in ch.nolix.system.webapplication.main
Methoden in ch.nolix.system.webapplication.main mit Parametern vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungprotected INode<?> WebClient.getDataFromHere(IChainedNode request) protected voidWebClient.runHereOnBaseBackendWebClient(IChainedNode command) -
Verwendungen von IChainedNode in ch.nolix.system.webapplication.refreshqueue
Methodenparameter in ch.nolix.system.webapplication.refreshqueue mit Typargumenten vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungstatic WebClientRefreshQueueWebClientRefreshQueue.forCounterpartRunnerAndOpenStateRequestable(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Verwendungen von IChainedNode in ch.nolix.systemapi.webapplication.counterpart
Methoden in ch.nolix.systemapi.webapplication.counterpart, die IChainedNode zurückgebenModifizierer und TypMethodeBeschreibungIUpdateCommandCreator.createSetCssCommandFromWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetEventFunctionsCommandFromWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetIconCommandForIcon(IImage icon) IUpdateCommandCreator.createSetIconCommandFromWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetRootHtmlElementCommandFromControl(IControl<?, ?> control) IUpdateCommandCreator.createSetRootHtmlElementCommandFromWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetTitleCommandForTitle(String title) IUpdateCommandCreator.createSetTitleCommandFromWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetUserInputFunctionsCommandFromWebGui(IWebGui<?> webGui)