Objects in the object browser?
The only way anything gets there is if it
(a) is part of a library file (.DLL, .TLB, .OCX, etc.) or
(b) is part of your database objects list.
There is a slot in the browser reserved for your application. You will not see tables or queries or macros, but you can see forms, reports, and modules. Within the modules, you can see any public constants, functions, and subs.
You cannot see ANY constants, functions, or subs from a class module because they cannot be declared public.