Closed Clashsoft closed 6 months ago
ControllerUtil.isController
isControllerOrComponent
isController
ControllerUtil.isController
method actually checks if the given object is a Controller OR a Component. It should be named more aptlyisControllerOrComponent
. In addition, an actualisController
method should be added. This example could benefit greatly: https://github.com/fujaba/fulibFx/blob/4264510d39eb8543d995a6ae74e8464a8746e536/framework/src/main/java/org/fulib/fx/controller/ControllerManager.java#L196-L199