Package ch.bailu.gtk.gtk
Schnittstelle AccessibleInterface.OnGetBounds
- Umschließende Klasse:
AccessibleInterface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onGetBounds
(CallbackHandler __self, Accessible self, Int x, Int y, Int width, Int height)
-
Methodendetails
-
onGetBounds
boolean onGetBounds(CallbackHandler __self, @Nonnull Accessible self, @Nonnull Int x, @Nonnull Int y, @Nonnull Int width, @Nonnull Int height) - Parameter:
self
- an accessible objectx
- the x coordinate of the top left corner of the accessibley
- the y coordinate of the top left corner of the widgetwidth
- the width of the accessible objectheight
- the height of the accessible object- Gibt zurück:
- true if the bounds are valid, and false otherwise
-