Klasse MockStylableElement
java.lang.Object
ch.nolix.system.element.mutableelement.MutableElement
ch.nolix.system.element.style.StylableElement<MockStylableElement>
ch.nolix.systemtest.elementtest.styletest.MockStylableElement
- Alle implementierten Schnittstellen:
IFluentMutableMultiTokenHolder<MockStylableElement>
,IFluentMutableOptionalIdHolder<MockStylableElement>
,IMultiTokenHolder
,IOptionalIdHolder
,TypeRequestable
,Resettable
,IElement
,IStructureElement
,IMutableElement
,IStylableElement<MockStylableElement>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetRole()
IContainer
<? extends IStylableElement<?>> boolean
void
protected void
protected void
Von Klasse geerbte Methoden ch.nolix.system.element.style.StylableElement
addToken, asConcrete, getChildStructureElements, getId, getStructureSpecification, getTokens, hasId, removeId, removeToken, removeTokens, reset, resetStyleRecursively, setId
Von Klasse geerbte Methoden ch.nolix.system.element.mutableelement.MutableElement
addOrChangeAttribute, addOrChangeAttribute, equals, getAttributes, getSpecification, hashCode, resetFromFileWithFilePath, toString
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IElement
getAttributes, getSpecification, toFormatedString, toXml
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.mutableelementapi.IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecification
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalIdHolder
getIdInQuotes, hasId
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.programstructureapi.typerequestapi.TypeRequestable
getType, isOfConcreteType, isOfConcreteType, isOfType, isOfType
-
Konstruktordetails
-
MockStylableElement
public MockStylableElement()
-
-
Methodendetails
-
getRole
-
getStoredChildStylableElements
- Gibt zurück:
- the child
IStylableElement
s of the currentIStylableElement
.
-
hasRole
- Parameter:
role
-- Gibt zurück:
- true if the current
IStylableElement
has the given role.
-
removeRole
public void removeRole() -
resetStylableElement
protected void resetStylableElement()- Angegeben von:
resetStylableElement
in KlasseStylableElement<MockStylableElement>
-
resetStyle
protected void resetStyle()- Angegeben von:
resetStyle
in KlasseStylableElement<MockStylableElement>
-