Package ch.nolix.systemapi.elementapi.styleapi
package ch.nolix.systemapi.elementapi.styleapi
-
SchnittstellenKlasseBeschreibungIAbstractStyle<S extends IAbstractStyle<S>>A
IAbstractStyle
can styleIStylableElement
s.ISelectingStyle<S extends ISelectingStyle<S>>AISelectingStyle
is aIAbstractStyle
that can select or skip aIStylableElement
that is given to be styled.AISelectingStyleWithSelectors
is aISelectingStyle
that can have specific selectors.IStylableElement<E extends IStylableElement<E>>AIStylableElement
is configurable and can contain otherIStylableElement
s.IStyleElement<E extends IStyleElement<E>>AIStyleElement
can have aIStyle
to apply to itself and to its child elements.