Tab and TableColumn are both classes that extend from Object, rather than Control, Node or similar. They are all essentially Labeled in the sense that they should be able to display a graphic and some text. We should copy all the properties (relevant properties, I think that is all of them) into Tab and TableColumn from Labeled to ensure consistent API across all 'controls'. In the future we might have a super interface, but we don't have one now.
Tab already has setText and setGraphic methods, but doesn't have all of the relevant properties present in Labeled (e.g. for specifying the position of the graphic, etc).
TableColumn has setText, but no support for graphic (which is a surprisingly common feature request). Again, it doesn't have the other API that is part of Labeled. We should also add id / style / styleClass to TableColumn, which is already present in Tab.
Tab already has setText and setGraphic methods, but doesn't have all of the relevant properties present in Labeled (e.g. for specifying the position of the graphic, etc).
TableColumn has setText, but no support for graphic (which is a surprisingly common feature request). Again, it doesn't have the other API that is part of Labeled. We should also add id / style / styleClass to TableColumn, which is already present in Tab.
- relates to
-
JDK-8090689 Create an interface that Labeled and Tab and TableColumn can all extend
-
- Open
-
1.
|
Tab to have Labeled functionality |
|
Open | Unassigned |