Verwendungen von Schnittstelle
ch.nolix.coreapi.stateapi.staterequestapi.BlanknessRequestable
Package
Beschreibung
The
ch.nolix.core.document.chainednode
package defines a chained
node.The
ch.nolix.core.document.node
package defines a document node.The
ch.nolix.coreapi.documentapi.chainednodeapi
package declares a
document chained node.The
ch.nolix.coreapi.documentapi.nodeapi
package declares a document
node.The
ch.nolix.system.webgui.itemmenu
package defines the types that
are declared in the ch.nolix.systemapi.webguiapi.itemmenuapi
package.The
ch.nolix.systemapi.webguiapi.itemmenuapi
package declares
IControl
s that are item menus.-
Verwendungen von BlanknessRequestable in ch.nolix.core.document.chainednode
Modifizierer und TypKlasseBeschreibungfinal class
AChainedNode
has the following attributes. -0 or 1 header -an arbitrary number of childChainedNode
s -0 or 1 nextChainedNode
AChainedNode
is not mutable. -
Verwendungen von BlanknessRequestable in ch.nolix.core.document.node
Modifizierer und TypKlasseBeschreibungclass
BaseMutableNode<MN extends BaseMutableNode<MN>>
class
final class
AFileNode
is a specification that is stored in a file.final class
final class
ANode
is not mutable. -
Verwendungen von BlanknessRequestable in ch.nolix.coreapi.documentapi.chainednodeapi
Modifizierer und TypSchnittstelleBeschreibunginterface
AIChainedNode
has the following attributes. -0 or 1 header -an arbitrary number of childIChainedNode
s -0 or 1 nextIChainedNode
AIChainedNode
that does not have a header, does not contain attributes and does not have a nextIChainedNode
is blank. -
Verwendungen von BlanknessRequestable in ch.nolix.coreapi.documentapi.nodeapi
Modifizierer und TypSchnittstelleBeschreibunginterface
IMutableNode<MN extends IMutableNode<MN>>
AIMutableNode
is aINode
that is mutable.interface