Closed nicolaspayette closed 9 years ago
Example case: right now, we really don't want tabs to have set-opaque?
, so instead of defining in JComponentWidget
, we have to define it on leave classes (i.e., Note
).
This is handled by overriding the propertySet
of a WidgetKind
.
E.g., tabs inherit stuff from Component that they don't use: x, y, height, width. It could be better to somehow mark these as "not available".