Class RectElement
java.lang.Object
dev.pfaff.altargui.improv.Element
dev.pfaff.altargui.improv.elements.RectElement
-
Field Summary
Fields inherited from class dev.pfaff.altargui.improv.Element
EMPTY_ARRAY, STACK_WALKER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Override this to invalidate parts of your layout when the "available" variables change.Methods inherited from class dev.pfaff.altargui.improv.Element
allocation, context, ensureMounted, equals, hashCode, mutateLayoutImmediately, onDispose, onMount, onUnmount, parent, queueLayout, setAvailable
-
Constructor Details
-
RectElement
-
-
Method Details
-
onSetAvailable
protected void onSetAvailable()Description copied from class:Element
Override this to invalidate parts of your layout when the "available" variables change. Note that any changes in this method should be queued, not executed immediately.- Overrides:
onSetAvailable
in classElement
-