Record Class MarkNeedsLayoutEvent.Stencil
java.lang.Object
java.lang.Record
dev.pfaff.altargui.debug.events.MarkNeedsLayoutEvent.Stencil
- All Implemented Interfaces:
Event
,MarkNeedsLayoutEvent
,WidgetStateEvent
,dev.pfaff.log4truth.format.AppendTo
- Enclosing interface:
MarkNeedsLayoutEvent
public static record MarkNeedsLayoutEvent.Stencil(long key)
extends Record
implements MarkNeedsLayoutEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.pfaff.log4truth.format.AppendTo
dev.pfaff.log4truth.format.AppendTo.OfString
Nested classes/interfaces inherited from interface dev.pfaff.altargui.debug.events.MarkNeedsLayoutEvent
MarkNeedsLayoutEvent.Scissor, MarkNeedsLayoutEvent.Stencil, MarkNeedsLayoutEvent.Trace
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface dev.pfaff.log4truth.format.AppendTo
length
Methods inherited from interface dev.pfaff.altargui.debug.events.MarkNeedsLayoutEvent
appendTo
-
Constructor Details
-
Stencil
public Stencil(long key) Creates an instance of aStencil
record class.- Parameters:
key
- the value for thekey
record component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with thecompare
method from their corresponding wrapper classes. -
key
public long key()Returns the value of thekey
record component.- Specified by:
key
in interfaceMarkNeedsLayoutEvent
- Returns:
- the value of the
key
record component
-