B4J Question Can B4J code modules be created with Eclipse ?

mindful

Active Member
Licensed User
I have a class that just has some methods and no intialization is needed. So instead of dimming that object when I want to call a method can we do something so that this class appears as a code module in B4J ?

B4X:
'how i do it now:
dim MyClass as MyWrappedClassShortName
MyClass.SomeMethod()

B4X:
'could we do it:
MyWrappedClassShortName.SomeMethod()
 
Top